summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAge
* Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-10
|\
| * 4xm: fix signed overflowMans Rullgard2011-10-09
* | Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar2011-10-02
* | 4xm decoder: fix data size for i2 frames.Michael Niedermayer2011-10-02
* | 4xm decoder: print some error messages in case of errors.Michael Niedermayer2011-10-02
* | Check for out of bound accesses in the 4xm decoder.Laurent Aimar2011-10-02
* | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar2011-10-02
* | Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar2011-10-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * 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
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | 4xm: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-27
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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