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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-23aacdec: Fix warning: initialization from incompatible pointer typeMichael Niedermayer
2013-02-22aac: reconfigure output on popMichael Niedermayer
2013-02-22aacdec: dont pop random configurationsMichael Niedermayer
2013-02-13Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'Michael Niedermayer
2013-02-12aac: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-31mips: optimization for float aac decoder (core module)Mirjana Vulin
2013-01-28aacdec: check init_get_bits returnMichael Niedermayer
2013-01-27aacdec: check channel countMichael Niedermayer
2013-01-23Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer
2013-01-23Merge commit '5959bfaca396ecaf63a8123055f499688b79cae3'Michael Niedermayer
2013-01-23Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'Michael Niedermayer
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-17Make the latm decoder less verbose on initialisation.Carl Eugen Hoyos
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2013-01-10Do not allow arbitrary packet size in aac decoder.Carl Eugen Hoyos
2012-12-30aacdec: make dual mono mode selectable through AVOptions too.Michael Niedermayer
2012-12-30aacdec: simplify dmonoMichael Niedermayer
2012-12-30aacdec: fix dual monoMichael Niedermayer
2012-12-13aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26Merge commit '3d3cf6745e2a5dc9c377244454c3186d75b177fa'Michael Niedermayer
2012-11-26aacdec: fix signed overflows in lcg_random()Mans Rullgard
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-11-10aacdec: fix temporary array sizeMichael Niedermayer
2012-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-25aacdec: reorder multiuplications to make code safer against too large input v...Michael Niedermayer
2012-10-23Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'Michael Niedermayer
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-09-28aacdec: detect faac and skip correct amount of startup samplesMichael Niedermayer
2012-09-15aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada
2012-09-11aacdec/lcg_random: fix harmless integer overflowMichael Niedermayer
2012-09-10aacdec.c: fix some commentsReinhard Nissl
2012-08-30aacdec: fix priming/skip for AAC HE/HE2Michael Niedermayer
2012-08-30aacdec: pass AVPacket to aac_decode_frame_int()Michael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer