Mercurial > libavformat.hg
graph
-
Surround format-specific functions with matching preprocessor conditionals. libavformat2008-08-15, by diego
-
Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformat2008-08-15, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformat2008-08-15, by diego
-
cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformat2008-08-15, by diego
-
Add flag to mark demuxers that can output discontinuous timestamps. libavformat2008-08-15, by michael
-
use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformat2008-08-14, by aurel
-
ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformat2008-08-14, by aurel
-
Change Dirac in MPEG-TS encapsulation to conform with spec changes. libavformat2008-08-14, by diego
-
matroskadec: list some more ebml IDs found in the wild and that we ignore libavformat2008-08-13, by aurel
-
matroskadec: parse available blocks even when cluster parsing failed libavformat2008-08-13, by aurel
-
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm libavformat2008-08-12, by bcoudurier
-
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformat2008-08-12, by bcoudurier
-
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformat2008-08-12, by pross
-
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformat2008-08-12, by pross
-
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformat2008-08-10, by banan
-
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformat2008-08-10, by stefano
-
matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformat2008-08-06, by aurel
-
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformat2008-08-05, by aurel
-
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformat2008-08-05, by aurel
-
matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformat2008-08-05, by aurel
-
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformat2008-08-05, by aurel
-
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformat2008-08-05, by aurel
-
matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformat2008-08-05, by aurel
-
matroskadec: Use string instead of char table as probe data comparison source. libavformat2008-08-05, by aurel
-
matroskadec: remove now useless expected_id parameter from ebml_parse() libavformat2008-08-05, by aurel
-
matroskadec: remove unused levelup parameter from ebml_read_element_id() libavformat2008-08-05, by aurel
-
matroskadec: return pointer instead of index in matroska_find_track_by_num() libavformat2008-08-05, by aurel