summaryrefslogtreecommitdiffstats
path: root/libavformat/wc3movie.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-6/+4
* Merge commit 'a4b1b5aa281cacde8351d9947b54ccf82ff10cd0'Clément Bœsch2017-03-191-4/+0
|\
| * wc3movie: Drop unused cruftDiego Biurrun2016-08-171-4/+0
* | 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-15/+15
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-15/+15
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-2/+2
* | avformat/wc3movie: Check strings before printing.Michael Niedermayer2013-12-291-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-131-0/+2
|\ \ | |/
| * wc3movie: set channel layoutJustin Ruggles2012-11-121-0/+2
* | 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-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-7/+7
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-1/+0
|\ \ | |/
| * Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-2/+3
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-4/+4
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-4/+4
| * avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-10/+10
| * 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: avio_ prefix for url_fseekAnton Khirnov2011-03-031-7/+7
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-10/+10
* | 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
|/
* WC3/xan: move palette handling to decoder, avoiding need forReimar Döffinger2010-11-211-98/+18
* Merge rotation into lookup table.Reimar Döffinger2010-11-201-38/+34
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-9/+8
* Slightly improve/correct description of wc3_pal_lookupReimar Döffinger2009-04-121-3/+3
OpenPOWER on IntegriCloud