aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/wc3movie.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger2009-04-111-4/+4
* wc3movie: return partial packets if not all data can be read.Reimar Döffinger2009-04-111-4/+0
* Explain the purpose of the wc3_pal_lookup and the formula that was used toReimar Döffinger2009-04-111-1/+12
* Use get_le32/get_be32 in wc3movie demuxer instead of reading everything intoReimar Döffinger2009-04-111-36/+18
* Fix a condition that causes an infinite loop, but only when compiled withMike Melanson2009-03-041-1/+1
* use new metadata API in wc3 demuxerAurelien Jacobs2009-02-261-1/+4
* 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