summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAge
...
* 4xm: Use bytestream2 functions to prevent overreadsAneesh Dogra2011-12-20
* 4xm: remove unneeded check for remaining unused data.Justin Ruggles2011-12-18
* 4xm: prevent NULL dereference with invalid huffman tableLaurent Aimar2011-10-10
* 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar2011-10-10
* 4xm: fix signed overflowMans Rullgard2011-10-09
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer2011-01-16
* Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak2010-11-12
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Fix red/blue swap for 4xa files.Carl Eugen Hoyos2010-01-07
* Add missing release_buffer on closeReimar Döffinger2009-10-13
* 4xm: provide 16-byte alignment where requiredMåns Rullgård2009-08-26
* 4xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger2009-04-12
* Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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