summaryrefslogtreecommitdiffstats
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-483/+484
|\
| * Cleaned pixdesc.c file in libavutilTsvetelina Borisova2011-12-031-483/+484
* | pixfmt: Add 32bit rgb without alpha formatsMichael Niedermayer2011-11-281-0/+50
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-251-25/+146
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-151-0/+6
|\ \ | |/
| * hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-141-0/+6
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-021-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-221-0/+23
|\ \ | |/
| * sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-211-0/+23
* | pixdesc: fix gbr24pMichael Niedermayer2011-10-091-3/+3
* | Start adding pixel definitions for planar rgb.Themaister2011-10-081-0/+9
* | Add new pix_fmt RGBA64Jean First2011-09-241-0/+50
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-131-3/+3
|\ \ | |/
| * pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-121-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-111-0/+46
|\ \ | |/
| * 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
* | lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini2011-05-281-0/+6
* | PIX_FMT_422P10 supportBaptiste Coudurier2011-05-081-0/+23
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-271-2/+2
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-101-0/+46
* | Add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-171-0/+23
|/
* 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
* Cosmetics: use x ? y : z construct and merge intialization andStefano Sabatini2010-09-121-3/+1
* pixdesc: add missing includesMåns Rullgård2010-07-101-0/+2
* Reindent after r24101.Stefano Sabatini2010-07-081-2/+2
* Rename read/write_line() to av_read/write_image_line().Stefano Sabatini2010-07-071-2/+2
* Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman2010-04-141-0/+8
* Add initial support for 12-bit color mode.Janusz Krzysztofik2010-03-051-0/+46
* Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This isStefano Sabatini2010-03-041-0/+1
* Move read_line() and write_line() definition from pixdesc.h toStefano Sabatini2010-02-161-0/+80
* Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().Stefano Sabatini2010-01-301-0/+37
* H264 DXVA2 implementationLaurent Aimar2010-01-201-0/+6
* Make av_pix_fmt_descriptors use the same pixel format names as definedStefano Sabatini2009-11-261-5/+5
* Rename AVPixFmtDescriptor.nb_channels to nb_components, the new nameStefano Sabatini2009-11-181-51/+51
* Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.Carl Eugen Hoyos2009-11-111-0/+6
* Add pixel format descriptors for the HW-accelerated formats.Stefano Sabatini2009-11-051-0/+56
* Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.Stefano Sabatini2009-11-021-0/+4
* Move pixdesc.{h,c} from libavcodec to libavutil.Stefano Sabatini2009-10-271-0/+596
OpenPOWER on IntegriCloud