summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAge
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 4xm: fix invalid array indexingMans Rullgard2012-04-29
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-10
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-05
* Revert "4xm: Prevent buffer overreads."Ronald S. Bultje2012-01-04
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-04
* 4xm: pass the correct remaining buffer size to decode_i2_frame().Aneesh Dogra2012-01-04
* 4xm: fix calculation of the next output line position in decode_i2_frame().Aneesh Dogra2012-01-04
* 4xm: remove unused variables.Anton Khirnov2011-12-23
* 4xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg2011-12-22
* 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