summaryrefslogtreecommitdiffstats
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAgeFilesLines
* pixdesc: return color properties namesVittorio Giovara2014-10-081-0/+58
* avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-041-0/+19
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+3
* avutil: add alias names for gray 8/16 colour spacesVittorio Giovara2014-08-041-0/+3
* pixdesc: Support pixelformat aliasesLuca Barbato2014-08-041-1/+3
* pixdesc: K&R formatting cosmeticsLuca Barbato2014-08-011-1/+2
* lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-111-0/+4
* 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
* RGBA64 pixel formatsJean First2014-03-161-0/+52
* 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
* vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-051-0/+2
* Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-1/+3
* Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun2013-07-291-1/+1
* pixdesc: mark gray8 as pseudopalAnton Khirnov2013-05-221-0/+1
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-112/+112
* pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-061-0/+48
* pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-041-0/+24
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-191-0/+15
* pixfmt: add picture format for VDPAURémi Denis-Courmont2013-01-121-0/+6
* pixdesc: fix yuva 10bit bit depthPaul B Mahol2012-12-051-20/+20
* pixdesc: add PIX_FMT_ALPHA flagLuca Barbato2012-11-201-24/+25
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-0/+12
* pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+234
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-121-0/+26
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-121-0/+30
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-100/+100
* pixdesc: cosmeticsLuca Barbato2012-09-041-12/+18
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-081-4/+4
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-261-13/+0
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-271-0/+13
* Cleaned pixdesc.c file in libavutilTsvetelina Borisova2011-12-031-483/+484
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-241-2/+1
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-241-25/+65
* pixfmt: add planar RGB formats.Ronald S. Bultje2011-11-241-0/+80
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+6
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+23
* pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-121-3/+3
* libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje2011-06-101-0/+46
* lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-0/+6
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-111-0/+23
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-101-0/+46
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-101-0/+23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-041-0/+14
* Apply minor simplification in av_read_image_line().Stefano Sabatini2010-09-121-4/+3
* pixdesc: indentMåns Rullgård2010-09-121-9/+9
* pixdesc: use 8-bit accesses when possible in av_read/write_image_line()Måns Rullgård2010-09-121-1/+15
OpenPOWER on IntegriCloud