| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil: remove deprecated FF_API_XVMC | James Almer | 2024-03-07 | 1 | -6/+0 |
* | avutil/pixfmt: fix AV_PIX_FMT_RGB8 description | Jeffrey Knockel | 2024-01-16 | 1 | -3/+3 |
* | libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12 | Wu Jianhua | 2023-12-21 | 1 | -0/+4 |
* | avutil/pixdesc: simplify xyz pixfmt check | Niklas Haas | 2023-10-31 | 1 | -4/+4 |
* | avutil/pixdesc: add AV_PIX_FMT_FLAG_XYZ | Niklas Haas | 2023-10-31 | 1 | -3/+3 |
* | avutil: add GBRAP14 format support | Paul B Mahol | 2023-09-28 | 1 | -0/+28 |
* | lavu: add 12-bit 2-plane 422 and 444 pixel formats | Lynne | 2023-05-29 | 1 | -0/+48 |
* | lavu/pixdesc: handle xv30be in av_[read|write]_image_line | Philip Langdale | 2022-12-08 | 1 | -20/+50 |
* | avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only user | Andreas Rheinhardt | 2022-09-30 | 1 | -49/+0 |
* | avutil/pixdesc: Avoid direct access to pix fmt desc array | Andreas Rheinhardt | 2022-09-30 | 1 | -5/+13 |
* | avutil/pixdesc: Remove always-false checks | Andreas Rheinhardt | 2022-09-30 | 1 | -3/+1 |
* | avutil/pixdesc: Add av_chroma_location_(enum_to_pos|pos_to_enum) | Andreas Rheinhardt | 2022-09-26 | 1 | -0/+23 |
* | avutil: add RGBA single-float precision packed formats | Paul B Mahol | 2022-09-25 | 1 | -0/+28 |
* | avutil: add RGB single-precision float formats | Paul B Mahol | 2022-09-25 | 1 | -0/+25 |
* | lavu/pixdesc: favour formats where depth and subsampling exactly match | Philip Langdale | 2022-09-17 | 1 | -1/+30 |
* | lavu/pixfmt: Add P012, Y212, XV30, and XV36 formats | Philip Langdale | 2022-09-03 | 1 | -1/+94 |
* | lavu/pixfmt: Introduce VUYX format | Philip Langdale | 2022-08-25 | 1 | -0/+11 |
* | lavu/pixfmt: add packed RGBA float16 format | Timo Rothenpieler | 2022-08-13 | 1 | -0/+28 |
* | lavu/pixfmt: Add packed 4:4:4 format | Philip Langdale | 2022-08-03 | 1 | -0/+13 |
* | lavu/pixfmt: deprecate AV_PIX_FMT_XVMC | Anton Khirnov | 2022-02-15 | 1 | -0/+2 |
* | lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formats | rcombs | 2021-11-28 | 1 | -0/+96 |
* | lavu/pix_fmt: add pixel format for x2bgr10 | Manuel Stoeckl | 2021-09-26 | 1 | -0/+24 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+4 |
* | avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descs | Andreas Rheinhardt | 2021-04-27 | 1 | -531/+525 |
* | avutil/pixfmt: Remove deprecated VAAPI pixel formats | Andreas Rheinhardt | 2021-04-27 | 1 | -25/+0 |
* | avutil/pixdesc: Fix 1 << 32 | Andreas Rheinhardt | 2021-04-01 | 1 | -1/+1 |
* | avutil/pixdesc: Use av_strstart where appropriate | Andreas Rheinhardt | 2021-02-28 | 1 | -22/+11 |
* | lavu/pix_fmt: add new pixel format x2rgb10 | Fei Wang | 2020-06-12 | 1 | -0/+24 |
* | lavu/pix_fmt: add new pixel format y210 | Linjie Fu | 2020-02-24 | 1 | -0/+23 |
* | lavu: add Vulkan hwcontext code | Lynne | 2020-02-04 | 1 | -0/+4 |
* | avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries value | Raphaël Zumer | 2019-09-01 | 1 | -1/+1 |
* | avutil: Add NV24 and NV42 pixel formats | Philip Langdale | 2019-05-12 | 1 | -0/+24 |
* | avutil : add YUVA444P12 and YUVA422P12 | Martin Vignali | 2018-11-24 | 1 | -0/+52 |
* | avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2() | Michael Niedermayer | 2018-10-27 | 1 | -16/+56 |
* | libavutil: Adds gray floating-point pixel formats. | Sergey Lavrushkin | 2018-08-11 | 1 | -0/+22 |
* | pixdesc: Only check against valid entries when iterating over lists of enums | Derek Buitenhuis | 2018-06-12 | 1 | -4/+24 |
* | avutil: add gray14 pixel format | Paul B Mahol | 2018-05-05 | 1 | -0/+21 |
* | Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ... | Marton Balint | 2018-04-30 | 1 | -1/+1 |
* | avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8 | Marton Balint | 2018-04-30 | 1 | -2/+1 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -5/+5 |
* | lavu: Add OpenCL hardware pixfmt | Mark Thompson | 2017-11-22 | 1 | -0/+4 |
* | Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68' | James Almer | 2017-10-23 | 1 | -38/+0 |
|\ |
|
| * | lavu: Drop deprecated VDPAU pixel formats | Vittorio Giovara | 2017-03-23 | 1 | -38/+0 |
* | | Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198' | James Almer | 2017-10-23 | 1 | -12/+0 |
|\| |
|
| * | lavc: Remove deprecated XvMC support hacks | Diego Biurrun | 2017-03-23 | 1 | -10/+0 |
* | | lavc: drop VDA | Clément Bœsch | 2017-10-23 | 1 | -10/+0 |
* | | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3' | James Almer | 2017-09-26 | 1 | -5/+5 |
|\| |
|
| * | Mark some arrays that never change as const. | Anton Khirnov | 2017-02-01 | 1 | -5/+5 |
* | | pixdesc: Add API to map color property names to enum values | Vittorio Giovara | 2017-09-21 | 1 | -0/+65 |