summaryrefslogtreecommitdiffstats
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-071-1/+1
* Add missing release_buffer on closeReimar Döffinger2009-10-131-0/+4
* 4xm: provide 16-byte alignment where requiredMåns Rullgård2009-08-261-1/+1
* 4xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-121-2/+6
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-121-3/+3
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-111-1/+4
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-111-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-171-6/+6
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-0/+1
* cosmetics: typo fixesDiego Biurrun2008-03-221-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-5/+5
* Replace get32() by AV_RL32().Michael Niedermayer2008-02-011-15/+11
* constMichael Niedermayer2008-02-011-16/+16
* cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom...Baptiste Coudurier2008-01-311-1/+1
* fix decoding of dracula.4xm before diego complainsMichael Niedermayer2007-09-051-7/+7
* fix segfault with dracula.4xmMichael Niedermayer2007-09-051-0/+10
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-271-1/+6
* use bytestream_get_le*() this also fixes a big endian bugMichael Niedermayer2007-08-131-3/+4
* fix type 3 aka skipped blocks for old versionMichael Niedermayer2007-08-131-0/+2
* fix motion vectors for old versionMichael Niedermayer2007-08-131-1/+4
* set pix_fmt properly depending on versionMichael Niedermayer2007-08-131-1/+2
* use version instead of some random 32bit value to switch between 16 andMichael Niedermayer2007-08-131-1/+1
* replace vlc_type by version and set that from codec_tag which contains theMichael Niedermayer2007-08-131-4/+3
* support ifr2 from Toy-Story2_better-image-quality.4xaMichael Niedermayer2007-08-121-1/+48
* add second vlc tableMichael Niedermayer2007-08-121-19/+46
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-1/+1
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-141-1/+1
* Remove some old disabled debugging outputMichel Bardiaux2007-02-191-10/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-131-1/+5
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-1/+1
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-53/+53
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-4/+4
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
OpenPOWER on IntegriCloud