| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/xan: Check for bitstream end in xan_huffman_decode() | Michael Niedermayer | 2017-11-05 | 1 | -1/+4 |
* | avcodec/xan: Improve overlapping check | Michael Niedermayer | 2017-11-01 | 1 | -1/+1 |
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -1/+2 |
|\ |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+2 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | lavc: Remove newline from avpriv_request_sample() calls. | Carl Eugen Hoyos | 2015-08-11 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/xan: Use av_realloc_array() | Michael Niedermayer | 2015-01-19 | 1 | -2/+2 |
* | | Correct few "ffmpeg" typos | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | avcodec/xan: fix style issue | Paul B Mahol | 2014-08-24 | 1 | -1/+1 |
* | | Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3' | Michael Niedermayer | 2013-11-17 | 1 | -14/+13 |
|\| |
|
| * | xan: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -17/+23 |
* | | avcodec/xan: use init_get_bits8() | Paul B Mahol | 2013-10-30 | 1 | -4/+3 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit 'fc739b3eefa0b58d64e7661621da94a94dbc8a82' | Michael Niedermayer | 2013-09-30 | 1 | -5/+7 |
|\| |
|
| * | xan: Only read within the data that actually was initialized | Martin Storsjö | 2013-09-29 | 1 | -5/+7 |
* | | Merge commit '30db94dc399f6e4ef8905049d9b740556f0fce47' | Michael Niedermayer | 2013-09-30 | 1 | -17/+15 |
|\| |
|
| * | xan: Use bytestream2 to limit reading to within the buffer | Martin Storsjö | 2013-09-29 | 1 | -12/+10 |
* | | avcodec/xan: use uint8_t instead of unsigned char | Paul B Mahol | 2013-09-06 | 1 | -28/+28 |
* | | xan: Check for overlapping copies | Michael Niedermayer | 2013-04-18 | 1 | -0/+6 |
* | | xan: make decoder independent of sizeof(AVFrame) | Michael Niedermayer | 2013-03-25 | 1 | -6/+12 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -29/+21 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -28/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-09 | 1 | -27/+31 |
|\| |
|
| * | xan: Convert to bytestream2 | Alexandra Khirnova | 2013-01-09 | 1 | -27/+31 |
* | | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4' | Michael Niedermayer | 2013-01-06 | 1 | -1/+1 |
|\| |
|
| * | xan: return a meaningful error code. | Anton Khirnov | 2013-01-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-24 | 1 | -53/+52 |
|\| |
|
| * | xan: remove a trivially true if(). | Anton Khirnov | 2012-12-24 | 1 | -50/+49 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | xan: check size_segment before reading, fixes out of array read. | Michael Niedermayer | 2012-11-12 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-25 | 1 | -2/+1 |
|\| |
|
| * | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -2/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | xan: fix out of array read | Michael Niedermayer | 2012-05-28 | 1 | -0/+4 |
* | | xan: check for vector_segment overread | Michael Niedermayer | 2012-04-15 | 1 | -0/+5 |
* | | Make the palette in Wing Commander III mve files opaque. | Carl Eugen Hoyos | 2011-12-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
|\| |
|
| * | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-05 | 1 | -25/+28 |
|\| |
|