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
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer
2013-03-14Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-07aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer
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