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-05-24Add Kamil Nowosads j2k code.Kamil Nowosad
2011-05-12Add "DAVC" FourCCami_stuff
2011-05-07riffenc/ffmpeg: Fix stream copyMichael Niedermayer
2011-05-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-04-25Support fourcc MMJP.Carl Eugen Hoyos
2011-04-25Support fourcc XVIX.Carl Eugen Hoyos
2011-04-25Support fourcc M263.Carl Eugen Hoyos
2011-04-25Support fourcc auv2.ami_stuff
2011-04-22Support Canopus SD50 with fourcc "CDV5".Carl Eugen Hoyos
2011-04-15Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-04-07riff: add ATRAC3+ guidPeter Ross
2011-04-07ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross
2011-04-07move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross
2011-04-07move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-07Add audio codec 0x1600 (ADTS AAC)Peter Ross
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-09Add audio codec 0x1602 (AAC LATM)Peter Ross
2011-01-09Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos
2011-01-06Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos
2011-01-01move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross
2010-12-30Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos
2010-12-26add ff_get_bmp_headerPeter Ross
2010-11-30Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason
2010-11-28Add G.722 to RIFF codec listPeter Ross
2010-09-26Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov
2010-09-14Add R10k decoder.Zhou Zongyi
2010-08-30add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler
2010-07-20Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos
2010-06-07Added M701 codec_tag for mpeg2videoTomas Härdin
2010-05-25Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos
2010-05-25Add missing codec id <-> codec tag entries:Stefano Sabatini
2010-05-19Add VP80 fourccGoogle
2010-05-16Add NV12 and NV21 AVI tags.Stefano Sabatini
2010-05-10Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra
2010-05-10Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini
2010-04-28Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula
2010-04-22Support VP6F in Matroska.Christian Schmidt
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini