]> git.sesse.net Git - ffmpeg/history - libavformat/aiff.c
remove now useless codec_tag setting code in muxers
[ffmpeg] / libavformat / aiff.c
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 Niedermayerexport a few more codec_tag-codec_id tables
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-11-11 Måns Rullgårdmake some symbols static
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-11 Baptiste Coudurierfix bit rate
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample
2006-10-11 Baptiste Coudurieruse av_get_bits_per_sample, compute block align if...
2006-10-11 Baptiste Couduriersimplify by not writing unneeded codec name to fix...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-12 Måns Rullgårdmove common stuff from avienc.c and wav.c to new file...
2006-07-11 Diego BiurrunCONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-30 Diego PettenòMove initialisations and internal symbols in allformats.h,
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-05-15 Baptiste Coudurierfix pcm_s24be demuxing, simplify
2006-02-02 Michael NiedermayerAIFF format support by (Patrick Guimond <patg a.t patg...