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-08-26Remove some unnecessary alignment specifiersMåns Rullgård
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Öman
2009-01-16explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs
2009-01-15simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs
2009-01-14Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2008-12-22Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17move a couple of macros and structs to mpegaudio.hMåns Rullgård
2007-05-21remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs
2007-05-20add a ff_ prefix to some mpegaudio funcsAurelien Jacobs
2007-05-20loosen dependencies over mpegaudiodecAurelien Jacobs
2007-05-19move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs
2006-10-30dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-19QDM2 compatible decoderRoberto Togni
2005-01-30dithering for the mpeg audio decoderMichael Niedermayer
2003-11-10exported mpa_decode_header for new parser APIFabrice Bellard
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-06-04added missing externsFabrice Bellard
2001-09-16merged code and tables between encoder and decoderFabrice Bellard
2001-08-14win32 fixesFabrice Bellard
2001-07-22Initial revisionFabrice Bellard