summaryrefslogtreecommitdiffstats
path: root/libavformat/flic.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/flic: fix handling of EOF casePaul B Mahol2017-02-111-2/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-24/+24
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-27/+27
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-2/+2
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-2/+2
* | avformat/flic: se av_freep() to avoid leaving stale extradata pointerMichael Niedermayer2014-12-151-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-6/+2
* | avformat/flic: check for memory allocation failuresPaul B Mahol2013-09-111-2/+6
* | Reduce probing score for flic animation files.Carl Eugen Hoyos2013-05-151-1/+1
* | flic: do not set sample_fmtPaul B Mahol2013-01-241-1/+0
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-121-1/+1
|\ \ | |/
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* | flic: use AV_LOG_ERROR for error messagePiotr Bandurski2012-08-311-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-5/+6
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-5/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+1
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | 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 mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-181-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-5/+5
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-251-1/+1
* Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin2010-04-221-7/+67
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Make flic probe check a few more things.Michael Niedermayer2008-07-141-0/+13
* remove useless close funcsBaptiste Coudurier2008-06-191-8/+0
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
OpenPOWER on IntegriCloud