| Commit message (Expand) | Author | Age | Files | Lines |
* | 4xm: Reject not a multiple of 16 dimension | Luca Barbato | 2013-07-23 | 1 | -0/+6 |
* | 4xm: check bitstream_size boundary before using it | Luca Barbato | 2013-06-12 | 1 | -1/+3 |
* | 4xm: refactor decode_p_block | Luca Barbato | 2013-06-12 | 1 | -35/+30 |
* | 4xm: do not overread the source buffer in decode_p_block | Luca Barbato | 2013-06-12 | 1 | -0/+8 |
* | 4xm: do not overread the prestream buffer | Luca Barbato | 2013-06-12 | 1 | -2/+11 |
* | 4xm: validate the buffer size before parsing it | Luca Barbato | 2013-06-12 | 1 | -4/+17 |
* | 4xm: reject frames not compatible with the declared version | Luca Barbato | 2013-06-12 | 1 | -0/+3 |
* | 4xm: drop pointless assert | Luca Barbato | 2013-06-12 | 1 | -2/+2 |
* | 4xm: forward errors from decode_p_block | Luca Barbato | 2013-06-12 | 1 | -12/+22 |
* | 4xm: fold last_picture lazy allocation in decode_p_frame | Luca Barbato | 2013-06-12 | 1 | -9/+11 |
* | 4xm: refactor fourxm_read_header | Luca Barbato | 2013-06-12 | 1 | -1/+3 |
* | 4xm: use the correct logging context | Luca Barbato | 2013-06-12 | 1 | -2/+2 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -3/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -49/+34 |
* | 4xm: check the return value of read_huffman_tables(). | Anton Khirnov | 2013-02-23 | 1 | -0/+4 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -5/+5 |
* | 4xm: operate with pointers to AVFrames instead of whole structs. | Anton Khirnov | 2013-01-06 | 1 | -21/+31 |
* | 4xm: eliminate a pointless indirection | Anton Khirnov | 2013-01-06 | 1 | -11/+2 |
* | 4xm: simplify code with FFSWAP | Anton Khirnov | 2013-01-06 | 1 | -4/+2 |
* | 4xm: return meaningful error codes | Anton Khirnov | 2013-01-06 | 1 | -19/+20 |
* | 4xm: don't rely on get_buffer() initializing the frame. | Anton Khirnov | 2012-12-23 | 1 | -0/+1 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 1 | -1/+1 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | 4xm: fix invalid array indexing | Mans Rullgard | 2012-04-29 | 1 | -9/+12 |
* | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -4/+2 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | 4xm, timefilter: K&R formatting cosmetics | Yordan Makariev | 2012-02-10 | 1 | -423/+475 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | 4xm: Prevent buffer overreads. | Aneesh Dogra | 2012-01-05 | 1 | -3/+11 |
* | Revert "4xm: Prevent buffer overreads." | Ronald S. Bultje | 2012-01-04 | 1 | -11/+3 |
* | 4xm: Prevent buffer overreads. | Aneesh Dogra | 2012-01-04 | 1 | -3/+11 |
* | 4xm: pass the correct remaining buffer size to decode_i2_frame(). | Aneesh Dogra | 2012-01-04 | 1 | -1/+1 |
* | 4xm: fix calculation of the next output line position in decode_i2_frame(). | Aneesh Dogra | 2012-01-04 | 1 | -1/+1 |
* | 4xm: remove unused variables. | Anton Khirnov | 2011-12-23 | 1 | -3/+0 |
* | 4xm: Add a check in decode_i_frame to prevent buffer overreads | Shitiz Garg | 2011-12-22 | 1 | -3/+12 |
* | 4xm: Use bytestream2 functions to prevent overreads | Aneesh Dogra | 2011-12-20 | 1 | -13/+15 |
* | 4xm: remove unneeded check for remaining unused data. | Justin Ruggles | 2011-12-18 | 1 | -9/+0 |
* | 4xm: prevent NULL dereference with invalid huffman table | Laurent Aimar | 2011-10-10 | 1 | -3/+4 |
* | 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers | Laurent Aimar | 2011-10-10 | 1 | -0/+2 |
* | 4xm: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -4/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Allocate last picture for 4xm pfrm if its not allocated. | Michael Niedermayer | 2011-01-16 | 1 | -0/+8 |
* | Fix visual artifacts in 4XM decoding on big-endian system | Vitor Sessak | 2010-11-12 | 1 | -7/+24 |