summaryrefslogtreecommitdiffstats
path: root/libavutil/pixfmt.h
Commit message (Expand)AuthorAgeFilesLines
* pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygenwm42015-02-101-2/+2
* avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove wording abou...Michael Niedermayer2015-02-071-4/+4
* avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and similar fo...Michael Niedermayer2015-02-071-4/+4
* avutil/pixfmt: Clarify the meaning of the "alpha" bit in rgb555/bgr555Michael Niedermayer2015-02-071-4/+4
* avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and similar formatsMichael Niedermayer2015-02-071-4/+4
* avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL...Michael Niedermayer2015-01-151-0/+3
* avutil/pixfmt: Document the duplicated AV_PIX_FMT_GBRAP* formatsMichael Niedermayer2015-01-151-0/+5
* Merge commit '0e6c7dfa650e8b0497bfa7a06394b7a462ddc33a'Michael Niedermayer2015-01-151-0/+4
|\
| * lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2015-01-141-0/+6
* | Merge commit '04ccd584a70fad4ebb29ca340d704970ff313cbc'Michael Niedermayer2014-10-081-0/+2
|\ \ | |/
| * pixfmt: mark further reserved valuesVittorio Giovara2014-10-081-0/+2
* | Merge commit 'c732c62cee43f651775af5547cff99d418248542'Michael Niedermayer2014-10-081-4/+5
|\ \ | |/
| * doc: expand description for some color propertiesVittorio Giovara2014-10-081-4/+5
* | Merge commit 'e9abafca278f87e1ecc6d50091d99b73ff63c9a6'Michael Niedermayer2014-08-041-0/+5
|\ \ | |/
| * avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-041-0/+5
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-1/+5
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-1/+4
* | Merge commit 'ab72eda15e98197cf148abc08574206cfde0d9b0'Michael Niedermayer2014-06-241-0/+3
|\ \ | |/
| * pixfmt: mark the reserved valuesVittorio Giovara2014-06-231-0/+3
* | Merge commit '8c02adc62d71dfbb079a04753d8c16152c49de88'Michael Niedermayer2014-06-011-0/+83
|\ \ | |/
| * lavu: add all color-related enums to AVFramewm42014-06-011-0/+81
* | Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f'Michael Niedermayer2014-05-121-0/+2
|\ \ | |/
| * lavu: Add a pixel format for new VDA hwaccelAnton Khirnov2014-05-111-0/+1
* | Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8'Michael Niedermayer2014-04-091-0/+2
|\ \ | |/
| * lavu: Add packed YVYU422 pixel formatVittorio Giovara2014-04-071-0/+2
* | Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30'Michael Niedermayer2014-03-171-2/+18
|\ \ | |/
| * RGBA64 pixel formatsJean First2014-03-161-0/+9
* | Convert XvMC to hwaccel v3Ivan Kalvachev2013-12-221-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-141-0/+2
|\ \ | |/
| * Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-0/+2
| * lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-211-0/+4
* | fix order of operations in commentsMichael Niedermayer2013-10-231-2/+2
* | Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-221-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-111-1/+1
|\ \ | |/
| * Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+1
* | pixfmt: add native GBRAP16 formatPaul B Mahol2013-09-061-0/+1
* | pixfmt: add native bayer 16bit formatsMichael Niedermayer2013-09-011-0/+6
* | libavutil: add AV_PIX_FMT_BAYER pixel formatsPeter Ross2013-09-011-0/+14
* | pixfmt: extend description for planar YUV 9/10 bits formatsKirill Gavrilov2013-08-121-3/+5
* | Merge commit 'a0ad5d011318f951ecd4c9ffe1829518c9533909'Michael Niedermayer2013-08-061-0/+4
|\ \ | |/
| * vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont2013-08-051-0/+4
* | avutil/pixfmt: dont refer to deprecated PIX_FMT in the documentationMichael Niedermayer2013-07-301-3/+3
* | configure: rename have_incompatible_fork_abi -> have_incompatible_libav_abiStefano Sabatini2013-07-031-1/+1
* | avutil/pixfmt: add forgotten deprecated to YUVJ411Michael Niedermayer2013-05-211-1/+1
* | add YUVJ411PMichael Niedermayer2013-05-211-0/+1
* | lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2013-05-031-0/+3
* | Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer2013-04-051-0/+5
|\ \ | |/
| * pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-041-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-121-1/+2
|\ \ | |/
| * pixfmt: add picture format for VDPAURémi Denis-Courmont2013-01-121-0/+1
OpenPOWER on IntegriCloud