summaryrefslogtreecommitdiff
path: root/libavformat/assdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Reemove remaining uses of deprecated AVERROR_NOTSUPP.Anton Khirnov2011-04-061-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* use designated initializer in ASS (de)muxerAurelien Jacobs2010-12-041-8/+8
* add seeking support in ASS demuxerAurelien Jacobs2010-07-291-1/+41
* use return value of ff_get_line()Aurelien Jacobs2010-07-211-4/+4
* move ff_get_line to aviobuf.cAurelien Jacobs2010-07-211-14/+1
* rename get_line to ff_get_lineAurelien Jacobs2010-07-211-2/+2
* improve long_name for ass (de)muxerAurelien Jacobs2010-07-071-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incomp...Michael Niedermayer2009-02-141-1/+1
* assdec: don't remove CR, they are part of the specAurelien Jacobs2008-09-271-1/+1
* Do not lose the '\n'.Michael Niedermayer2008-09-261-3/+4
* 2 in 1, an ASS and SSA demuxer.Michael Niedermayer2008-09-261-0/+186