summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/pixdesc: handle xv30be in av_[read|write]_image_linePhilip Langdale2022-12-081-20/+50
* avutil/pixdesc: Move ff_check_pixfmt_descriptors() to its only userAndreas Rheinhardt2022-09-301-49/+0
* avutil/pixdesc: Avoid direct access to pix fmt desc arrayAndreas Rheinhardt2022-09-301-5/+13
* avutil/pixdesc: Remove always-false checksAndreas Rheinhardt2022-09-301-3/+1
* avutil/pixdesc: Add av_chroma_location_(enum_to_pos|pos_to_enum)Andreas Rheinhardt2022-09-261-0/+23
* avutil: add RGBA single-float precision packed formatsPaul B Mahol2022-09-251-0/+28
* avutil: add RGB single-precision float formatsPaul B Mahol2022-09-251-0/+25
* lavu/pixdesc: favour formats where depth and subsampling exactly matchPhilip Langdale2022-09-171-1/+30
* lavu/pixfmt: Add P012, Y212, XV30, and XV36 formatsPhilip Langdale2022-09-031-1/+94
* lavu/pixfmt: Introduce VUYX formatPhilip Langdale2022-08-251-0/+11
* lavu/pixfmt: add packed RGBA float16 formatTimo Rothenpieler2022-08-131-0/+28
* lavu/pixfmt: Add packed 4:4:4 formatPhilip Langdale2022-08-031-0/+13
* lavu/pixfmt: deprecate AV_PIX_FMT_XVMCAnton Khirnov2022-02-151-0/+2
* lavu/pixfmt: add high-bit-depth semi-planar 4:2:2/4:4:4 formatsrcombs2021-11-281-0/+96
* lavu/pix_fmt: add pixel format for x2bgr10Manuel Stoeckl2021-09-261-0/+24
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPALAndreas Rheinhardt2021-04-271-5/+4
* avutil/pixdesc: Remove deprecated off-by-one fields from pix fmt descsAndreas Rheinhardt2021-04-271-531/+525
* avutil/pixfmt: Remove deprecated VAAPI pixel formatsAndreas Rheinhardt2021-04-271-25/+0
* avutil/pixdesc: Fix 1 << 32Andreas Rheinhardt2021-04-011-1/+1
* avutil/pixdesc: Use av_strstart where appropriateAndreas Rheinhardt2021-02-281-22/+11
* lavu/pix_fmt: add new pixel format x2rgb10Fei Wang2020-06-121-0/+24
* lavu/pix_fmt: add new pixel format y210Linjie Fu2020-02-241-0/+23
* lavu: add Vulkan hwcontext codeLynne2020-02-041-0/+4
* avutil/pixfmt: Add EBU Tech. 3213-E AVColorPrimaries valueRaphaël Zumer2019-09-011-1/+1
* avutil: Add NV24 and NV42 pixel formatsPhilip Langdale2019-05-121-0/+24
* avutil : add YUVA444P12 and YUVA422P12Martin Vignali2018-11-241-0/+52
* avutil/pixdesc: Add av_write_image_line2(), av_read_image_line2()Michael Niedermayer2018-10-271-16/+56
* libavutil: Adds gray floating-point pixel formats.Sergey Lavrushkin2018-08-111-0/+22
* pixdesc: Only check against valid entries when iterating over lists of enumsDerek Buitenhuis2018-06-121-4/+24
* avutil: add gray14 pixel formatPaul B Mahol2018-05-051-0/+21
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-1/+1
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-301-2/+1
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-031-5/+5
* lavu: Add OpenCL hardware pixfmtMark Thompson2017-11-221-0/+4
* Merge commit 'dd343fd986459f467a2d1d70c26101dff1d47d68'James Almer2017-10-231-38/+0
|\
| * lavu: Drop deprecated VDPAU pixel formatsVittorio Giovara2017-03-231-38/+0
* | Merge commit 'dcc39ee10e82833ce24aa57926c00ffeb1948198'James Almer2017-10-231-12/+0
|\ \ | |/
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-10/+0
* | lavc: drop VDAClément Bœsch2017-10-231-10/+0
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-261-5/+5
|\ \ | |/
| * Mark some arrays that never change as const.Anton Khirnov2017-02-011-5/+5
* | pixdesc: Add API to map color property names to enum valuesVittorio Giovara2017-09-211-0/+65
* | lavu: Add DRM hwcontextMark Thompson2017-09-131-0/+4
* | Add single precision planar RGB pixel formatsVittorio Giovara2017-08-151-0/+54
* | pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara2017-08-101-0/+3
* | libavutil: add GRAY9 pixel formatPaul B Mahol2017-08-071-0/+21
* | pixdesc: Reindent after previous commitMark Thompson2017-07-221-12/+12
* | pixdesc: Explicitly handle invalid arguments to av_find_best_pix_fmt_of_2()Mark Thompson2017-07-221-0/+6
* | pixdesc: Improve scoring for opaque/unknown pixel formatsMark Thompson2017-07-181-4/+12