]> git.sesse.net Git - ffmpeg/history - libavutil/pixdesc.c
bfin: Make vp3 functions static
[ffmpeg] / libavutil / pixdesc.c
2013-04-04 Nicolas Bertrandpixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values
2013-03-19 Anton Khirnovpixdesc: add a function for counting planes in a pixel...
2013-01-12 Rémi Denis-Courmontpixfmt: add picture format for VDPAU
2012-12-05 Paul B Maholpixdesc: fix yuva 10bit bit depth
2012-11-20 Luca Barbatopixdesc: add PIX_FMT_ALPHA flag
2012-11-13 Luca Barbatopixdesc: add av_pix_fmt_get_chroma_sub_sample
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-12 Luca Barbatoavutil: add yuva422p and yuva444p formats
2012-10-12 Anton Khirnovpixdesc: add functions for accessing pixel format descr...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-04 Luca Barbatopixdesc: cosmetics
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-01-27 Alex ConverseRevert "sws/pixfmt/pixdesc: add support for yuva444p"
2012-01-27 Paul B Maholsws/pixfmt/pixdesc: add support for yuva444p
2011-12-03 Tsvetelina BorisovaCleaned pixdesc.c file in libavutil
2011-11-24 Ronald S. Bultjeswscale: fix failing fate tests.
2011-11-24 Ronald S. BultjeClean up swscale pixfmt macros using av_pix_fmt_descrip...
2011-11-24 Ronald S. Bultjepixfmt: add planar RGB formats.
2011-11-14 Sebastien Zwickerthwaccel: OS X Video Decoder Acceleration (VDA) support.
2011-10-21 Ronald S. Bultjesws/pixfmt/pixdesc: add support for yuv420p9le/be.
2011-07-12 Oskar Arvidssonpix_fmt: Fix number of bits per component in yuv444p9be
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-11 Baptiste Coudurierswscale: extend YUV422p support to 10bits depth
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-04-10 Peter Rosspixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-09-12 Stefano SabatiniApply minor simplification in av_read_image_line().
2010-09-12 Måns Rullgårdpixdesc: indent
2010-09-12 Måns Rullgårdpixdesc: use 8-bit accesses when possible in av_read...
2010-09-12 Stefano SabatiniCosmetics: use x ? y : z construct and merge intializat...
2010-07-10 Måns Rullgårdpixdesc: add missing includes
2010-07-08 Stefano SabatiniReindent after r24101.
2010-07-07 Stefano SabatiniRename read/write_line() to av_read/write_image_line().
2010-04-14 Andreas ÖmanAdd PIX_FMT_Y400A, 8bit gray, 8bit alpha
2010-03-05 Janusz KrzysztofikAdd initial support for 12-bit color mode.
2010-03-04 Stefano SabatiniDeclare the PIX_FMT_GRAY8 pixel format as a paletted...
2010-02-16 Stefano SabatiniMove read_line() and write_line() definition from pixde...
2010-01-30 Stefano SabatiniImplement av_get_pix_fmt(), and deprecate avcodec_get_p...
2010-01-20 Laurent AimarH264 DXVA2 implementation
2009-11-26 Stefano SabatiniMake av_pix_fmt_descriptors use the same pixel format...
2009-11-18 Stefano SabatiniRename AVPixFmtDescriptor.nb_channels to nb_components...
2009-11-11 Carl Eugen HoyosAdd PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
2009-11-05 Stefano SabatiniAdd pixel format descriptors for the HW-accelerated...
2009-11-02 Stefano SabatiniAdd PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and...
2009-10-27 Stefano SabatiniMove pixdesc.{h,c} from libavcodec to libavutil.