summaryrefslogtreecommitdiff
path: root/libavformat/assdec.c
Commit message (Expand)AuthorAge
* 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