index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
/
pixdesc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark some arrays that never change as const.
Anton Khirnov
2017-02-01
1
-5
/
+5
*
lavu: Rename ycgco color space appropriately
Vittorio Giovara
2016-11-08
1
-1
/
+1
*
pixfmt: Add GRAY12
Luca Barbato
2016-11-07
1
-0
/
+22
*
lavu: Add JEDEC P22 color primaries
Vittorio Giovara
2016-10-21
1
-0
/
+1
*
Add GBRAP12 pixel format support
Kieran Kunhya
2016-10-12
1
-0
/
+28
*
Add GBRP12 pixel format support
Michael Niedermayer
2016-10-12
1
-0
/
+25
*
pixfmt: Add yuv444p12 pixel format
Luca Barbato
2016-09-27
1
-0
/
+25
*
pixfmt: Add yuv422p12 pixel format
Luca Barbato
2016-09-27
1
-0
/
+25
*
pixfmt: Add yuv420p12 pixel format
Luca Barbato
2016-09-27
1
-0
/
+25
*
pixfmt: add P010 pixel format
Hendrik Leppkes
2016-07-02
1
-0
/
+24
*
pixdesc: Fix AVCOL_TRC_BT2020_12 name
Vittorio Giovara
2016-06-27
1
-1
/
+1
*
pixdesc: Add aliases to SMPTE color properties
Vittorio Giovara
2016-06-27
1
-3
/
+3
*
pixdesc: Add new SMPTE 431, 432, and 2085 color properties
Vittorio Giovara
2016-06-21
1
-0
/
+3
*
pixfmt: Add ARIB STD-B76 color transfer characteristic
Neil Birkbeck
2016-06-21
1
-0
/
+1
*
pixdesc: Use C99 array to list color properties names
Vittorio Giovara
2016-06-13
1
-18
/
+55
*
lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI
Mark Thompson
2016-03-19
1
-0
/
+14
*
pixfmt: add a CUDA hwaccelled format
Anton Khirnov
2016-02-14
1
-0
/
+4
*
pixdesc: Drop unneeded deprecation warning guards
Vittorio Giovara
2016-01-25
1
-2
/
+0
*
pixfmt: Add new SMPTE color primaries and transfer characteristic values
Kevin Wheatley
2015-09-17
1
-1
/
+2
*
pixdesc: Add missing alpha flag for yuva420p9be
Hendrik Leppkes
2015-09-10
1
-1
/
+1
*
pixdesc: Consistently order components
Hendrik Leppkes
2015-09-10
1
-50
/
+50
*
lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields
Vittorio Giovara
2015-09-07
1
-359
/
+365
*
lavu: Drop deprecated external access to AVPixFmtDescriptor table
Vittorio Giovara
2015-08-28
1
-4
/
+1
*
D3D11va: add a Direct3D11 video decoder similar to DXVA2
Steve Lhomme
2015-05-25
1
-0
/
+6
*
lavc: add MMAL hardware decoder wrapper
wm4
2015-03-29
1
-0
/
+4
*
pixdesc: Replace a few leftover instances of non AV-prefixed flags
Vittorio Giovara
2015-03-23
1
-3
/
+6
*
pixfmt: add a pixel format for QSV hwaccel
Anton Khirnov
2015-02-19
1
-0
/
+4
*
lavu: add planar 16 bit and 8 bit rgb with alpha
Paul B Mahol
2015-01-14
1
-0
/
+39
*
pixdesc: return color properties names
Vittorio Giovara
2014-10-08
1
-0
/
+58
*
avutil: add AV_PIX_FMT_YA16 pixel format
Vittorio Giovara
2014-08-04
1
-0
/
+19
*
avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8
Vittorio Giovara
2014-08-04
1
-2
/
+3
*
avutil: add alias names for gray 8/16 colour spaces
Vittorio Giovara
2014-08-04
1
-0
/
+3
*
pixdesc: Support pixelformat aliases
Luca Barbato
2014-08-04
1
-1
/
+3
*
pixdesc: K&R formatting cosmetics
Luca Barbato
2014-08-01
1
-1
/
+2
*
lavu: Add a pixel format for new VDA hwaccel
Anton Khirnov
2014-05-11
1
-0
/
+4
*
lavu: Add packed YVYU422 pixel format
Vittorio Giovara
2014-04-07
1
-0
/
+11
*
lavu: add missing formats to av_pix_fmt_swap_endianness
Janne Grunau
2014-04-02
1
-0
/
+3
*
RGBA64 pixel formats
Jean First
2014-03-16
1
-0
/
+52
*
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-11-13
1
-0
/
+3
*
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
[next]