Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-11lavu: Add a pixel format for new VDA hwaccelAnton Khirnov
2014-04-08lavu: Add packed YVYU422 pixel formatVittorio Giovara
2014-04-02lavu: add missing formats to av_pix_fmt_swap_endiannessJanne Grunau
2014-03-17RGBA64 pixel formatsJean First
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-09-24pixdesc: fix NV20* descriptorsMichael Niedermayer
2013-09-21lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya
2013-08-05vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-07-30Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun
2013-05-22pixdesc: mark gray8 as pseudopalAnton Khirnov
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-06pixdesc: add function to return pixel format with swapped endiannesJanne Grunau
2013-04-04pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand
2013-03-19pixdesc: add a function for counting planes in a pixel format.Anton Khirnov
2013-01-12pixfmt: add picture format for VDPAURémi Denis-Courmont
2012-12-05pixdesc: fix yuva 10bit bit depthPaul B Mahol
2012-11-20pixdesc: add PIX_FMT_ALPHA flagLuca Barbato
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-04pixdesc: cosmeticsLuca Barbato
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-01-27Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse
2012-01-27sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol
2011-12-04Cleaned pixdesc.c file in libavutilTsvetelina Borisova
2011-11-25swscale: fix failing fate tests.Ronald S. Bultje
2011-11-24Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje
2011-11-24pixfmt: add planar RGB formats.Ronald S. Bultje
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-07-12pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-11swscale: extend YUV422p support to 10bits depthBaptiste Coudurier
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-04-10pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-09-13Apply minor simplification in av_read_image_line().Stefano Sabatini
2010-09-13pixdesc: indentMåns Rullgård
2010-09-13pixdesc: use 8-bit accesses when possible in av_read/write_image_line()Måns Rullgård
2010-09-13Cosmetics: use x ? y : z construct and merge intialization andStefano Sabatini
2010-07-10pixdesc: add missing includesMåns Rullgård
2010-07-09Reindent after r24101.Stefano Sabatini
2010-07-08Rename read/write_line() to av_read/write_image_line().Stefano Sabatini
2010-04-15Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik