summaryrefslogtreecommitdiffstats
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-49/+34
* 4xm: check the return value of read_huffman_tables().Anton Khirnov2013-02-231-0/+4
* Drop DCTELEM typedefDiego Biurrun2013-01-221-5/+5
* 4xm: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-061-21/+31
* 4xm: eliminate a pointless indirectionAnton Khirnov2013-01-061-11/+2
* 4xm: simplify code with FFSWAPAnton Khirnov2013-01-061-4/+2
* 4xm: return meaningful error codesAnton Khirnov2013-01-061-19/+20
* 4xm: don't rely on get_buffer() initializing the frame.Anton Khirnov2012-12-231-0/+1
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-2/+3
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* 4xm: fix invalid array indexingMans Rullgard2012-04-291-9/+12
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-4/+2
* 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
OpenPOWER on IntegriCloud