summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Expand)AuthorAge
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Reinhard Tartler2010-05-29
* Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula2010-04-28
* Support VP6F in Matroska.Christian Schmidt2010-04-22
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* riff: don't pad extradata when writing ASF.Anton Khirnov2010-03-15
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
* add netspeak gsm and truespeech wav format tags to riff.cBen Littler2010-02-13
* Add GEOV fourcc (issue971).Michael Niedermayer2010-02-12
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-18
* add vspx fourcc to mpeg4 in riff.cBen Littler2010-01-17
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-16
* Handle more ADPCM codecs in av_get_bits_per_sample().Daniel Verkamp2010-01-06
* add another mjpeg fourcc to riff.c listBen Littler2010-01-05
* It appears that waveformatextensible is mandatory for more cases thanMichael Niedermayer2009-12-18
* Add decoder for R210 (uncompressed 10-bit RGB) codec.Reimar Döffinger2009-12-17
* (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.Carl Eugen Hoyos2009-12-10
* Support Etymonix MPEG-2 video codec, fixes issue 1603.Carl Eugen Hoyos2009-12-10
* add dvcs to dvvideo, fixes issue 1604Ben Littler2009-12-09
* Support AVI1 and AVI2 in avi as MJPEG.Carl Eugen Hoyos2009-12-08
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01
* map VYUY fourcc to rawcodecBen Littler2009-11-02
* add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler2009-10-27
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
* Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
* Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
* fix riff subtitle timebaseAurelien Jacobs2009-08-07
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f...Jason Garrett-Glaser2009-06-18
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-12
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-26
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-12
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-05
* Add zygo fourcc.Michael Niedermayer2009-04-19
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
* Reduce code duplication.Zhentan Feng2009-04-08
* Reindent after r18372.Ronald S. Bultje2009-04-08
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-08
* add another dv fourcc CDVHBen Littler2009-04-01
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-22
* sn40 avi fourcc decodes with ffodivxBen Littler2009-03-11
* Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org...Michael Niedermayer2009-02-21
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
* Add support for fourcc "SP54".Eli Friedman2009-02-02
* ADPCM found in Xbox wav files can be decoded withStefan Gehrer2009-01-31