| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make MP43 the default fourcc for msmpeg4v3: | Carl Eugen Hoyos | 2010-07-20 | 1 | -1/+1 |
* | Added M701 codec_tag for mpeg2video | Tomas Härdin | 2010-06-07 | 1 | -0/+1 |
* | Samsung uses SIPP as FourCC for MPEG-4 ASP. | Carl Eugen Hoyos | 2010-05-25 | 1 | -0/+1 |
* | Add missing codec id <-> codec tag entries: | Stefano Sabatini | 2010-05-24 | 1 | -0/+4 |
* | Add VP80 fourcc | Google | 2010-05-19 | 1 | -0/+1 |
* | Add NV12 and NV21 AVI tags. | Stefano Sabatini | 2010-05-16 | 1 | -0/+2 |
* | Add FourCC MJPG for CODEC_ID_JPEGLS. | Francesco Lavra | 2010-05-09 | 1 | -0/+1 |
* | Add support to the Y411 codec tag, corresponding to the rawvideo pixel | Stefano Sabatini | 2010-05-09 | 1 | -0/+1 |
* | Fix FourCC when remuxing VP6F, regression introduced in r22941. | Anssi Hannula | 2010-04-28 | 1 | -1/+1 |
* | Support VP6F in Matroska. | Christian Schmidt | 2010-04-22 | 1 | -0/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | riff: don't pad extradata when writing ASF. | Anton Khirnov | 2010-03-15 | 1 | -1/+1 |
* | Kega Game Video (KGV1) decoder | Daniel Verkamp | 2010-03-09 | 1 | -0/+1 |
* | add netspeak gsm and truespeech wav format tags to riff.c | Ben Littler | 2010-02-13 | 1 | -0/+2 |