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
2014-01-06Rename CONFIG_FFT_FLOAT ---> FFT_FLOATDiego Biurrun
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2012-10-06(e)ac3enc: use planar sample formatJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-22ac3: don't use different names for option tables in the template file.Ronald S. Bultje
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21ac3enc: update to AVCodec.encode2()Justin Ruggles
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2011-11-03ac3enc: doxygen update.Justin Ruggles
2011-09-05ac3enc: Add channel coupling support for the fixed-point AC-3 encoder.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-21eac3enc: use different numbers of blocks per frame to allow higher bitratesJustin Ruggles
2011-07-15ac3enc: Mark AVClasses constMartin Storsjö
2011-07-14ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles
2011-07-01ac3enc: clip coefficients after MDCT.Justin Ruggles
2011-06-27ac3enc: move ff_ac3_encode_frame() to ac3enc_template.cJustin Ruggles
2011-06-27ac3enc: merge log2_tab() into normalize_samples()Justin Ruggles
2011-06-14ac3enc: split templated float vs. fixed functions into a separate file.Justin Ruggles
2011-05-24ac3enc: add channel coupling supportJustin Ruggles
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-25ac3: fix memleak in fixed-point encoderJanne Grunau
2011-04-03ac3enc: use generic fixed-point mdctMans Rullgard
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-14ac3enc: add SIMD-optimized shifting functions for use with the fixed-point AC...Justin Ruggles
2011-03-14ac3enc: do not right-shift fixed-point coefficients in the final MDCT stage.Justin
2011-02-14ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-11ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles
2011-02-11ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-22ac3enc: use dsputil functions in apply_window()Justin Ruggles
2011-01-05Convert floating-point MDCT coefficients to 24-bit fixed-point all at onceJustin Ruggles
2011-01-04Change the AC-3 encoder to use floating-point.Justin Ruggles
2011-01-03Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles