OSDN Git Service

libx264: add 'direct-pred' private option
[coroid/ffmpeg_saccubus.git] / libavformat / assdec.c
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-04-06 Anton KhirnovReemove remaining uses of deprecated AVERROR_NOTSUPP.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-12-04 Aurelien Jacobsuse designated initializer in ASS (de)muxer
2010-07-29 Aurelien Jacobsadd seeking support in ASS demuxer
2010-07-21 Aurelien Jacobsuse return value of ff_get_line()
2010-07-21 Aurelien Jacobsmove ff_get_line to aviobuf.c
2010-07-21 Aurelien Jacobsrename get_line to ff_get_line
2010-07-07 Aurelien Jacobsimprove long_name for ass (de)muxer
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-14 Michael NiedermayerSilence "assdec.c:146: warning: passing argument 4...
2008-09-27 Aurelien Jacobsassdec: don't remove CR, they are part of the spec
2008-09-26 Michael NiedermayerDo not lose the '\n'.
2008-09-26 Michael Niedermayer2 in 1, an ASS and SSA demuxer.