| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e9abafca278f87e1ecc6d50091d99b73ff63c9a6' | Michael Niedermayer | 2014-08-04 | 1 | -0/+18 |
|\ |
|
| * | avutil: add AV_PIX_FMT_YA16 pixel format | Vittorio Giovara | 2014-08-04 | 1 | -0/+19 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -2/+3 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -2/+3 |
* | | Merge commit 'e0d73fda361729d207e51fa2afd8ba6102e58d98' | Michael Niedermayer | 2014-08-04 | 1 | -0/+3 |
|\| |
|
| * | avutil: add alias names for gray 8/16 colour spaces | Vittorio Giovara | 2014-08-04 | 1 | -0/+3 |
* | | Merge commit 'd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26' | Michael Niedermayer | 2014-08-04 | 1 | -2/+3 |
|\| |
|
| * | pixdesc: Support pixelformat aliases | Luca Barbato | 2014-08-04 | 1 | -1/+3 |
* | | Merge commit 'b2e059a1ffbdaaa985c6a7dcdd684fa034725238' | Michael Niedermayer | 2014-08-01 | 1 | -1/+2 |
|\| |
|
| * | pixdesc: K&R formatting cosmetics | Luca Barbato | 2014-08-01 | 1 | -1/+2 |
* | | avutil/pixdesc: remove unneeded assignment | Michael Niedermayer | 2014-07-31 | 1 | -1/+0 |
* | | Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f' | Michael Niedermayer | 2014-05-12 | 1 | -0/+4 |
|\| |
|
| * | lavu: Add a pixel format for new VDA hwaccel | Anton Khirnov | 2014-05-11 | 1 | -0/+4 |
* | | Move av_find_best_pix_fmt_of_2() from avcodec to avutil | Michael Niedermayer | 2014-04-30 | 1 | -0/+223 |
* | | Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8' | Michael Niedermayer | 2014-04-09 | 1 | -0/+11 |
|\| |
|
| * | lavu: Add packed YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 1 | -0/+11 |
| * | lavu: add missing formats to av_pix_fmt_swap_endianness | Janne Grunau | 2014-04-02 | 1 | -0/+3 |
* | | Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30' | Michael Niedermayer | 2014-03-17 | 1 | -13/+13 |
|\| |
|
| * | RGBA64 pixel formats | Jean First | 2014-03-16 | 1 | -0/+52 |
* | | avutil/pixdesc: set bayer pixfmt descriptor flags | Peter Ross | 2014-02-23 | 1 | -0/+12 |
* | | Convert XvMC to hwaccel v3 | Ivan Kalvachev | 2013-12-22 | 1 | -0/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-14 | 1 | -0/+3 |
|\| |
|
| * | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 1 | -0/+3 |
| * | pixdesc: fix NV20* descriptors | Michael Niedermayer | 2013-09-24 | 1 | -6/+6 |
| * | lavu: Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-21 | 1 | -0/+36 |
* | | avutil/pixdesc: try to fix NV20* descriptors | Michael Niedermayer | 2013-09-22 | 1 | -6/+6 |
* | | Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-22 | 1 | -0/+36 |
* | | avutil/pixdesc: dont try to use av_read_image_line() with bayer formats | Michael Niedermayer | 2013-09-13 | 1 | -1/+1 |
* | | avutil/pixdesc: Prevent minor array overread in ff_check_pixfmt_descriptors() | Michael Niedermayer | 2013-09-13 | 1 | -1/+1 |
* | | libavutil: add AV_PIX_FMT_BAYER pixel formats | Peter Ross | 2013-09-01 | 1 | -0/+71 |
* | | Merge commit 'a0ad5d011318f951ecd4c9ffe1829518c9533909' | Michael Niedermayer | 2013-08-06 | 1 | -0/+2 |
|\| |
|
| * | vdpau: deprecate old codec-specific pixel formats | RĂ©mi Denis-Courmont | 2013-08-05 | 1 | -0/+2 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -1/+3 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -1/+3 |
| * | Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
| * | pixdesc: mark gray8 as pseudopal | Anton Khirnov | 2013-05-22 | 1 | -0/+1 |
* | | add YUVJ411P | Michael Niedermayer | 2013-05-21 | 1 | -0/+12 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -32/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-15 | 1 | -111/+111 |
|\| |
|
| * | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -112/+112 |
* | | avutil/av_pix_fmt_swap_endianness: simplify and fix code | Michael Niedermayer | 2013-05-07 | 1 | -40/+12 |
* | | Merge commit '74652af821d7e526a6541876a637fbf81261fa8e' | Michael Niedermayer | 2013-05-07 | 1 | -0/+48 |
|\| |
|
| * | pixdesc: add function to return pixel format with swapped endiannes | Janne Grunau | 2013-05-06 | 1 | -0/+48 |
* | | lavu: add planar 16 bit and 8 bit rgb with alpha | Paul B Mahol | 2013-05-03 | 1 | -0/+39 |
* | | avutil/pixdesc: check for component overlap | Michael Niedermayer | 2013-04-16 | 1 | -0/+8 |
* | | avutil/pixdesc: check step/depth against each other | Michael Niedermayer | 2013-04-16 | 1 | -1/+8 |
* | | avutil/pixdesc: support for self-checking the descriptors | Michael Niedermayer | 2013-04-16 | 1 | -0/+25 |
* | | avutil/pixdesc: fix rgb0 descriptors | Michael Niedermayer | 2013-04-16 | 1 | -2/+0 |
* | | Merge commit '8c65264595d5a82c56ae5043320e4b875a414229' | Michael Niedermayer | 2013-04-05 | 1 | -0/+24 |
|\| |
|
| * | pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values | Nicolas Bertrand | 2013-04-04 | 1 | -0/+24 |