]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/riff.c
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs...
[frescor/ffmpeg.git] / libavformat / riff.c
2008-02-23 bananRiff ids for wmapro and wmavoice, this adds support...
2008-02-04 diegoAdd dv50 tag to support samples with dv50 fourcc in...
2007-09-21 bcoudurierHDYC fourcc, sample hdyc/Test2.avi
2007-09-16 aurelloosen dependencies over allformats.h
2007-07-30 michaelsupport silly PCM variant used by zork nemesis
2007-07-27 michaeldetect voxware (closes issue39)
2007-07-11 aurelMove public API functions av_codec_get_tag() and av_cod...
2007-07-08 mruremove deprecated codec_get_{bmp,wav}_{id,tag}()
2007-06-12 diegomisc spelling fixes
2007-06-06 bcoudurieradd MMES fourcc, matrox mpeg2 in avi files
2007-05-30 michaelmove jpegls up, fixes sf bug #1629152
2007-04-17 bananAtrac3 decoder.
2007-04-01 michaelWMVA
2007-03-31 bcoudurieradd AVRn fourcc
2007-03-26 bcoudurieradd IJPG fourcc, to play m_ijpg.avi
2007-03-15 gpoirierTarga (.tga) encoder,
2007-03-10 michaeljpeg fourcc
2007-02-24 michaelbe less noisy
2007-02-20 michaelwarn if bps from user and what will be stored missmatches
2007-02-20 mbardiauxRemove code duplicated between adpcm.c and riff.c
2007-02-20 mbardiauxAdd support for MS-GSM codec
2007-01-25 bcoudurieradd waveformatextensible support
2007-01-21 michaelremove now useless codec_tag setting code in muxers
2007-01-21 michaelget rid of the [4] limitation of codec tag lists
2007-01-21 michaeladd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-12-17 aurelAdd support for VP60 and VP61.
2006-11-11 michaellibnut uses "MP3 " for mp3
2006-11-09 bcoudurierget rid of CODEC_ID_MPEG4AAC after next version bump...
2006-11-08 diegoRemove illegal FourCC values.
2006-10-30 kostyaIMC decoder
2006-10-16 diegoReplace FLAC FourCC by TwoCC.
2006-10-13 diegoAdd a note about illegal codec IDs.
2006-10-13 diegoAdd codec ID for Shorten audio.
2006-10-07 rtogniAdd fourccs for Wavpak and TTA
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-06 michaelflac fourcc (fixes mplayer -demuxer 35 with flac)
2006-10-06 michaelprevent >16bit tags to be truncated and used in creatin...
2006-09-15 gpoirieradd support for grayscale rawvideo avi
2006-09-12 aureladd a VP6F fourcc for apps which rely on fourcc
2006-09-09 aurelVP5 and VP6 video decoder
2006-09-06 gpoirierAllow RGB Raw encoding
2006-09-05 kostyaVMware Video decoder (fourcc: VMnc)
2006-09-04 kostyaWVC1 is now decodeable with VC-1 decoder.
2006-08-24 bcoudurieradd codec id and tag for JPEG 2000
2006-08-18 gpoirierAdd YV12 support, patch by Steve Lhomme % steve P lhomm...
2006-08-08 rtogniSupport AAC audio in AVI with tag 0xff
2006-07-29 stefangadd new tag 'CAVS' for Chinese AVS codec
2006-07-12 mrumove common stuff from avienc.c and wav.c to new file...