aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/riff.c
Commit message (Expand)AuthorAgeFilesLines
* add EM4A fourcc , works for:Ben Littler2009-01-231-0/+1
* another mpeg4 fourccBen Littler2009-01-201-0/+1
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-191-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* export gcd function as av_gcd()Aurelien Jacobs2009-01-171-1/+1
* add LM20 mimic in avi fourccBen Littler2009-01-161-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* add SLMJ fourcc to mjpegBen Littler2009-01-131-0/+1
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-081-1/+1
* fourcc CJPG is sequential jpegBen Littler2009-01-081-0/+1
* add amr in avi riff tagsBen Littler2008-12-241-0/+2
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-221-2/+2
* add MPNG fourccBen Littler2008-12-161-0/+1
* two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler2008-12-161-0/+3
* QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler2008-12-161-0/+1
* add rpza avi fourccBen Littler2008-12-161-0/+2
* add another mpeg4 avi fourcc from uncommon codecs listBen Littler2008-12-121-0/+1
* add 'ACDV' FourCC (which is just complete JPEG files in individual AVIMike Melanson2008-12-111-0/+2
* add mpeg2 fourcc and aac format tag from asfBen Littler2008-12-081-0/+2
* add VX1K h263 and DMK2 mpeg4 avi fourccsBen Littler2008-12-051-0/+2
* add fourccs from avi filesBen Littler2008-12-031-0/+14
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-031-0/+1
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-031-0/+1
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-051-1/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-3/+3
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-261-0/+1
* Add fourcc for MS RLE4Kostya Shishkov2008-09-181-0/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-7/+7
* set default bps to 16 in wav headerBaptiste Coudurier2008-09-071-1/+2
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-051-13/+2
* Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier2008-09-041-1/+1
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-191-1/+9
* FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2...Benjamin Larsson2008-08-101-0/+1
* Support muxing of Zork PCM audio into RIFF formats.Peter Ross2008-08-051-1/+3
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-101-0/+1
* Make ac3 in avi work better.Michael Niedermayer2008-05-261-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* cosmetics: remove some empty linesAurelien Jacobs2008-03-101-12/+0
* remove useless and misleading commentsAurelien Jacobs2008-03-101-5/+0
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-091-5/+5
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-091-136/+136
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-091-0/+1
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-021-1/+1
* add cdvcMichael Niedermayer2008-02-291-0/+1
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
* cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun2008-02-241-35/+35
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-231-0/+2
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-041-0/+1
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-211-0/+1
* loosen dependencies over allformats.hAurelien Jacobs2007-09-161-1/+0