]> git.sesse.net Git - ffmpeg/history - libavformat/riff.c
Add a @todo with a comment from Kostya so we don't forget to optimize that at
[ffmpeg] / libavformat / riff.c
2009-03-22 Kostya ShishkovAdd AURA 1 and 2 codec IDs and register their FOURCCs
2009-03-11 Ben Littlersn40 avi fourcc decodes with ffodivx
2009-02-21 Michael NiedermayerFix raw rgb/bgr vertical flip in avi based on info...
2009-02-19 Alex ConverseAdd Divio MPEG-4 FOURCC (M4CC)
2009-02-02 Eli FriedmanAdd support for fourcc "SP54".
2009-01-31 Stefan GehrerADPCM found in Xbox wav files can be decoded with
2009-01-29 Ben Littlerpvez avi fourcc is truemotion1
2009-01-23 Ben Littleradd EM4A fourcc , works for:
2009-01-20 Ben Littleranother mpeg4 fourcc
2009-01-19 Ben Littleradd T263. works on samples/V-codecs/T263/
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-16 Ben Littleradd LM20 mimic in avi fourcc
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-13 Ben Littleradd SLMJ fourcc to mjpeg
2009-01-08 Ben Littlercosmetics: CJPG is from Creative Webcam
2009-01-08 Ben Littlerfourcc CJPG is sequential jpeg
2008-12-24 Ben Littleradd amr in avi riff tags
2008-12-22 Carl Eugen HoyosFix two identical warnings when compiling riff.c and...
2008-12-16 Ben Littleradd MPNG fourcc
2008-12-16 Ben Littlertwo more mpeg4 fourccs and one msmpeg4v3 from uncommon...
2008-12-16 Ben LittlerQIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi
2008-12-16 Ben Littleradd rpza avi fourcc
2008-12-12 Ben Littleradd another mpeg4 avi fourcc from uncommon codecs list
2008-12-11 Mike Melansonadd 'ACDV' FourCC (which is just complete JPEG files...
2008-12-08 Ben Littleradd mpeg2 fourcc and aac format tag from asf
2008-12-05 Ben Littleradd VX1K h263 and DMK2 mpeg4 avi fourccs
2008-12-03 Ben Littleradd fourccs from avi files
2008-12-03 Michael Niedermayeradd GEOX fourcc for mpeg4
2008-12-03 Ben Littleradd FFDS fourcc, ok'd by kostya
2008-11-05 Peter RossDecode audio channel layout from RIFF/WAV file format.
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-26 Benjamin LarssonAdd support for Acelp.net fourcc and codecid, remuxing...
2008-09-18 Kostya ShishkovAdd fourcc for MS RLE4
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-09-07 Baptiste Coudurierset default bps to 16 in wav header
2008-09-05 Baptiste Couduriersimplify bps code by using av_get_bits_per_sample
2008-09-04 Baptiste CoudurierFix msgsm in wav, do not set blkalign to frame size...
2008-08-19 Peter RossMake RIFF-based demuxers handle F32LE and F64LE PCM...
2008-08-10 Benjamin LarssonFOURCC addition: added 3IV2, another mpeg4 id. incoming...
2008-08-05 Peter RossSupport muxing of Zork PCM audio into RIFF formats.
2008-07-10 Anuradha SuraparajuAdd entry for Dirac codec.
2008-05-26 Michael NiedermayerMake ac3 in avi work better.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-10 Aurelien Jacobscosmetics: remove some empty lines
2008-03-10 Aurelien Jacobsremove useless and misleading comments
2008-03-09 Aurelien Jacobsconsistent use of MKTAG() in the codec_bmp_tags table
2008-03-09 Aurelien Jacobscosmetics: alignment of the codec_bmp_tags table
2008-03-09 Mike Melansonrecognize the CLJR FourCC (Cirrus Logic AccuPak)
2008-03-02 Michael NiedermayerFallback to sample rate if bit rate is 0. This avoids...
2008-02-29 Michael Niedermayeradd cdvc
2008-02-27 Benjamin LarssonAdd more riff IDs to support remuxing.
2008-02-24 Diego Biurruncosmetics: Sort and prettyprint codec_wav_tags[].
2008-02-23 Benjamin LarssonRiff ids for wmapro and wmavoice, this adds support...
2008-02-04 Christophe LorenzAdd dv50 tag to support samples with dv50 fourcc in...
2007-09-21 Baptiste CoudurierHDYC fourcc, sample hdyc/Test2.avi
2007-09-16 Aurelien Jacobsloosen dependencies over allformats.h
2007-07-30 Michael Niedermayersupport silly PCM variant used by zork nemesis
2007-07-27 Michael Niedermayerdetect voxware (closes issue39)
2007-07-11 Aurelien JacobsMove public API functions av_codec_get_tag() and av_cod...
2007-07-08 Måns Rullgårdremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-06 Baptiste Coudurieradd MMES fourcc, matrox mpeg2 in avi files
2007-05-30 Michael Niedermayermove jpegls up, fixes sf bug #1629152
2007-04-17 Benjamin LarssonAtrac3 decoder.
2007-04-01 Michael NiedermayerWMVA
2007-03-31 Baptiste Coudurieradd AVRn fourcc
2007-03-26 Baptiste Coudurieradd IJPG fourcc, to play m_ijpg.avi
2007-03-15 Bobby BinghamTarga (.tga) encoder,
2007-03-10 Michael Niedermayerjpeg fourcc
2007-02-24 Michael Niedermayerbe less noisy
2007-02-20 Michael Niedermayerwarn if bps from user and what will be stored missmatches
2007-02-20 Michel BardiauxRemove code duplicated between adpcm.c and riff.c
2007-02-20 Michel BardiauxAdd support for MS-GSM codec
2007-01-25 Baptiste Coudurieradd waveformatextensible support
2007-01-21 Michael Niedermayerremove now useless codec_tag setting code in muxers
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-12-17 Aurelien JacobsAdd support for VP60 and VP61.
2006-11-11 Michael Niedermayerlibnut uses "MP3 " for mp3
2006-11-09 Baptiste Coudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-08 Diego BiurrunRemove illegal FourCC values.
2006-10-30 Kostya ShishkovIMC decoder
2006-10-16 Diego BiurrunReplace FLAC FourCC by TwoCC.
2006-10-13 Diego BiurrunAdd a note about illegal codec IDs.
2006-10-13 Diego BiurrunAdd codec ID for Shorten audio.
2006-10-07 YongAdd fourccs for Wavpak and TTA
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-06 Michael Niedermayerflac fourcc (fixes mplayer -demuxer 35 with flac)
2006-10-06 Michael Niedermayerprevent >16bit tags to be truncated and used in creatin...
2006-09-15 Philippe De Muyteradd support for grayscale rawvideo avi
2006-09-12 Aurelien Jacobsadd a VP6F fourcc for apps which rely on fourcc
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-09-06 Javier GarciaAllow RGB Raw encoding
2006-09-05 Kostya ShishkovVMware Video decoder (fourcc: VMnc)
2006-09-04 Kostya ShishkovWVC1 is now decodeable with VC-1 decoder.
2006-08-24 Baptiste Coudurieradd codec id and tag for JPEG 2000
2006-08-18 Steve L'HommeAdd YV12 support, patch by Steve Lhomme % steve P lhomm...
2006-08-08 David ConradSupport AAC audio in AVI with tag 0xff
2006-07-29 Stefan Gehreradd new tag 'CAVS' for Chinese AVS codec
next