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
2022-08-07avformat/riff: map AYUV fourcc to RAWVIDEO decoderJames Almer
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-01-04avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt
2020-10-12avformat/isom: add support for RAW ASC Bayer BGGR in movPaul B Mahol
2018-12-14avformat/nut: add support for yuva444/422p12 pixel formatPaul B Mahol
2018-05-05swscale: add gray14 supportPaul B Mahol
2017-08-07libswscale: add gray9 supportPaul B Mahol
2017-05-22lavf/riff: Support more vlc fourcc's for 12 and 16 bit yuv4xx.Carl Eugen Hoyos
2016-11-29avcodec/raw: add gray10 support in nutPaul B Mahol
2016-11-10nut: add gray12 supportMichael Niedermayer
2016-08-23avformat/avcodec: support rawvideo with planar rgb and alpha in nutPaul B Mahol
2016-08-13lavc/raw: Support QT b64a ARGB64 rawvideo.Carl Eugen Hoyos
2016-08-07avcodec/raw: Fix decoding of ilacetest.movMichael Niedermayer
2016-02-09nut: Add PAL8 supportMichael Niedermayer
2016-01-29lavc/rawdec: Use AV_PIX_FMT_PAL8 for raw 1 bpp video in AVIMats Peterson
2016-01-21lavf/riff: Support reading vlc's rawvideo fourccs.Carl Eugen Hoyos
2016-01-21lavf/nut: Add forgotten fourccs for YUV4xxP9.Carl Eugen Hoyos
2016-01-18lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime videoMats Peterson
2016-01-15avformat/riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski
2014-08-07avcodec/raw: add avpriv_get_raw_pix_fmt_tags()James Almer
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-04-12Warn if rawvideo and an unreadable pix_fmt are written.Carl Eugen Hoyos
2014-04-09Merge commit 'b6a09ef700786b4e1e871dfa0f5c386ea43bbd0a'Michael Niedermayer
2014-04-09rawvideo: Support decoding YVYU422 FourCCVittorio Giovara
2014-03-17raw, nut: Support rgba64 encodingCarl Eugen Hoyos
2014-02-22avcodec/raw: add bayer formatsPeter Ross
2014-01-10nut: Support XYZ12 rawvideoMichael Niedermayer
2013-08-10avcodec/raw: gbrp supportMichael Niedermayer
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-15tools: move raw-test program to tools, with the name fourcc2pixfmtStefano Sabatini
2012-09-07lavc/raw-test: invert the order of key/value when printing the fourcc->pix_fm...Stefano Sabatini
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-05nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos
2012-06-05isom: add Radius DV YUV FourCCsPiotr Bandurski
2012-06-04lavc/raw: add test utility for listing fourcc/pix_fmt mapStefano Sabatini
2012-05-27Support decoding fourcc YVYU.Carl Eugen Hoyos
2012-05-26Support some BOXX codecs.ami_stuff
2012-05-08Support yuva422p rawvideo in nut.Carl Eugen Hoyos
2012-04-06Support yuva444p rawvideo in nut.Carl Eugen Hoyos
2012-02-10Allow encoding rawvideo RGBA64 and friends.Carl Eugen Hoyos
2012-02-10Allow encoding rawvideo RGB0 and friends.Carl Eugen Hoyos
2012-01-06Allow decoding of uyvy422 CYUV with -vcodec rawvideo.Carl Eugen Hoyos
2011-12-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-21raw: add 10bit YUV definitionsLuca Barbato
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun