]> git.sesse.net Git - ffmpeg/history - libavformat/aiff.c
correctly compute bit rate for compressed audio, should fix seeking in aiff
[ffmpeg] / libavformat / aiff.c
2008-03-05 Baptiste Couduriercorrectly compute bit rate for compressed audio, should...
2008-02-25 Baptiste Coudurierfix mace duration
2008-02-25 Baptiste Coudurier10l, protect malloc overflow
2008-02-25 Baptiste Couduriersupport QDM2 in aiff, QDM2.aif
2008-02-25 Baptiste Coudurierremove useless close function
2008-02-25 Baptiste Coudurierindentation
2008-02-25 Baptiste Coudurierremove useless casts
2008-02-25 Baptiste Couduriercosmetics
2008-02-25 Baptiste Coudurierremove useless tags, codec_get_id matches independently...
2008-02-25 Baptiste Coudurierset bps to uncompressed original sound data for compres...
2008-02-25 Baptiste Coudurierfix duration for ima4
2008-02-25 Baptiste Coudurierima4 in aiff support
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-09-11 Aurelien Jacobsmove unrelated functions declarations out of allformats.h
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-06-26 Baptiste Couduriercompute absolute data offset after reading blocksize
2007-06-25 Baptiste Coudurierthis is named BlockSize in specs
2007-06-25 Baptiste Coudurieraccording to specs, offset is before blocksize
2007-06-25 Baptiste Couduriersupport files with COMM chunk after SSND, fix invalid_n...
2007-04-27 Kostya ShishkovSupport for newer MacOSX AIFF
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-02-14 Baptiste Coudurier100l
2007-02-14 Baptiste Coudurierindentation
2007-02-14 Baptiste Coudurieruse aiff when we can, some players only support aiff
2007-01-21 Michael Niedermayerthe context is supposed to be freed in the generic...
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...