log

age author description
2008-08-08 stefano Implement avformat_version(). libavformat
2008-08-07 bcoudurier remove mxf.c, previously copied to mxfdec.c libavformat
2008-08-07 bcoudurier rename mxf.c to mxfdec.c libavformat
2008-08-06 mru Maintain pointer to end of AVFormatContext.packet_buffer list libavformat
2008-08-06 pross Add Electronic Arts TGV chunk tags to EA demuxer. libavformat
2008-08-06 aurel matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformat
2008-08-06 aurel matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformat
2008-08-05 diego Fix small typo. libavformat
2008-08-05 pross Support muxing of Zork PCM audio into RIFF formats. libavformat
2008-08-05 diego misc spelling/grammar fixes libavformat
2008-08-05 aurel matroskadec: remove useless num_streams libavformat
2008-08-05 aurel matroskadec: expand useless ebml_read_element_id() wrapper libavformat
2008-08-05 aurel matroskadec: simplify matroska_ebmlnum_sint() libavformat
2008-08-05 aurel matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformat
2008-08-05 aurel matroska: expand useless define for MS compat codec id strings libavformat
2008-08-05 aurel matroskadec: remove useless comments in ff_mkv_codec_tags libavformat
2008-08-05 aurel matroskadec: update copyright year and related comments libavformat
2008-08-05 aurel matroskadec: reorder some functions in a more logical order libavformat
2008-08-05 aurel matroskadec: remove now useless wrapper ebml_read_element_length() libavformat
2008-08-05 aurel matroskadec: remove now useless wrapper ebml_read_seek() libavformat
2008-08-05 aurel matroskadec: remove now useless peek_id libavformat
2008-08-05 aurel matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformat
2008-08-05 aurel matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformat
2008-08-05 aurel matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformat
2008-08-05 aurel matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformat
2008-08-05 aurel matroskadec: rename ebml_parse() to ebml_parse_nest() libavformat
2008-08-05 aurel matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformat
2008-08-05 aurel matroskadec: simplify check for hierarchy level libavformat
2008-08-05 aurel matroskadec: cosmetics: consistent style for function declarations libavformat
2008-08-05 aurel matroskadec: Use string instead of char table as probe data comparison source. libavformat
2008-08-05 aurel matroskadec: use an EbmlBin as parameter to ebml_read_binary() libavformat
2008-08-05 aurel matroskadec: extract common code out of ebml_read_*() libavformat