| Commit message (Expand) | Author | Age | Files | Lines |
* | Support fourcc YV24. | ami_stuff | 2011-07-06 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 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 |
* | | Support fourcc Y8 (ticket 308). | ami_stuff | 2011-06-27 | 1 | -0/+1 |
* | | Support fourcc YV16 (ticket 307). | ami_stuff | 2011-06-27 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-10 | 1 | -0/+1 |
|\| |
|
| * | riff: Fix potential memleak. | Alex Converse | 2011-06-09 | 1 | -0/+1 |
* | | Add Kamil Nowosads j2k code. | Kamil Nowosad | 2011-05-24 | 1 | -0/+1 |
* | | Add "DAVC" FourCC | ami_stuff | 2011-05-11 | 1 | -0/+1 |
* | | riffenc/ffmpeg: Fix stream copy | Michael Niedermayer | 2011-05-07 | 1 | -1/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-04 | 1 | -0/+1 |
|\| |
|
| * | Make ffmpeg support generic data stream | Luca Barbato | 2011-05-03 | 1 | -0/+1 |
* | | Support fourcc MMJP. | Carl Eugen Hoyos | 2011-04-25 | 1 | -0/+1 |
* | | Support fourcc XVIX. | Carl Eugen Hoyos | 2011-04-25 | 1 | -0/+1 |
* | | Support fourcc M263. | Carl Eugen Hoyos | 2011-04-25 | 1 | -0/+1 |
* | | Support fourcc auv2. | ami_stuff | 2011-04-25 | 1 | -0/+1 |
* | | Support Canopus SD50 with fourcc "CDV5". | Carl Eugen Hoyos | 2011-04-22 | 1 | -0/+1 |
* | | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864' | Michael Niedermayer | 2011-04-15 | 1 | -1/+5 |
|\| |
|
| * | handle malloc failures in ff_get_wav_header | Max Horn | 2011-04-14 | 1 | -1/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-11 | 1 | -0/+1 |
|\| |
|
| * | 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 |
* | | riff: add ATRAC3+ guid | Peter Ross | 2011-04-07 | 1 | -0/+1 |
* | | ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guid | Peter Ross | 2011-04-07 | 1 | -4/+16 |
* | | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE... | Peter Ross | 2011-04-07 | 1 | -0/+17 |
* | | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h | Peter Ross | 2011-04-07 | 1 | -0/+6 |
|/ |
|
* | 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 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -2/+2 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -1/+2 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -32/+32 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -22/+22 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -6/+6 |
* | Add audio codec 0x1602 (AAC LATM) | Peter Ross | 2011-01-09 | 1 | -0/+6 |
* | Lagarith decoder by Nathan Caldwell, saintdev at gmail | Carl Eugen Hoyos | 2011-01-08 | 1 | -0/+1 |
* | Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi. | Carl Eugen Hoyos | 2011-01-06 | 1 | -5/+3 |
* | move ff_get_bmp_header under CONFIG_DEMUXERS block | Peter Ross | 2011-01-01 | 1 | -17/+17 |
* | Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an... | Carl Eugen Hoyos | 2010-12-30 | 1 | -0/+4 |
* | add ff_get_bmp_header | Peter Ross | 2010-12-26 | 1 | -0/+17 |
* | Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422). | Andrew Wason | 2010-11-29 | 1 | -0/+1 |
* | Add G.722 to RIFF codec list | Peter Ross | 2010-11-28 | 1 | -0/+1 |
* | Make WMV3 decoder attempt to decode WMVP as well | Kostya Shishkov | 2010-09-26 | 1 | -0/+1 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 1 | -0/+1 |
* | add WAWV fourcc, works on V-codecs/WAWV.avi | Ben Littler | 2010-08-30 | 1 | -0/+1 |