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
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-08lavr: resampling: add support for s32p, fltp, and dblp internal sample formatsJustin Ruggles
2012-07-08lavr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-08lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample formatJustin Ruggles
2012-07-08lavr: mix: validate internal sample format in ff_audio_mix_init()Justin Ruggles
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04Clarify Doxygen comment for FF_API_* #defines.Diego Biurrun
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-26lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypesJustin Ruggles
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25lavr: x86: merge some branchesJustin Ruggles
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19lavr: Add x86-optimized function for flt to s32 conversionJustin Ruggles
2012-06-19lavr: Add x86-optimized function for flt to s16 conversionJustin Ruggles
2012-06-19lavr: Add x86-optimized functions for s32 to flt conversionJustin Ruggles
2012-06-19lavr: Add x86-optimized functions for s32 to s16 conversionJustin Ruggles
2012-06-19lavr: Add x86-optimized functions for s16 to flt conversionJustin Ruggles
2012-06-19lavr: Add x86-optimized function for s16 to s32 conversionJustin Ruggles
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffsJustin Ruggles
2012-06-18lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffsJustin Ruggles
2012-06-18Add Dolby/DPLII downmix support to libavresampleJohn Stebbins
2012-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-29lavr: add x86-optimized function for mixing 2 to 1 s16p with q8 coeffsJustin Ruggles
2012-05-29lavr: add x86-optimized functions for mixing 2 to 1 s16p with float coeffsJustin Ruggles
2012-05-29lavr: add C functions for mixing 2 to 1 channels with s16p formatJustin Ruggles
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles
2012-05-09lavr: do not try to copy to uninitialized output audio data.Anton Khirnov
2012-05-09lavr: make avresample_read() with NULL output discard samples.Anton Khirnov
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07build: cosmetics: Add missing end-of-line backslashes to item lists.Diego Biurrun
2012-05-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-01lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff typeJustin Ruggles
2012-05-01Fix compilation with YASM/NASM without AVX support.Reimar Döffinger
2012-04-28Fix compilation with YASM/NASM without AVX support.Reimar Döffinger
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25Add libavresampleJustin Ruggles