summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAge
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* cosmetics: typo fixesDiego Biurrun2008-03-22
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* Replace get32() by AV_RL32().Michael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom...Baptiste Coudurier2008-01-31
* fix decoding of dracula.4xm before diego complainsMichael Niedermayer2007-09-05
* fix segfault with dracula.4xmMichael Niedermayer2007-09-05
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-27
* use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer2007-08-13
* fix type 3 aka skipped blocks for old versionMichael Niedermayer2007-08-13
* fix motion vectors for old versionMichael Niedermayer2007-08-13
* set pix_fmt properly depending on versionMichael Niedermayer2007-08-13
* use version instead of some random 32bit value to switch between 16 andMichael Niedermayer2007-08-13
* replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer2007-08-13
* support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer2007-08-12
* add second vlc tableMichael Niedermayer2007-08-12
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Remove some old disabled debugging outputMichel Bardiaux2007-02-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* cleanup & memleak fixMichael Niedermayer2004-04-30
* unknown format charsAlex Beregszaszi2004-04-07
* warning patrolFalk Hüffner2004-03-24
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* forgot to commit, i hope its correctMichael Niedermayer2003-10-11
* Fix compilation with cccFalk Hüffner2003-09-22
* remove warningsFabrice Bellard2003-09-09
* fix 4xm yuv->rgb565 transformMichael Niedermayer2003-06-01
* 10l (array[-1] ...)Michael Niedermayer2003-06-01
* 4xm codecMichael Niedermayer2003-06-01