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 (Collapse)Author
2007-02-24be less noisyMichael Niedermayer
Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20warn if bps from user and what will be stored missmatchesMichael Niedermayer
Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20Remove code duplicated between adpcm.c and riff.cMichel Bardiaux
Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-20Add support for MS-GSM codecMichel Bardiaux
Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-26add waveformatextensible supportBaptiste Coudurier
Originally committed as revision 7714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-18Add support for VP60 and VP61.Aurelien Jacobs
Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-11libnut uses "MP3 " for mp3Michael Niedermayer
Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-09get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier
CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08Remove illegal FourCC values.Diego Biurrun
Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-30IMC decoderKostya Shishkov
Originally committed as revision 6839 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-16Replace FLAC FourCC by TwoCC.Diego Biurrun
Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-13Add a note about illegal codec IDs.Diego Biurrun
Originally committed as revision 6681 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-13Add codec ID for Shorten audio.Diego Biurrun
Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Add fourccs for Wavpak and TTAYong
Patch by yong ||| y0ngc |a| yahoo dot com ||| Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-06flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer
Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-06prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer
Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-15add support for grayscale rawvideo aviPhilippe De Muyter
patch by Philippe De Muyter %phdm A macqel P be% Original thread: Date: Sep 15, 2006 10:18 AM Subject: [Ffmpeg-devel] [PATCH] ffmpeg does not recognize his own grayscale rawvideo avi's Originally committed as revision 6255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-12add a VP6F fourcc for apps which rely on fourccAurelien Jacobs
Originally committed as revision 6232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-09VP5 and VP6 video decoderAurelien Jacobs
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-06Allow RGB Raw encodingJavier Garcia
Patch by Javier garcia % garcofra A hotmail P com % Original thread: Date: Aug 30, 2006 1:49 PM Subject: [Ffmpeg-devel] [PATCH] RGB Raw ecoding Originally committed as revision 6180 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-05VMware Video decoder (fourcc: VMnc)Kostya Shishkov
Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-04WVC1 is now decodeable with VC-1 decoder.Kostya Shishkov
Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-24add codec id and tag for JPEG 2000Baptiste Coudurier
Originally committed as revision 6076 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-18Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr %Steve L'Homme
Original thread: Date: Aug 17, 2006 5:45 PM Subject: Re: [Ffmpeg-devel] [PATCH] AVISynth support Originally committed as revision 6018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-09Support AAC audio in AVI with tag 0xffDavid Conrad
Patch by David Conrad ( davedc_ | umbc edu ) Originally committed as revision 5963 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-29add new tag 'CAVS' for Chinese AVS codecStefan Gehrer
Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
Originally committed as revision 5720 to svn://svn.ffmpeg.org/ffmpeg/trunk