summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Collapse)AuthorAge
* add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.aviBen Littler2009-10-27
| | | | Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some raw codec fourccs, fixes:Ben Littler2009-10-27
| | | | | | | | | | | | samples/V-codecs/ P422.AVI UYNV.AVI UYNY.AVI V422.AVI YUNV.AVI Originally committed as revision 20379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
| | | | | | Fixes issue 1492. Originally committed as revision 20296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
| | | | Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-13
| | | | | | Fixes issue 1467. Originally committed as revision 20226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
| | | | Originally committed as revision 20218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos2009-10-12
| | | | Originally committed as revision 20217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix riff subtitle timebaseAurelien Jacobs2009-08-07
| | | | Originally committed as revision 19607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
| | | | | | patch by Daniel Verkamp, aniel drv nu Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI ↵Jason Garrett-Glaser2009-06-18
| | | | | | file. Originally committed as revision 19219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.Jason Garrett-Glaser2009-06-12
| | | | | | Fixes a few AVI files from what is probably a mobile phone video camera. Originally committed as revision 19172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Associate the 0x6c75 TwoCC used in certain Kodak camerasJai Menon2009-06-12
| | | | | | | to the PCM Mu-law decoder. Fixes Issue 1178. Originally committed as revision 19166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DPX (Digital Picture Exchange) image decoderJimmy Christensen2009-06-12
| | | | | | patch by Jimmy Christensen, jimmy ghost dk Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support YVU9 AVI 4cc.Michael Niedermayer2009-05-26
| | | | | | Fixes issue1068. Originally committed as revision 18952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* map dvh1 fourcc to dv, fixes incoming/dvh1_sampleBen Littler2009-05-26
| | | | Originally committed as revision 18951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* v210 avi fourcc, v210_720p.aviBaptiste Coudurier2009-05-12
| | | | Originally committed as revision 18802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034Baptiste Coudurier2009-05-05
| | | | Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add zygo fourcc.Michael Niedermayer2009-04-19
| | | | Originally committed as revision 18628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
| | | | | | Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm. Originally committed as revision 18415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reduce code duplication.Zhentan Feng2009-04-08
| | | | | | Patch by Zhentan Feng, spyfeng gmail Originally committed as revision 18377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r18372.Ronald S. Bultje2009-04-08
| | | | Originally committed as revision 18373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-08
| | | | | | | | Patch (GSoC qualfication task) by Zhentan Feng spyfeng gmail com, see "[FFmpeg-devel] Add waveformat extensible support in wav muxer (SoC qualification task)" thread on mailinglist. Originally committed as revision 18372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another dv fourcc CDVHBen Littler2009-04-01
| | | | Originally committed as revision 18293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AURA 1 and 2 codec IDs and register their FOURCCsKostya Shishkov2009-03-22
| | | | Originally committed as revision 18141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sn40 avi fourcc decodes with ffodivxBen Littler2009-03-11
| | | | Originally committed as revision 17928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix raw rgb/bgr vertical flip in avi based on info from ↵Michael Niedermayer2009-02-21
| | | | | | | | http://www.fourcc.org/fccbihgt.php. partially fixes issue862. Originally committed as revision 17475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Divio MPEG-4 FOURCC (M4CC)Alex Converse2009-02-19
| | | | Originally committed as revision 17465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for fourcc "SP54".Eli Friedman2009-02-02
| | | | | | Patch by Eli Friedman eli D friedman A gmail Originally committed as revision 16958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM found in Xbox wav files can be decoded withStefan Gehrer2009-01-31
| | | | | | existing CODEC_ID_ADPCM_IMA_WAV Originally committed as revision 16883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pvez avi fourcc is truemotion1Ben Littler2009-01-29
| | | | Originally committed as revision 16850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add EM4A fourcc , works for:Ben Littler2009-01-23
| | | | | | http://av.watch.impress.co.jp/docs/20040929/xf.asf Originally committed as revision 16729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another mpeg4 fourccBen Littler2009-01-20
| | | | Originally committed as revision 16702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-19
| | | | Originally committed as revision 16685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
| | | | Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
| | | | Originally committed as revision 16653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add LM20 mimic in avi fourccBen Littler2009-01-16
| | | | Originally committed as revision 16645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SLMJ fourcc to mjpegBen Littler2009-01-13
| | | | Originally committed as revision 16579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-08
| | | | Originally committed as revision 16497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fourcc CJPG is sequential jpegBen Littler2009-01-08
| | | | Originally committed as revision 16496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add amr in avi riff tagsBen Littler2008-12-24
| | | | Originally committed as revision 16303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-22
| | | | | | warning #188: enumerated type mixed with another type Originally committed as revision 16281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MPNG fourccBen Littler2008-12-16
| | | | | | fixes http://sceneish.ath.cx/stuff/netmap/netmap.avi Originally committed as revision 16163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler2008-12-16
| | | | Originally committed as revision 16162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler2008-12-16
| | | | Originally committed as revision 16161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rpza avi fourccBen Littler2008-12-16
| | | | Originally committed as revision 16160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-12
| | | | Originally committed as revision 16079 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-11
| | | | | | | frames) and 'azpr' FourCC (which is Apple's 'rpza', encapsulated in AVI instead) Originally committed as revision 16052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-08
| | | | Originally committed as revision 16036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-05
| | | | Originally committed as revision 16009 to svn://svn.ffmpeg.org/ffmpeg/trunk