]> git.sesse.net Git - ffmpeg/history - libavformat/assdec.c
ac3enc_template: Use the correct context field
[ffmpeg] / libavformat / assdec.c
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2014-10-29 Vittorio Giovaraassdec: check av_new_packet return value
2014-03-02 Patrice Clementass: K&R formatting cosmetics
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2012-10-27 Mans Rullgardassdec: fix qsort() callback signature
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
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.