aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Expand)AuthorAgeFilesLines
* Support fourcc YV24.ami_stuff2011-07-061-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
| * riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad2011-06-211-0/+1
| * riff: Add DAVC fourcc.ami_stuff2011-06-211-0/+1
| * riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos2011-06-211-0/+4
| * rawvideo: Support auv2 fourcc.ami_stuff2011-06-211-0/+1
* | Support fourcc Y8 (ticket 308).ami_stuff2011-06-271-0/+1
* | Support fourcc YV16 (ticket 307).ami_stuff2011-06-271-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-101-0/+1
|\|
| * riff: Fix potential memleak.Alex Converse2011-06-091-0/+1
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-241-0/+1
* | Add "DAVC" FourCCami_stuff2011-05-111-0/+1
* | riffenc/ffmpeg: Fix stream copyMichael Niedermayer2011-05-071-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-041-0/+1
|\|
| * Make ffmpeg support generic data streamLuca Barbato2011-05-031-0/+1
* | Support fourcc MMJP.Carl Eugen Hoyos2011-04-251-0/+1
* | Support fourcc XVIX.Carl Eugen Hoyos2011-04-251-0/+1
* | Support fourcc M263.Carl Eugen Hoyos2011-04-251-0/+1
* | Support fourcc auv2.ami_stuff2011-04-251-0/+1
* | Support Canopus SD50 with fourcc "CDV5".Carl Eugen Hoyos2011-04-221-0/+1
* | Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer2011-04-151-1/+5
|\|
| * handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-111-0/+1
|\|
| * Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-101-0/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | riff: add ATRAC3+ guidPeter Ross2011-04-071-0/+1
* | ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subformat guidPeter Ross2011-04-071-4/+16
* | move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBTYPE_BASE...Peter Ross2011-04-071-0/+17
* | move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.hPeter Ross2011-04-071-0/+6
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* Add audio codec 0x1600 (ADTS AAC)Peter Ross2011-03-071-0/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-1/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-32/+32
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-22/+22
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-6/+6
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-091-0/+6
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-081-0/+1
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-061-5/+3
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-01-011-17/+17
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-12-301-0/+4
* add ff_get_bmp_headerPeter Ross2010-12-261-0/+17
* Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason2010-11-291-0/+1
* Add G.722 to RIFF codec listPeter Ross2010-11-281-0/+1
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-261-0/+1
* Add R10k decoder.Zhou Zongyi2010-09-131-0/+1
* add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler2010-08-301-0/+1