summaryrefslogtreecommitdiffstats
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* 4xm, timefilter: K&R formatting cosmeticsYordan Makariev2012-02-101-423/+475
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-051-3/+11
* Revert "4xm: Prevent buffer overreads."Ronald S. Bultje2012-01-041-11/+3
* 4xm: Prevent buffer overreads.Aneesh Dogra2012-01-041-3/+11
* 4xm: pass the correct remaining buffer size to decode_i2_frame().Aneesh Dogra2012-01-041-1/+1
* 4xm: fix calculation of the next output line position in decode_i2_frame().Aneesh Dogra2012-01-041-1/+1
* 4xm: remove unused variables.Anton Khirnov2011-12-231-3/+0
* 4xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg2011-12-221-3/+12
* 4xm: Use bytestream2 functions to prevent overreadsAneesh Dogra2011-12-201-13/+15
* 4xm: remove unneeded check for remaining unused data.Justin Ruggles2011-12-181-9/+0
* 4xm: prevent NULL dereference with invalid huffman tableLaurent Aimar2011-10-101-3/+4
* 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar2011-10-101-0/+2
* 4xm: fix signed overflowMans Rullgard2011-10-091-1/+1
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-4/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer2011-01-161-0/+8
* Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak2010-11-121-7/+24
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-6/+6
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-6/+6
* 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
OpenPOWER on IntegriCloud