summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Expand)AuthorAge
* 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
* pvez avi fourcc is truemotion1Ben Littler2009-01-29
* add EM4A fourcc , works for:Ben Littler2009-01-23
* another mpeg4 fourccBen Littler2009-01-20
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-19
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* add LM20 mimic in avi fourccBen Littler2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* add SLMJ fourcc to mjpegBen Littler2009-01-13
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-08
* fourcc CJPG is sequential jpegBen Littler2009-01-08
* add amr in avi riff tagsBen Littler2008-12-24
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-22
* add MPNG fourccBen Littler2008-12-16
* two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler2008-12-16
* QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler2008-12-16
* add rpza avi fourccBen Littler2008-12-16
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-12
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-08
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-05
* add fourccs from avi filesBen Littler2008-12-03
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-03
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-03
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-05
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08