summaryrefslogtreecommitdiff
path: root/libavformat/anm.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: return AVERROR_EOF rather than EIO on EOFAnton Khirnov2023-03-271-1/+1
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-101-0/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/anm: use ff_get_extradata()Paul B Mahol2019-01-021-6/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-9/+9
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-9/+9
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-2/+2
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Merge commit '1ecdf8912b9ced51b3267cdcdce5e394d0a3bf8e'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | Merge commit 'a4472ac01e86f9fae5adb9034f2777b86a9c5480'Michael Niedermayer2013-03-131-4/+5
|\ \ | |/
| * Add informative messages to av_log_ask_for_sample calls lacking themDiego Biurrun2013-03-121-1/+1
| * anm: Get rid of some very silly goto statementsDiego Biurrun2013-03-121-10/+5
* | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer2012-12-241-2/+2
|\ \ | |/
| * Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-2/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-2/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
| * lavf: deprecate av_close_input_stream().Anton Khirnov2011-12-121-6/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | Fix double free on error in Deluxe Paint Animation demuxer.Laurent Aimar2011-10-011-15/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-8/+8
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-8/+8
| * avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-8/+8
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-19/+19
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-8/+8
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-4/+4
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-19/+19
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Fix doxy that refers to the wrong variable.Michael Niedermayer2010-07-271-6/+6
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1