summaryrefslogtreecommitdiffstats
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'Hendrik Leppkes2015-09-121-1/+1
|\
| * pixdesc: Consistently order componentsHendrik Leppkes2015-09-101-50/+50
* | avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_...Michael Niedermayer2015-09-101-1/+1
* | avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptionsKevin Wheatley2015-09-101-1/+2
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-10/+10
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-448/+454
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-359/+365
* | Merge commit '2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51'Hendrik Leppkes2015-09-051-4/+1
|\ \ | |/
| * lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara2015-08-281-4/+1
* | vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-191-0/+9
* | avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert2015-08-031-0/+4
* | avutil: add ayuv64le and ayuv64be packed pixel formatPaul B Mahol2015-07-241-0/+26
* | Merge commit 'd8039ef8d221ea273aa4f1e62e5df21bf618c772'Michael Niedermayer2015-05-251-0/+6
|\ \ | |/
| * D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-251-0/+6
* | lavu: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-061-0/+48
* | Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1'Michael Niedermayer2015-03-291-0/+4
|\ \ | |/
| * lavc: add MMAL hardware decoder wrapperwm42015-03-291-0/+4
* | Merge commit '592a04054e6423be5050efd2bceece48b10b9c1d'Michael Niedermayer2015-03-241-3/+6
|\ \ | |/
| * pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara2015-03-231-3/+6
* | Merge commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a'Michael Niedermayer2015-02-191-0/+4
|\ \ | |/
| * pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-191-0/+4
| * lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-141-0/+39
* | pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGSTimothy Gu2015-02-071-1/+1
* | Merge commit '5a419b2dd1881889d436f55741fd3ff3f9f436c4'Michael Niedermayer2014-10-081-0/+58
|\ \ | |/
| * pixdesc: return color properties namesVittorio Giovara2014-10-081-0/+58
* | Merge commit 'e9abafca278f87e1ecc6d50091d99b73ff63c9a6'Michael Niedermayer2014-08-041-0/+18
|\ \ | |/
| * avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-041-0/+19
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-2/+3
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+3
* | Merge commit 'e0d73fda361729d207e51fa2afd8ba6102e58d98'Michael Niedermayer2014-08-041-0/+3
|\ \ | |/
| * avutil: add alias names for gray 8/16 colour spacesVittorio Giovara2014-08-041-0/+3
* | Merge commit 'd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26'Michael Niedermayer2014-08-041-2/+3
|\ \ | |/
| * pixdesc: Support pixelformat aliasesLuca Barbato2014-08-041-1/+3
* | Merge commit 'b2e059a1ffbdaaa985c6a7dcdd684fa034725238'Michael Niedermayer2014-08-011-1/+2
|\ \ | |/
| * pixdesc: K&R formatting cosmeticsLuca Barbato2014-08-011-1/+2
* | avutil/pixdesc: remove unneeded assignmentMichael Niedermayer2014-07-311-1/+0
* | Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f'Michael Niedermayer2014-05-121-0/+4
|\ \ | |/
| * lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-111-0/+4
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-301-0/+223
* | Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8'Michael Niedermayer2014-04-091-0/+11
|\ \ | |/
| * lavu: Add packed YVYU422 pixel formatVittorio Giovara2014-04-071-0/+11
| * lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau2014-04-021-0/+3
* | Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30'Michael Niedermayer2014-03-171-13/+13
|\ \ | |/
| * RGBA64 pixel formatsJean First2014-03-161-0/+52
* | avutil/pixdesc: set bayer pixfmt descriptor flagsPeter Ross2014-02-231-0/+12
* | Convert XvMC to hwaccel v3Ivan Kalvachev2013-12-221-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-0/+3
|\ \ | |/
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-0/+3
| * pixdesc: fix NV20* descriptorsMichael Niedermayer2013-09-241-6/+6
| * lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-211-0/+36
OpenPOWER on IntegriCloud