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-02-12aac: decode directly to the user-provided AVFrameJustin Ruggles
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
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-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-13aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26aacdec: fix signed overflows in lcg_random()Mans Rullgard
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-08-09aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-07-24aac: Mention abbreviation as well in long_nameDiego Biurrun
2012-07-01aacdec: remove dead assignmentMans Rullgard
2012-06-20aacdec: Fix popping channel layouts.Alex Converse
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-05aacdec: Turn PS off when switching to stereo and turn it to implicit when swi...Alex Converse
2012-04-21aac: Handle HE-AACv2 when sniffing a channel order.Alex Converse
2012-04-17aacdec: More robust output configuration.Alex Converse
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-18Update Janne's email address.Diego Biurrun
2012-03-09aacdec: Fix SCE parity check.Michael Niedermayer
2012-03-09aacdec: Fix out of array writes (stack).Michael Niedermayer
2012-02-29aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer
2012-02-29aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse
2012-02-28doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun
2012-02-28aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse
2012-02-22aac: fix infinite loop on end-of-frame with sequence of 1-bits.Alex Converse
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10aacdec: Unify preconfigured layout and PCE layout.Alex Converse
2012-02-10aacdec: Support native channel layout when requested.Alex Converse
2012-02-10aacdec: Try to sniff a reasonable channel layout for PCE based configurations.Alex Converse
2012-02-08aacdec: Remove incorrect comment.Alex Converse
2012-02-08aacdec: Simplify output configuration.Alex Converse
2012-01-12latmdec: Check AudioSpecificConfig length before decoding extradata.Alex Converse
2012-01-09aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse
2011-12-22aacdec: Handle new extradata passed as side dataMartin Storsjö
2011-12-21aacdec: Cleanup decode_ics_info.Alex Converse
2011-12-13aacdec: Use intfloat.h rather than local punning union.Alex Converse
2011-12-03aac_latm: reconfigure decoder on audio specific config changesJanne Grunau
2011-12-03latmdec: fix audio specific config parsingJanne Grunau
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-23aacdec: Fix PS in ADTS.Alex Converse