| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | rawdec: Support fourccs YV16 and YV24 | Piotr Bandurski | 2012-04-03 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-28 | 1 | -1/+4 |
|\| |
|
| * | raw: forward avpicture_fill() error code in raw_decode(). | Ronald S. Bultje | 2012-03-27 | 1 | -1/+4 |
* | | Revert "raw: move buffer size check up." | Michael Niedermayer | 2012-03-27 | 1 | -3/+3 |
* | | rawdec: Check w/h. | Michael Niedermayer | 2012-03-23 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -3/+3 |
|\| |
|
| * | raw: move buffer size check up. | Ronald S. Bultje | 2012-03-07 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -2/+2 |
|\| |
|
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -2/+2 |
* | | rawdec: fix input overread. | Michael Niedermayer | 2012-03-02 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-09 | 1 | -2/+1 |
|\| |
|
| * | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -2/+1 |
| * | rawdec: propagate pict_type information to the output frame | Stefano Sabatini | 2012-01-01 | 1 | -0/+1 |
| * | rawdec: Support more QT 1bpp rawvideo files. | Piotr Bandurski | 2012-01-01 | 1 | -0/+1 |
* | | Fix linesize for rawvideo in mov. | Carl Eugen Hoyos | 2012-01-12 | 1 | -4/+9 |
* | | Allow decoding of uyvy422 CYUV with -vcodec rawvideo. | Carl Eugen Hoyos | 2012-01-06 | 1 | -0/+1 |
* | | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+7 |
|\| |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
| * | rawdec: Fix decoding of QT WRAW files. | ami_stuff | 2011-06-21 | 1 | -1/+3 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Support fourcc YV24. | ami_stuff | 2011-07-06 | 1 | -0/+1 |
* | | Fix internal buffer size for 2bpp and 4bpp raw video. | Carl Eugen Hoyos | 2011-07-01 | 1 | -1/+3 |
* | | Fix linesize for some rawvideo samples with odd width. | Carl Eugen Hoyos | 2011-06-30 | 1 | -1/+7 |
* | | Support fourcc YV16 (ticket 307). | ami_stuff | 2011-06-27 | 1 | -0/+1 |
* | | rawdec: fail in case of unknow pixel format | Stefano Sabatini | 2011-05-30 | 1 | -0/+5 |
* | | Fix 32bit rawvideo in avi on big-endian. | Carl Eugen Hoyos | 2011-05-26 | 1 | -1/+1 |
* | | rawdec: fix decoding of QT WRAW files | ami_stuff | 2011-05-25 | 1 | -1/+3 |
* | | rawdec: Allow overriding top field first. | Michael Niedermayer | 2011-05-16 | 1 | -0/+15 |
* | | Support decoding of 1bpp rawvideo in avi (ticket 205). | ami_stuff | 2011-05-16 | 1 | -0/+1 |
* | | Support decoding of 2bpp rawvideo in avi (ticket 206). | ami_stuff | 2011-05-16 | 1 | -0/+1 |
* | | rawdec: propagate pict_type information to the output frame | Stefano Sabatini | 2011-05-15 | 1 | -0/+1 |
* | | Support more QT 1bpp rawvideo files. | ami_stuff | 2011-05-13 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | lavc: add a pkt_pos field to AVFrame | Stefano Sabatini | 2011-05-01 | 1 | -0/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 1 | -3/+7 |
|\| |
|
| * | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 1 | -3/+7 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -2/+1 |
| * | In the rawvideo decoder, set pkt_pts in the output frame. | Stefano Sabatini | 2011-01-28 | 1 | -0/+1 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Make find_pix_fmt() non static | Michael Niedermayer | 2011-04-03 | 1 | -4/+4 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -2/+1 |
* | | In the rawvideo decoder, set pkt_pts in the output frame. | Stefano Sabatini | 2011-01-30 | 1 | -0/+1 |