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
2013-01-18lavc: support ZenoXVID custom tagLuca Barbato
2013-01-06Drop Snow codecDiego Biurrun
2012-11-28lavf: move nuv fourcc audio tags from riff to nuvJustin Ruggles
2012-11-28lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles
2012-11-28lavf: move "MP3 " fourcc from riff to nutJustin Ruggles
2012-11-27riff: do not add empty metadata tags in INFO chunkJustin Ruggles
2012-11-27riff: only warn on a bad INFO chunk code size instead of failingJustin Ruggles
2012-11-25riff: Make ff_riff_tags static and move under appropriate #ifdefDiego Biurrun
2012-10-22riff: remove a write-only variableAnton Khirnov
2012-10-18riff: Move functions around to be covered by appropriate #ifdefsDiego Biurrun
2012-10-16riff: do not write empty INFO tagsVictor Vasiliev
2012-10-16lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev
2012-09-14riff: Add SVQ3 fourccDerek Buitenhuis
2012-08-31MSS2 decoderAlberto Delmás
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-02Canopus Lossless decoderDerek Buitenhuis
2012-07-13MS Expression Encoder Screen decoderKostya Shishkov
2012-07-11TechSmith Screen Codec 2 decoderKostya Shishkov
2012-07-02MS ATC Screen (aka MSS3) decoderKostya Shishkov
2012-06-20MS Screen 1 decoderKostya Shishkov
2012-06-05Indeo Audio decoderKostya Shishkov
2012-04-17riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...Justin Ruggles
2012-03-19ZeroCodec DecoderDerek Buitenhuis
2012-03-05riffenc: use av_get_audio_frame_duration()Justin Ruggles
2012-01-22riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau
2012-01-12riff: remove references to sonic codec idsAnton Khirnov
2012-01-02Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos
2011-12-14v410 encoder and decoderDerek Buitenhuis
2011-12-10Dxtory capture format decoderKostya Shishkov
2011-12-08cljr: add encoderPaul B Mahol
2011-11-27Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev
2011-11-12VBLE DecoderDerek Buitenhuis
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
2011-10-19Ut Video decoderKostya Shishkov
2011-10-14riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks
2011-10-04Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-07-22riff: Add mpgv MPEG-2 fourccAlex Converse
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
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-09riff: Fix potential memleak.Alex Converse
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
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