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
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
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-11-11make some symbols staticMåns Rullgård
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-11fix bit rateBaptiste Coudurier
2006-10-11use av_get_bits_per_sampleBaptiste Coudurier
2006-10-11use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier
2006-10-11simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typoDiego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-30Move initialisations and internal symbols in allformats.h,Diego Pettenò
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-05-15fix pcm_s24be demuxing, simplifyBaptiste Coudurier
2006-02-02AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer