Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-04-17Remove useless init from aiff_read_header() found by CSA.Michael Niedermayer
2009-02-03use new metadata API in aiff demuxerAurelien Jacobs
2009-02-03simplifyAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-05set block align and frame size for gsm in aiffBaptiste Coudurier
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-19Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross
2008-06-28cosmeticsBaptiste Coudurier
2008-06-28cosmetics, align verticallyBaptiste Coudurier
2008-06-07Remove wrappers of pcm_read_seek().Ramiro Polla
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-16try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp...Baptiste Coudurier
2008-05-16do not fail if correct is not recognizedBaptiste Coudurier
2008-05-16cosmetics, remove space before opening parenthesisBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-05set block align for mace3/6Baptiste Coudurier
2008-03-05correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier
2008-02-25fix mace durationBaptiste Coudurier
2008-02-2510l, protect malloc overflowBaptiste Coudurier
2008-02-25support QDM2 in aiff, QDM2.aifBaptiste Coudurier
2008-02-25remove useless close functionBaptiste Coudurier
2008-02-25indentationBaptiste Coudurier
2008-02-25remove useless castsBaptiste Coudurier
2008-02-25cosmeticsBaptiste Coudurier
2008-02-25remove useless tags, codec_get_id matches independently and qt uses lower cas...Baptiste Coudurier
2008-02-25set bps to uncompressed original sound data for compressed audioBaptiste Coudurier
2008-02-25fix duration for ima4Baptiste Coudurier
2008-02-25ima4 in aiff supportBaptiste Coudurier
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-06-27compute absolute data offset after reading blocksizeBaptiste Coudurier
2007-06-26this is named BlockSize in specsBaptiste Coudurier
2007-06-26according to specs, offset is before blocksizeBaptiste Coudurier
2007-06-26support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier
2007-04-27Support for newer MacOSX AIFFKostya Shishkov
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-14100lBaptiste Coudurier
2007-02-14indentationBaptiste Coudurier
2007-02-14use aiff when we can, some players only support aiffBaptiste Coudurier
2007-01-21the context is supposed to be freed in the generic code in utils.cMichael Niedermayer
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer