summaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Expand)AuthorAgeFilesLines
* v410 encoder and decoderDerek Buitenhuis2011-12-131-0/+1
* Dxtory capture format decoderKostya Shishkov2011-12-101-0/+1
* cljr: add encoderPaul B Mahol2011-12-081-1/+1
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-261-0/+68
* VBLE DecoderDerek Buitenhuis2011-11-111-0/+1
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-7/+10
* Ut Video decoderKostya Shishkov2011-10-191-0/+4
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-141-4/+2
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-041-0/+7
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-231-2/+2
* riff: Add mpgv MPEG-2 fourccAlex Converse2011-07-221-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
* riff: Fix potential memleak.Alex Converse2011-06-091-0/+1
* Make ffmpeg support generic data streamLuca Barbato2011-05-031-0/+1
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+5
* 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
* 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
* Make MP43 the default fourcc for msmpeg4v3:Carl Eugen Hoyos2010-07-201-1/+1
* Added M701 codec_tag for mpeg2videoTomas Härdin2010-06-071-0/+1
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-251-0/+1
* Add missing codec id <-> codec tag entries:Stefano Sabatini2010-05-241-0/+4
* Add VP80 fourccGoogle2010-05-191-0/+1
* Add NV12 and NV21 AVI tags.Stefano Sabatini2010-05-161-0/+2
* Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra2010-05-091-0/+1
* Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini2010-05-091-0/+1
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-281-1/+1
OpenPOWER on IntegriCloud