summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAge
* lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPIMark Thompson2016-03-19
* pixfmt: add a CUDA hwaccelled formatAnton Khirnov2016-02-14
* pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara2016-01-25
* pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-17
* pixdesc: Add missing alpha flag for yuva420p9beHendrik Leppkes2015-09-10
* pixdesc: Consistently order componentsHendrik Leppkes2015-09-10
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara2015-08-28
* D3D11va: add a Direct3D11 video decoder similar to DXVA2Steve Lhomme2015-05-25
* lavc: add MMAL hardware decoder wrapperwm42015-03-29
* pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara2015-03-23
* pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-19
* lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-14
* pixdesc: return color properties namesVittorio Giovara2014-10-08
* avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-04
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* avutil: add alias names for gray 8/16 colour spacesVittorio Giovara2014-08-04
* pixdesc: Support pixelformat aliasesLuca Barbato2014-08-04
* pixdesc: K&R formatting cosmeticsLuca Barbato2014-08-01
* lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-11
* lavu: Add packed YVYU422 pixel formatVittorio Giovara2014-04-07
* lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau2014-04-02
* RGBA64 pixel formatsJean First2014-03-16
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* pixdesc: fix NV20* descriptorsMichael Niedermayer2013-09-24
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-21
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-05
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-29
* pixdesc: mark gray8 as pseudopalAnton Khirnov2013-05-22
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-06
* pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-04
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-19
* pixfmt: add picture format for VDPAURémi Denis-Courmont2013-01-12
* pixdesc: fix yuva 10bit bit depthPaul B Mahol2012-12-05
* pixdesc: add PIX_FMT_ALPHA flagLuca Barbato2012-11-20
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-12
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* pixdesc: cosmeticsLuca Barbato2012-09-04
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-26
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-27
* Cleaned pixdesc.c file in libavutilTsvetelina Borisova2011-12-03
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-24
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-24
* pixfmt: add planar RGB formats.Ronald S. Bultje2011-11-24