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
2008-08-20Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun
2008-08-20cosmetics: s/const static/static const/gMathieu Malaterre
2008-08-19Update changelog and general.texi to reflectJai Menon
2008-08-19alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon
2008-08-19alacenc: last few hunks approved by michaelJai Menon
2008-08-19alacenc: Use user-specified min and max prediction order.Ramiro Polla
2008-08-19Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-19Making block size in bits variable and dependent on the DV specRoman Shaposhnik
2008-08-19Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik
2008-08-19Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik
2008-08-19Add F64BE, F64LE and F64BE PCM codecs.Peter Ross
2008-08-19Add SAMPLE_FMT_DBL.Peter Ross
2008-08-19Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross
2008-08-19Mark init_vlcs function as av_cold.Diego Biurrun
2008-08-19More OKed AAC decoder code hunksRobert Swain
2008-08-18More OKed AAC decoder code hunksRobert Swain
2008-08-18Mark SAMPLE_FMT_S24 as deprecated.Peter Ross
2008-08-18Add okayed chunks of AAC encoder psychoacoustic modelKostya Shishkov
2008-08-18Add okayed parts for AAC encoderKostya Shishkov
2008-08-18Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-17remove some unneeded header includesJustin Ruggles
2008-08-17Add missing header includes to fix 'make checkheaders'.Diego Biurrun
2008-08-17use LFG instead of Mersenne Twister for AC-3 PRNGJustin Ruggles
2008-08-17Mark adx_decode_init() as type int instead of void, the function returnsDiego Biurrun
2008-08-17fix and simplify frame size check and reencoding in verbatim modeJustin Ruggles
2008-08-17alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla
2008-08-17G.729 decoder main codeVladimir Voroshilov
2008-08-17More okayed chunks of AAC encoderKostya Shishkov
2008-08-17Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-17update my email address to one which does not depend on my service providerJustin Ruggles
2008-08-17use range of lpc orders in ORDER_METHOD_ESTJustin Ruggles
2008-08-17cosmetics: adjust line breaks and vertical alignmentJustin Ruggles
2008-08-17use limited range of lpc orders when quantizing coefficientsJustin Ruggles
2008-08-16lpc: cosmetics: vertically align declarations and definitions.Ramiro Polla
2008-08-16flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla
2008-08-16flacenc: Allow more flexible shift calculation in LPC.Ramiro Polla
2008-08-16Fix rc_eq mem leak.Michael Niedermayer
2008-08-16Revert r14260Michael Niedermayer
2008-08-16Synchronize AAC encoder with renamings in aac.hKostya Shishkov
2008-08-16Add approved chunks to AAC encoderKostya Shishkov
2008-08-16Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...Peter Ross
2008-08-15Don't try to free shared ff_sine_* tables pointed to by s->windows[]Robert Swain
2008-08-15More OKed AAC decoder hunksRobert Swain
2008-08-15Synchronise AAC decoder code with that from SoCRobert Swain
2008-08-15document some dsp alignmentsLoren Merritt
2008-08-15More OKed sections of AAC decoder codeRobert Swain
2008-08-15The ff_sine_#[] should be aligned as they will commonly be used in dsputilRobert Swain
2008-08-15ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs
2008-08-14mlp: Define End-of-Stream code in common header file and use it in decoder.Ramiro Polla
2008-08-14Remove not OKed parts from AAC encoderKostya Shishkov