summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
Commit message (Collapse)AuthorAge
* 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
* add fourccs from avi filesBen Littler2008-12-03
| | | | Originally committed as revision 15995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add GEOX fourcc for mpeg4Michael Niedermayer2008-12-03
| | | | Originally committed as revision 15992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FFDS fourcc, ok'd by kostyaBen Littler2008-12-03
| | | | | | fixes FFDS files in http://tranquillity.ath.cx/uncommon_video_codecs_final.txt Originally committed as revision 15989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode audio channel layout from RIFF/WAV file format.Peter Ross2008-11-05
| | | | Originally committed as revision 15774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
| | | | | | | The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for Acelp.net fourcc and codecid, remuxing wav to avi should workBenjamin Larsson2008-09-26
| | | | Originally committed as revision 15425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourcc for MS RLE4Kostya Shishkov2008-09-18
| | | | Originally committed as revision 15357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set default bps to 16 in wav headerBaptiste Coudurier2008-09-07
| | | | Originally committed as revision 15239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify bps code by using av_get_bits_per_sampleBaptiste Coudurier2008-09-05
| | | | Originally committed as revision 15215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix msgsm in wav, do not set blkalign to frame size, this is wrong,Baptiste Coudurier2008-09-04
| | | | | | all samples have correct blkalign set to 65 Originally committed as revision 15209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-19
| | | | Originally committed as revision 14835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FOURCC addition: added 3IV2, another mpeg4 id. ↵Benjamin Larsson2008-08-10
| | | | | | incoming/video_3iv2/video_3iv2.avi Originally committed as revision 14681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support muxing of Zork PCM audio into RIFF formats.Peter Ross2008-08-05
| | | | Originally committed as revision 14617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-10
| | | | | | Patch by Anuradha Suraparaju anuradha rd bbc co uk Originally committed as revision 14151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ac3 in avi work better.Michael Niedermayer2008-05-26
| | | | | | fixes issue355. Originally committed as revision 13406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless and misleading commentsAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-09
| | | | Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer2008-03-02
| | | | Originally committed as revision 12294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add cdvcMichael Niedermayer2008-02-29
| | | | | | (from a patch by Dmitry Vassiliev // slydiman mail ru) Originally committed as revision 12279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
| | | | Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort and prettyprint codec_wav_tags[].Diego Biurrun2008-02-24
| | | | Originally committed as revision 12192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ↵Benjamin Larsson2008-02-23
| | | | | | codecs between asf,avi and wav containers. Originally committed as revision 12182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-04
| | | | | | patch by christophelorenz christophelorenz gmail com Originally committed as revision 11859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* HDYC fourcc, sample hdyc/Test2.aviBaptiste Coudurier2007-09-21
| | | | Originally committed as revision 10541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loosen dependencies over allformats.hAurelien Jacobs2007-09-16
| | | | Originally committed as revision 10513 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-30
| | | | | | fixes audio decoding of T000A11C.AVI Originally committed as revision 9831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect voxware (closes issue39)Michael Niedermayer2007-07-27
| | | | Originally committed as revision 9809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move public API functions av_codec_get_tag() and av_codec_get_id()Aurelien Jacobs2007-07-11
| | | | | | into a file which is compiled un-conditionally (utils.c). Originally committed as revision 9590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove deprecated codec_get_{bmp,wav}_{id,tag}()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add MMES fourcc, matrox mpeg2 in avi filesBaptiste Coudurier2007-06-06
| | | | Originally committed as revision 9234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move jpegls up, fixes sf bug #1629152Michael Niedermayer2007-05-30
| | | | Originally committed as revision 9165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
| | | | Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WMVAMichael Niedermayer2007-04-01
| | | | Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add AVRn fourccBaptiste Coudurier2007-03-31
| | | | Originally committed as revision 8572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add IJPG fourcc, to play m_ijpg.aviBaptiste Coudurier2007-03-26
| | | | Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa (.tga) encoder,Bobby Bingham2007-03-15
| | | | | | | | | | patch by Bobby Bingham % uhmmmm A gmail P com % Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either. Original thread: Date: Mar 11, 2007 7:58 PM Subject: [Ffmpeg-devel] [PATCH] Targa encoder Originally committed as revision 8411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* jpeg fourccMichael Niedermayer2007-03-10
| | | | Originally committed as revision 8310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less noisyMichael Niedermayer2007-02-24
| | | | Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk