summaryrefslogtreecommitdiffstats
path: root/libavutil/pixdesc.c
Commit message (Expand)AuthorAgeFilesLines
* libavutil: add 12 and 14 bit planar colorspacesMichael Niedermayer2012-07-031-0/+192
* pixdesc: BGRA64 is rgb pixel formatPaul B Mahol2012-06-081-1/+2
* Add yuva422p pix_fmt.Carl Eugen Hoyos2012-05-081-0/+13
* Mark GRAY8 format as pseudo-paletted.Reimar Döffinger2012-04-091-0/+1
* pixdesc: put components always in the same order.Nicolas George2012-03-211-47/+47
* Remove duplicate initializers for VDA_VLD and GBR24P.Dale Curtis2012-03-031-16/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-4/+4
|\
| * 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
* | sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-281-0/+13
* | pixdesc: cosmeticsJean First2012-01-221-42/+42
* | Fix step_minus1 pixel descirption for RGB64.Carl Eugen Hoyos2012-01-111-16/+16
* | 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
OpenPOWER on IntegriCloud