]> git.sesse.net Git - ffmpeg/history - libavformat/riff.c
Take the target address family in account when determining the family of
[ffmpeg] / libavformat / riff.c
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
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...