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-10-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-10-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-10-03riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn
2011-09-30add LJ2K and LJ2C to jpeg2000 decoderCompn
2011-09-25AMV video encoder.Michael Niedermayer
2011-08-31Support speex in avi.Carl Eugen Hoyos
2011-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-08-09AVCodecTag: Add MKTAG for Go2Meeting video codecThierry Foucu
2011-08-01Support FourCC DreX as MPEG4 ASP.Carl Eugen Hoyos
2011-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-22riff: Add mpgv MPEG-2 fourccAlex Converse
2011-07-06Support fourcc YV24.ami_stuff
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-27Support fourcc Y8 (ticket 308).ami_stuff
2011-06-27Support fourcc YV16 (ticket 307).ami_stuff
2011-06-21riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-21riff: Add DAVC fourcc.ami_stuff
2011-06-21riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-09riff: Fix potential memleak.Alex Converse
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