summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Expand)AuthorAge
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Canopus Lossless decoderDerek Buitenhuis2012-08-01
* MS Expression Encoder Screen decoderKostya Shishkov2012-07-13
* TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11
* MS ATC Screen (aka MSS3) decoderKostya Shishkov2012-07-02
* MS Screen 1 decoderKostya Shishkov2012-06-20
* Indeo Audio decoderKostya Shishkov2012-06-05
* riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...Justin Ruggles2012-04-17
* ZeroCodec DecoderDerek Buitenhuis2012-03-19
* riffenc: use av_get_audio_frame_duration()Justin Ruggles2012-03-05
* riff: fix invalid av_freep() calls on EOF in ff_read_riff_infoJanne Grunau2012-01-22
* riff: remove references to sonic codec idsAnton Khirnov2012-01-12
* Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos2012-01-01
* v410 encoder and decoderDerek Buitenhuis2011-12-13
* Dxtory capture format decoderKostya Shishkov2011-12-10
* cljr: add encoderPaul B Mahol2011-12-08
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-26
* VBLE DecoderDerek Buitenhuis2011-11-11
* g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-01
* Ut Video decoderKostya Shishkov2011-10-19
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-14
* Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-04
* Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-23
* riff: Add mpgv MPEG-2 fourccAlex Converse2011-07-22
* 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
* riff: Fix potential memleak.Alex Converse2011-06-09
* Make ffmpeg support generic data streamLuca Barbato2011-05-03
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* 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
* 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
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Add audio codec 0x1602 (AAC LATM)Peter Ross2011-01-09
* Lagarith decoder by Nathan Caldwell, saintdev at gmailCarl Eugen Hoyos2011-01-08
* Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.Carl Eugen Hoyos2011-01-06
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-01-01
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-12-30
* add ff_get_bmp_headerPeter Ross2010-12-26
* Add FourCC yuvs for rawvideo (PIX_FMT_YUYV422).Andrew Wason2010-11-29