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
/
pixdesc.c
Age
Commit message (
Expand
)
Author
2010-07-10
pixdesc: add missing includes
Måns Rullgård
2010-07-08
Reindent after r24101.
Stefano Sabatini
2010-07-07
Rename read/write_line() to av_read/write_image_line().
Stefano Sabatini
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-03-04
Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is
Stefano Sabatini
2010-02-16
Move read_line() and write_line() definition from pixdesc.h to
Stefano Sabatini
2010-01-30
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt().
Stefano Sabatini
2010-01-20
H264 DXVA2 implementation
Laurent Aimar
2009-11-26
Make av_pix_fmt_descriptors use the same pixel format names as defined
Stefano Sabatini
2009-11-18
Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name
Stefano Sabatini
2009-11-11
Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
Carl Eugen Hoyos
2009-11-05
Add pixel format descriptors for the HW-accelerated formats.
Stefano Sabatini
2009-11-02
Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.
Stefano Sabatini
2009-10-27
Move pixdesc.{h,c} from libavcodec to libavutil.
Stefano Sabatini