summaryrefslogtreecommitdiffstats
path: root/libavformat/wc3movie.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* Remove statements immediately following unconditional jumpsMans Rullgard2011-07-031-1/+0
* 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
* 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
* 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
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* fix wc3movie demuxer to conform to the PTS APIMike Melanson2008-03-011-4/+4
* 1000l _reserved (found by checktree.sh)Michael Niedermayer2007-12-011-2/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-11/+11
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-12/+12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-21/+21
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-15/+15
* AVPacket.posMichael Niedermayer2005-05-261-6/+2
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-4/+6
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+2
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-13/+13
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-4/+2
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-30/+13
OpenPOWER on IntegriCloud