| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3' | Michael Niedermayer | 2013-11-17 | 1 | -13/+11 |
|\ |
|
| * | xxan: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -33/+39 |
* | | 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 'aa0dd52434768da64f1f3d8ae92bcf980c1adffc' | Michael Niedermayer | 2013-09-30 | 1 | -6/+7 |
|\| |
|
| * | xxan: Disallow odd width | Martin Storsjö | 2013-09-29 | 1 | -0/+4 |
* | | xxan: make code independent of sizeof(AVFrame) | Michael Niedermayer | 2013-03-25 | 1 | -23/+31 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '3e2f200237af977b9253b0aff121eee27bcedb44' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | xxan: fix invalid memory access in xan_decode_frame_type0() | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -8/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -8/+6 |
* | | Merge commit '685e6f2e3939f124b41c7801cc541dad8252af3d' | Michael Niedermayer | 2013-02-06 | 1 | -0/+15 |
|\| |
|
| * | xxan: properly handle odd heights. | Kostya Shishkov | 2013-02-06 | 1 | -0/+15 |
* | | Merge commit '84f2847de394ac447f53306bd4dd73e1af6ea5e4' | Michael Niedermayer | 2013-01-06 | 1 | -1/+1 |
|\| |
|
| * | xxan: return meaningful error codes. | Anton Khirnov | 2013-01-06 | 1 | -6/+6 |
* | | 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 |
* | | xxan: more complete ybuf checks, fix out of array accesses. | Michael Niedermayer | 2012-12-02 | 1 | -2/+4 |
* | | xxan: check ybuf index before use. | Michael Niedermayer | 2012-11-17 | 1 | -1/+2 |
* | | 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 |
* | | xxan: return more meaningful error codes | Paul B Mahol | 2012-10-19 | 1 | -6/+6 |
* | | 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 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
| * | xxan: Remove write-only variable in xan_decode_frame_type0(). | Diego Biurrun | 2012-04-20 | 1 | -4/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | xxan: use bytestream2_size() | Paul B Mahol | 2012-03-21 | 1 | -1/+1 |
* | | xxan: remove write-only variable | Paul B Mahol | 2012-03-21 | 1 | -4/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-11 | 1 | -94/+88 |
|\| |
|
| * | xxan: reindent xan_unpack_luma(). | Ronald S. Bultje | 2012-03-10 | 1 | -36/+36 |
| * | xxan: protect against chroma LUT overreads. | Ronald S. Bultje | 2012-03-10 | 1 | -6/+8 |
| * | xxan: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-10 | 1 | -61/+56 |
| * | xxan: don't read before start of buffer in av_memcpy_backptr(). | Ronald S. Bultje | 2012-03-10 | 1 | -1/+2 |
* | | wc4: fix out of chroma LUT reads | Michael Niedermayer | 2012-03-04 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | 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 |
* | | Try to set AVFrame.reference to correct values. | Reimar Döffinger | 2011-11-05 | 1 | -1/+1 |
* | | xxan: check for out of bound accesses | Laurent Aimar | 2011-10-09 | 1 | -3/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Xan4 decoder | Kostya Shishkov | 2011-02-07 | 1 | -0/+429 |
* | Xan4 decoder | Kostya Shishkov | 2011-02-09 | 1 | -0/+429 |