index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
pixfmt.h
Age
Commit message (
Expand
)
Author
2014-03-16
RGBA64 pixel formats
Jean First
2013-11-13
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-09-21
lavu: Add interleaved 4:2:2 8/10-bit formats
Kieran Kunhya
2013-09-10
Drop pointless directory name prefixes from #includes in the current dir
Diego Biurrun
2013-08-05
vdpau: deprecate old codec-specific pixel formats
Rémi Denis-Courmont
2013-04-04
pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values
Nicolas Bertrand
2013-01-12
pixfmt: add picture format for VDPAU
Rémi Denis-Courmont
2012-12-18
misc typo, style and wording fixes
Diego Biurrun
2012-10-30
pixfmt: support more yuva formats
Luca Barbato
2012-10-12
avutil: add yuva422p and yuva444p formats
Luca Barbato
2012-10-08
pixfmt: add AV_ prefixes to PIX_FMT_*
Anton Khirnov
2012-01-26
Revert "sws/pixfmt/pixdesc: add support for yuva444p"
Alex Converse
2012-01-27
sws/pixfmt/pixdesc: add support for yuva444p
Paul B Mahol
2011-11-24
pixfmt: add planar RGB formats.
Ronald S. Bultje
2011-11-22
doxy: cleanup pixfmt.h
Luca Barbato
2011-11-14
hwaccel: OS X Video Decoder Acceleration (VDA) support.
Sebastien Zwickert
2011-10-21
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Ronald S. Bultje
2011-06-29
pixfmt: fix YUV422/444 wrong endian comment
Can Wu
2011-06-10
libavutil/swscale: YUV444P10/YUV444P9 support.
Ronald S. Bultje
2011-05-11
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
swscale: extend YUV422p support to 10bits depth
Baptiste Coudurier
2011-05-10
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-04-10
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
Peter Ross
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-06-03
Deprecate PIX_FMT_YUVJ*
Michael Niedermayer
2010-05-16
Clarify description for the MONOWHITE and MONOBLACK pixel formats.
Stefano Sabatini
2010-05-15
Clarify descriptions for RGB4, BGR4, NV12, NV21,
Stefano Sabatini
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-14
Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
Andreas Öman
2010-03-05
Add initial support for 12-bit color mode.
Janusz Krzysztofik
2010-01-20
H264 DXVA2 implementation
Laurent Aimar
2010-01-19
Use avconfig.h in pixfmt.h
Måns Rullgård
2010-01-17
Make sure we do not export incorrect _NE pixformat descriptions by either
Reimar Döffinger
2009-11-10
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
NVIDIA Corporation
2009-09-05
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-04-22
Fix 10l typo (usage of PIX_FMT_NE()).
Michael Niedermayer
2009-04-21
Add 420,422 and 444 planar 16bit per component pix formats.
Michael Niedermayer
2009-03-23
Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.
Stefano Sabatini
2009-03-23
Make the PIX_FMT_NE() macro more generic.
Stefano Sabatini
2009-03-22
Make the pixel formats which were defined as macros:
Stefano Sabatini
2009-03-21
Change the RGB5X5/BGR5X5 pixel format defines so that we have little
Stefano Sabatini
2009-03-21
Use PIX_FMT_NE() macro.
Stefano Sabatini
2009-03-21
Implement PIX_FMT_NE() macro.
Stefano Sabatini
2009-03-15
Remove code that was disabled by the recent major version bump.
Diego Biurrun
2009-03-09
Update VA API pixfmts documentation: struct vaapi_render_state
Gwenole Beauchesne
2009-02-27
Add VA API pixel formats.
Gwenole Beauchesne
2009-02-22
Split avutil.h, move all the pixel format definitions to the new
Stefano Sabatini