summaryrefslogtreecommitdiffstats
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-5/+5
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* 4xm: more thorought check for negative index and negative shiftVittorio Giovara2014-11-131-11/+18
* 4xm: drop unnecessary checkVittorio Giovara2014-11-111-3/+0
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-7/+7
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-1/+4
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-1/+3
* 4xm: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-061-62/+59
* 4xm: return a proper error code.Anton Khirnov2014-01-061-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* 4xm: Reject not a multiple of 16 dimensionLuca Barbato2013-07-231-0/+6
* 4xm: check bitstream_size boundary before using itLuca Barbato2013-06-121-1/+3
* 4xm: refactor decode_p_blockLuca Barbato2013-06-121-35/+30
* 4xm: do not overread the source buffer in decode_p_blockLuca Barbato2013-06-121-0/+8
* 4xm: do not overread the prestream bufferLuca Barbato2013-06-121-2/+11
* 4xm: validate the buffer size before parsing itLuca Barbato2013-06-121-4/+17
* 4xm: reject frames not compatible with the declared versionLuca Barbato2013-06-121-0/+3
* 4xm: drop pointless assertLuca Barbato2013-06-121-2/+2
* 4xm: forward errors from decode_p_blockLuca Barbato2013-06-121-12/+22
* 4xm: fold last_picture lazy allocation in decode_p_frameLuca Barbato2013-06-121-9/+11
* 4xm: refactor fourxm_read_headerLuca Barbato2013-06-121-1/+3
* 4xm: use the correct logging contextLuca Barbato2013-06-121-2/+2
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-3/+0
* 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
OpenPOWER on IntegriCloud