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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-24pixfmt: add planar RGB formats.Ronald S. Bultje
2011-11-22doxy: cleanup pixfmt.hLuca Barbato
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-06-29pixfmt: fix YUV422/444 wrong endian commentCan Wu
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
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-06-04Deprecate PIX_FMT_YUVJ*Michael Niedermayer
2010-05-16Clarify description for the MONOWHITE and MONOBLACK pixel formats.Stefano Sabatini
2010-05-15Clarify descriptions for RGB4, BGR4, NV12, NV21,Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15Add PIX_FMT_Y400A, 8bit gray, 8bit alphaAndreas Öman
2010-03-05Add initial support for 12-bit color mode.Janusz Krzysztofik
2010-01-20H264 DXVA2 implementationLaurent Aimar
2010-01-19Use avconfig.h in pixfmt.hMåns Rullgård
2010-01-17Make sure we do not export incorrect _NE pixformat descriptions by eitherReimar Döffinger
2009-11-10Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be usedNVIDIA Corporation
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-04-22Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer
2009-04-21Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer
2009-03-24Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros.Stefano Sabatini
2009-03-24Make the PIX_FMT_NE() macro more generic.Stefano Sabatini
2009-03-23Make the pixel formats which were defined as macros:Stefano Sabatini
2009-03-22Change the RGB5X5/BGR5X5 pixel format defines so that we have littleStefano Sabatini
2009-03-22Use PIX_FMT_NE() macro.Stefano Sabatini
2009-03-22Implement PIX_FMT_NE() macro.Stefano Sabatini
2009-03-15Remove code that was disabled by the recent major version bump.Diego Biurrun
2009-03-09Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne
2009-02-27Add VA API pixel formats.Gwenole Beauchesne
2009-02-22Split avutil.h, move all the pixel format definitions to the newStefano Sabatini