summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-05
|\
| * Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-04
* | riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709.aviCompn2011-10-02
* | add LJ2K and LJ2C to jpeg2000 decoderCompn2011-09-29
* | AMV video encoder.Michael Niedermayer2011-09-25
* | Support speex in avi.Carl Eugen Hoyos2011-08-30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-23
|\|
| * Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* | AVCodecTag: Add MKTAG for Go2Meeting video codecThierry Foucu2011-08-09
* | Support FourCC DreX as MPEG4 ASP.Carl Eugen Hoyos2011-08-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-23
|\|
| * riff: Add mpgv MPEG-2 fourccAlex Converse2011-07-22
* | Support fourcc YV24.ami_stuff2011-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
| * riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-21
| * riff: Add DAVC fourcc.ami_stuff2011-06-21
| * riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-21
| * rawvideo: Support auv2 fourcc.ami_stuff2011-06-21
* | Support fourcc Y8 (ticket 308).ami_stuff2011-06-27
* | Support fourcc YV16 (ticket 307).ami_stuff2011-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-10
|\|
| * riff: Fix potential memleak.Alex Converse2011-06-09
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
* | Add "DAVC" FourCCami_stuff2011-05-11
* | riffenc/ffmpeg: Fix stream copyMichael Niedermayer2011-05-07
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-04
|\|
| * Make ffmpeg support generic data streamLuca Barbato2011-05-03
* | Support fourcc MMJP.Carl Eugen Hoyos2011-04-25
* | Support fourcc XVIX.Carl Eugen Hoyos2011-04-25
* | Support fourcc M263.Carl Eugen Hoyos2011-04-25
* | Support fourcc auv2.ami_stuff2011-04-25
* | Support Canopus SD50 with fourcc "CDV5".Carl Eugen Hoyos2011-04-22
* | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer2011-04-15
|\|
| * handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-11
|\|
| * Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | riff: add ATRAC3+ guidPeter Ross2011-04-07
* | ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross2011-04-07
* | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross2011-04-07
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-07
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* Add audio codec 0x1600 (ADTS AAC)Peter Ross2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21