summaryrefslogtreecommitdiff
path: root/libavcodec/4xm.c
Commit message (Expand)AuthorAge
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* 4xm: more thorought check for negative index and negative shiftVittorio Giovara2014-11-13
* 4xm: drop unnecessary checkVittorio Giovara2014-11-11
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* 4xm: replace forcing EMU_EDGE by a copyAnton Khirnov2014-01-06
* 4xm: return a proper error code.Anton Khirnov2014-01-06
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* 4xm: Reject not a multiple of 16 dimensionLuca Barbato2013-07-23
* 4xm: check bitstream_size boundary before using itLuca Barbato2013-06-12
* 4xm: refactor decode_p_blockLuca Barbato2013-06-12
* 4xm: do not overread the source buffer in decode_p_blockLuca Barbato2013-06-12
* 4xm: do not overread the prestream bufferLuca Barbato2013-06-12
* 4xm: validate the buffer size before parsing itLuca Barbato2013-06-12
* 4xm: reject frames not compatible with the declared versionLuca Barbato2013-06-12
* 4xm: drop pointless assertLuca Barbato2013-06-12
* 4xm: forward errors from decode_p_blockLuca Barbato2013-06-12
* 4xm: fold last_picture lazy allocation in decode_p_frameLuca Barbato2013-06-12
* 4xm: refactor fourxm_read_headerLuca Barbato2013-06-12
* 4xm: use the correct logging contextLuca Barbato2013-06-12
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* 4xm: check the return value of read_huffman_tables().Anton Khirnov2013-02-23
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* 4xm: operate with pointers to AVFrames instead of whole structs.Anton Khirnov2013-01-06
* 4xm: eliminate a pointless indirectionAnton Khirnov2013-01-06
* 4xm: simplify code with FFSWAPAnton Khirnov2013-01-06
* 4xm: return meaningful error codesAnton Khirnov2013-01-06
* 4xm: don't rely on get_buffer() initializing the frame.Anton Khirnov2012-12-23
* miscellaneous typo fixesDiego Biurrun2012-12-21
* 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