summaryrefslogtreecommitdiff
path: root/libavformat/assdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* assdec: check av_new_packet return valueVittorio Giovara2014-10-29
* ass: K&R formatting cosmeticsPatrice Clement2014-03-02
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* assdec: fix qsort() callback signatureMans Rullgard2012-10-27
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* use designated initializer in ASS (de)muxerAurelien Jacobs2010-12-04
* add seeking support in ASS demuxerAurelien Jacobs2010-07-29
* use return value of ff_get_line()Aurelien Jacobs2010-07-21
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-21
* rename get_line to ff_get_lineAurelien Jacobs2010-07-21
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-07
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incomp...Michael Niedermayer2009-02-14
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-27
* Do not lose the '\n'.Michael Niedermayer2008-09-26
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-26