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
2012-06-23lavc: use designated initializers for AVClassesPaul B Mahol
2012-06-19lavc/rawdec: propagate duration from packet to frameStefano Sabatini
2012-06-16lavc/rawdec: fix various bogus error codes and add some logsStefano Sabatini
2012-05-27Support decoding fourcc YVYU.Carl Eugen Hoyos
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-03rawdec: Support fourccs YV16 and YV24Piotr Bandurski
2012-03-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-27raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje
2012-03-27Revert "raw: move buffer size check up."Michael Niedermayer
2012-03-23rawdec: Check w/h.Michael Niedermayer
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07raw: move buffer size check up.Ronald S. Bultje
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-03rawdec: fix input overread.Michael Niedermayer
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov
2012-01-12Fix linesize for rawvideo in mov.Carl Eugen Hoyos
2012-01-06Allow decoding of uyvy422 CYUV with -vcodec rawvideo.Carl Eugen Hoyos
2012-01-02rawdec: propagate pict_type information to the output frameStefano Sabatini
2012-01-02rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-06Support fourcc YV24.ami_stuff
2011-07-01Fix internal buffer size for 2bpp and 4bpp raw video.Carl Eugen Hoyos
2011-06-30Fix linesize for some rawvideo samples with odd width.Carl Eugen Hoyos
2011-06-27Support fourcc YV16 (ticket 307).ami_stuff
2011-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-05-30rawdec: fail in case of unknow pixel formatStefano Sabatini
2011-05-27Fix 32bit rawvideo in avi on big-endian.Carl Eugen Hoyos
2011-05-25rawdec: fix decoding of QT WRAW filesami_stuff
2011-05-16rawdec: Allow overriding top field first.Michael Niedermayer
2011-05-16Support decoding of 1bpp rawvideo in avi (ticket 205).ami_stuff
2011-05-16Support decoding of 2bpp rawvideo in avi (ticket 206).ami_stuff
2011-05-15rawdec: propagate pict_type information to the output frameStefano Sabatini
2011-05-13Support more QT 1bpp rawvideo files.ami_stuff
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-01lavc: add a pkt_pos field to AVFrameStefano Sabatini
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-15make containers pass palette change in AVPacketKostya Shishkov
2011-04-03Make find_pix_fmt() non staticMichael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-30In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
2011-01-28In the rawvideo decoder, set pkt_pts in the output frame.Stefano Sabatini
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò