summaryrefslogtreecommitdiff
path: root/libavformat/wc3movie.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-6/+6
* revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)Mike Melanson2003-10-301-5/+11
* deploy palette control APIMike Melanson2003-09-121-12/+5
* forgot to apply the palette component lookup tableMike Melanson2003-09-111-5/+7
* demuxer for custom Wing Commander III movie (.mve) filesMike Melanson2003-09-081-0/+416