| Commit message (Expand) | Author | Age | Files | Lines |
* | pixdesc: fix NV20* descriptors | Michael Niedermayer | 2013-09-24 | 1 | -6/+6 |
* | lavu: Add interleaved 4:2:2 8/10-bit formats | Kieran Kunhya | 2013-09-21 | 1 | -0/+36 |
* | vdpau: deprecate old codec-specific pixel formats | Rémi Denis-Courmont | 2013-08-05 | 1 | -0/+2 |
* | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -1/+3 |
* | Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
* | pixdesc: mark gray8 as pseudopal | Anton Khirnov | 2013-05-22 | 1 | -0/+1 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 1 | -112/+112 |
* | pixdesc: add function to return pixel format with swapped endiannes | Janne Grunau | 2013-05-06 | 1 | -0/+48 |
* | pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values | Nicolas Bertrand | 2013-04-04 | 1 | -0/+24 |
* | pixdesc: add a function for counting planes in a pixel format. | Anton Khirnov | 2013-03-19 | 1 | -0/+15 |
* | pixfmt: add picture format for VDPAU | Rémi Denis-Courmont | 2013-01-12 | 1 | -0/+6 |
* | pixdesc: fix yuva 10bit bit depth | Paul B Mahol | 2012-12-05 | 1 | -20/+20 |
* | pixdesc: add PIX_FMT_ALPHA flag | Luca Barbato | 2012-11-20 | 1 | -24/+25 |
* | pixdesc: add av_pix_fmt_get_chroma_sub_sample | Luca Barbato | 2012-11-13 | 1 | -0/+12 |
* | pixfmt: support more yuva formats | Luca Barbato | 2012-10-30 | 1 | -0/+234 |
* | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 1 | -0/+26 |
* | pixdesc: add functions for accessing pixel format descriptors. | Anton Khirnov | 2012-10-12 | 1 | -0/+30 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -100/+100 |
* | pixdesc: cosmetics | Luca Barbato | 2012-09-04 | 1 | -12/+18 |
* | pixdesc: mark pseudopaletted formats with a special flag. | Anton Khirnov | 2012-02-08 | 1 | -4/+4 |
* | Revert "sws/pixfmt/pixdesc: add support for yuva444p" | Alex Converse | 2012-01-26 | 1 | -13/+0 |
* | sws/pixfmt/pixdesc: add support for yuva444p | Paul B Mahol | 2012-01-27 | 1 | -0/+13 |
* | Cleaned pixdesc.c file in libavutil | Tsvetelina Borisova | 2011-12-03 | 1 | -483/+484 |
* | swscale: fix failing fate tests. | Ronald S. Bultje | 2011-11-24 | 1 | -2/+1 |
* | Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. | Ronald S. Bultje | 2011-11-24 | 1 | -25/+65 |
* | pixfmt: add planar RGB formats. | Ronald S. Bultje | 2011-11-24 | 1 | -0/+80 |
* | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 1 | -0/+6 |
* | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 1 | -0/+23 |
* | pix_fmt: Fix number of bits per component in yuv444p9be | Oskar Arvidsson | 2011-07-12 | 1 | -3/+3 |
* | libavutil/swscale: YUV444P10/YUV444P9 support. | Ronald S. Bultje | 2011-06-10 | 1 | -0/+46 |
* | lavu: add av_get_pix_fmt_name() convenience function | Stefano Sabatini | 2011-05-28 | 1 | -0/+6 |
* | swscale: extend YUV422p support to 10bits depth | Baptiste Coudurier | 2011-05-11 | 1 | -0/+23 |
* | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+46 |
* | pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-04-10 | 1 | -0/+23 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Deprecate avcodec_pix_fmt_string() in favor of | Stefano Sabatini | 2010-12-04 | 1 | -0/+14 |
* | Apply minor simplification in av_read_image_line(). | Stefano Sabatini | 2010-09-12 | 1 | -4/+3 |
* | pixdesc: indent | Måns Rullgård | 2010-09-12 | 1 | -9/+9 |
* | pixdesc: use 8-bit accesses when possible in av_read/write_image_line() | Måns Rullgård | 2010-09-12 | 1 | -1/+15 |
* | Cosmetics: use x ? y : z construct and merge intialization and | Stefano Sabatini | 2010-09-12 | 1 | -3/+1 |
* | pixdesc: add missing includes | Måns Rullgård | 2010-07-10 | 1 | -0/+2 |
* | Reindent after r24101. | Stefano Sabatini | 2010-07-08 | 1 | -2/+2 |
* | Rename read/write_line() to av_read/write_image_line(). | Stefano Sabatini | 2010-07-07 | 1 | -2/+2 |
* | Add PIX_FMT_Y400A, 8bit gray, 8bit alpha | Andreas Öman | 2010-04-14 | 1 | -0/+8 |
* | Add initial support for 12-bit color mode. | Janusz Krzysztofik | 2010-03-05 | 1 | -0/+46 |
* | Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is | Stefano Sabatini | 2010-03-04 | 1 | -0/+1 |
* | Move read_line() and write_line() definition from pixdesc.h to | Stefano Sabatini | 2010-02-16 | 1 | -0/+80 |
* | Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). | Stefano Sabatini | 2010-01-30 | 1 | -0/+37 |
* | H264 DXVA2 implementation | Laurent Aimar | 2010-01-20 | 1 | -0/+6 |
* | Make av_pix_fmt_descriptors use the same pixel format names as defined | Stefano Sabatini | 2009-11-26 | 1 | -5/+5 |