| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/rawdec: Fix 2bpp and 4bpp rawvideo in mov | Carl Eugen Hoyos | 2013-07-04 | 1 | -3/+8 |
* | Rename "AVClass class" as "AVClass component_class". | Carl Eugen Hoyos | 2013-06-30 | 1 | -2/+2 |
* | rawdec: allocate a buffer in the appropriate size in the copy case. | Hendrik Leppkes | 2013-06-16 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
|\ |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -3/+3 |
| * | rawdec: fix a typo -- || instead of | | Nicolas George | 2013-03-13 | 1 | -1/+1 |
* | | rawdec: fix memleak | Michael Niedermayer | 2013-03-24 | 1 | -3/+10 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -4/+2 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -31/+64 |
| * | rawdec: use AVPALETTE_SIZE instead of magic constants. | Anton Khirnov | 2013-01-29 | 1 | -2/+3 |
* | | lavc/rawdec: set field order on decoded frame. | Nicolas George | 2013-03-10 | 1 | -6/+6 |
* | | rawdec: work with refcounted frames. | Nicolas George | 2013-03-10 | 1 | -36/+63 |
* | | avcodec/rawdec: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -2/+2 |
* | | Fix some avi rawvideo formats on big endian. | Carl Eugen Hoyos | 2013-01-27 | 1 | -3/+3 |
* | | Merge commit '7bcaeb408e3eb2d2f37a306009fa7fe7eb0f1d79' | Michael Niedermayer | 2013-01-26 | 1 | -64/+74 |
|\| |
|
| * | rawdec: cosmetics, reformat | Anton Khirnov | 2013-01-26 | 1 | -58/+68 |
* | | lavc: ff_find_pix_fmt ->avpriv | Michael Niedermayer | 2013-01-12 | 1 | -5/+12 |
* | | ff_find_pix_fmt: return NONE for the "not found" case. | Michael Niedermayer | 2013-01-08 | 1 | -1/+1 |
* | | rawdec: fix NV12 | Michael Niedermayer | 2013-01-02 | 1 | -0/+9 |
* | | rawdec: fix decoding of odd dimensioned raw yv12 | Michael Niedermayer | 2013-01-01 | 1 | -0/+5 |
* | | 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 |
* | | rawdec: use av_image_check_size | Peter Ross | 2012-11-25 | 1 | -4/+2 |
* | | rawdec: check avpicture_get_size() return value | Michael Niedermayer | 2012-10-30 | 1 | -0/+4 |
* | | rawdec.c: Extract interlace information from quicktime flag if it exisits. | Tim Nicholson | 2012-10-15 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
|\| |
|
| * | avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() | Diego Biurrun | 2012-10-13 | 1 | -1/+1 |
* | | Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5' | Michael Niedermayer | 2012-10-12 | 1 | -1/+2 |
|\| |
|
| * | lavc: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -1/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -36/+36 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -26/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-28 | 1 | -1/+0 |
|\| |
|
| * | avcodec: Drop long-deprecated imgconvert.h header | Diego Biurrun | 2012-09-27 | 1 | -1/+0 |
* | | rawdec: fix "warning: assignment from incompatible pointer type" | Michael Niedermayer | 2012-09-22 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
* | | lavc: move AVRn to a seperate decoder. | Michael Niedermayer | 2012-08-20 | 1 | -45/+15 |
* | | rawdec: support AVRn 1:1 raw interlaced mode | Michael Niedermayer | 2012-08-18 | 1 | -15/+45 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+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 |
* | | isom: add "NO16" FourCC | Piotr Bandurski | 2012-07-15 | 1 | -1/+1 |
* | | lavc/rawdec: add assertion check in raw_decode() | Stefano Sabatini | 2012-07-03 | 1 | -0/+2 |
* | | lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4 | Stefano Sabatini | 2012-07-03 | 1 | -2/+2 |
* | | lavc: use designated initializers for AVClasses | Paul B Mahol | 2012-06-23 | 1 | -1/+6 |
* | | lavc/rawdec: propagate duration from packet to frame | Stefano Sabatini | 2012-06-19 | 1 | -0/+1 |
* | | lavc/rawdec: fix various bogus error codes and add some logs | Stefano Sabatini | 2012-06-16 | 1 | -4/+7 |
* | | Support decoding fourcc YVYU. | Carl Eugen Hoyos | 2012-05-27 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |