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-08-07deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND insteadKostya Shishkov
2013-08-06riff: Move demuxing code to a separate file.Diego Biurrun
2013-08-06riff: Move muxing code to a separate fileDiego Biurrun
2013-06-16avf: move riff tags accessors where they belongLuca Barbato
2013-06-10riff: Support ULH0 and ULH2 fourccs.Yusuke Nakamura
2013-06-03Go2Webinar decoderKostya Shishkov
2013-04-21riff: Factor out WAVEFORMATEX parsingLuca Barbato
2013-04-21riff: Add ACTRAC3+ guidPeter Ross
2013-04-21riff: Perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross
2013-04-21riff: Move guid structs and helper functions into riffPeter Ross
2013-04-21riff: check for eof if chunk size and code are 0Luca Barbato
2013-04-21riff: K&R formatting cosmeticsLuca Barbato
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