| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: support ZenoXVID custom tag | Luca Barbato | 2013-01-17 | 1 | -0/+1 |
* | Drop Snow codec | Diego Biurrun | 2013-01-06 | 1 | -1/+0 |
* | lavf: move nuv fourcc audio tags from riff to nuv | Justin Ruggles | 2012-11-28 | 1 | -5/+0 |
* | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 1 | -9/+6 |
* | lavf: move "MP3 " fourcc from riff to nut | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |
* | riff: do not add empty metadata tags in INFO chunk | Justin Ruggles | 2012-11-26 | 1 | -0/+6 |
* | riff: only warn on a bad INFO chunk code size instead of failing | Justin Ruggles | 2012-11-26 | 1 | -4/+5 |
* | riff: Make ff_riff_tags static and move under appropriate #ifdef | Diego Biurrun | 2012-11-25 | 1 | -11/+11 |
* | riff: remove a write-only variable | Anton Khirnov | 2012-10-22 | 1 | -2/+1 |
* | riff: Move functions around to be covered by appropriate #ifdefs | Diego Biurrun | 2012-10-18 | 1 | -79/+79 |
* | riff: do not write empty INFO tags | Victor Vasiliev | 2012-10-16 | 1 | -1/+19 |
* | lavf: move RIFF INFO tag writing from avienc to riff | Victor Vasiliev | 2012-10-16 | 1 | -1/+31 |
* | riff: Add SVQ3 fourcc | Derek Buitenhuis | 2012-09-14 | 1 | -0/+1 |
* | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -339/+339 |
* | Canopus Lossless decoder | Derek Buitenhuis | 2012-08-01 | 1 | -0/+1 |
* | MS Expression Encoder Screen decoder | Kostya Shishkov | 2012-07-13 | 1 | -0/+1 |
* | TechSmith Screen Codec 2 decoder | Kostya Shishkov | 2012-07-11 | 1 | -0/+1 |
* | MS ATC Screen (aka MSS3) decoder | Kostya Shishkov | 2012-07-02 | 1 | -0/+1 |
* | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 1 | -0/+1 |
* | Indeo Audio decoder | Kostya Shishkov | 2012-06-05 | 1 | -0/+1 |
* | riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he... | Justin Ruggles | 2012-04-17 | 1 | -1/+1 |
* | ZeroCodec Decoder | Derek Buitenhuis | 2012-03-19 | 1 | -0/+1 |
* | riffenc: use av_get_audio_frame_duration() | Justin Ruggles | 2012-03-05 | 1 | -5/+23 |
* | riff: fix invalid av_freep() calls on EOF in ff_read_riff_info | Janne Grunau | 2012-01-22 | 1 | -2/+1 |
* | riff: remove references to sonic codec ids | Anton Khirnov | 2012-01-12 | 1 | -2/+0 |
* | Detect 'yuv2' as rawvideo also in avi. | Carl Eugen Hoyos | 2012-01-01 | 1 | -0/+1 |
* | v410 encoder and decoder | Derek Buitenhuis | 2011-12-13 | 1 | -0/+1 |
* | Dxtory capture format decoder | Kostya Shishkov | 2011-12-10 | 1 | -0/+1 |
* | cljr: add encoder | Paul B Mahol | 2011-12-08 | 1 | -1/+1 |
* | Generalize RIFF INFO tag support; support reading INFO tag in wav | Victor Vasiliev | 2011-11-26 | 1 | -0/+68 |
* | VBLE Decoder | Derek Buitenhuis | 2011-11-11 | 1 | -0/+1 |
* | g726: use bits_per_coded_sample instead of bitrate to determine mode | Justin Ruggles | 2011-11-01 | 1 | -7/+10 |
* | Ut Video decoder | Kostya Shishkov | 2011-10-19 | 1 | -0/+4 |
* | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_header | John Brooks | 2011-10-14 | 1 | -4/+2 |
* | Synchronize various 4CCs and codec tags from FFmpeg. | Diego Biurrun | 2011-10-04 | 1 | -0/+7 |
* | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 1 | -2/+2 |
* | riff: Add mpgv MPEG-2 fourcc | Alex Converse | 2011-07-22 | 1 | -0/+1 |
* | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | riff/img2: Add JPEG 2000 codec IDs. | Kamil Nowosad | 2011-06-21 | 1 | -0/+1 |
* | riff: Add DAVC fourcc. | ami_stuff | 2011-06-21 | 1 | -0/+1 |
* | riff: Add M263, XVIX, MMJP, CDV5 fourccs. | Carl Eugen Hoyos | 2011-06-21 | 1 | -0/+4 |
* | rawvideo: Support auv2 fourcc. | ami_stuff | 2011-06-21 | 1 | -0/+1 |
* | riff: Fix potential memleak. | Alex Converse | 2011-06-09 | 1 | -0/+1 |
* | Make ffmpeg support generic data stream | Luca Barbato | 2011-05-03 | 1 | -0/+1 |
* | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+5 |
* | Parse sprite data for WMVP and WVP2, and decode sprites for the latter | Alberto Delmás | 2011-04-10 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -2/+2 |
* | Add audio codec 0x1600 (ADTS AAC) | Peter Ross | 2011-03-07 | 1 | -0/+1 |