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-11-19swr: set default channel count options to 0.Clément Bœsch
2012-11-16swr/resample: fix SSSE3 included unconditionally.Clément Bœsch
2012-11-16swr/rematrix: move templating parameters to template itself.Clément Bœsch
2012-11-16swr/resample: move templating parameters to template itself.Clément Bœsch
2012-11-15swr: move if() block into the only branch where it can be true.Michael Niedermayer
2012-11-15swr: reorder/redesign operations to avoid integer overflow.Michael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-11-03lswr/swresample: adopt globally consistent rules for options help messageStefano Sabatini
2012-11-03lswr/swresample.h: use consistent inclusion guard header nameStefano Sabatini
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-28swr: use 64bit index/len for x86_64 mixMichael Niedermayer
2012-10-20swresample: include ff_log2_tab for shared buildsHendrik Leppkes
2012-10-16swr-test: fix division by 0Michael Niedermayer
2012-10-16swr-test: check pointers before useMichael Niedermayer
2012-10-14swr/rematrix: fix C99 left shift overflowMichael Niedermayer
2012-10-11swri_resample_init: unsupported sample formats are an internal error.Michael Niedermayer
2012-10-06swr-test: avoid VLAMichael Niedermayer
2012-09-28Add missing version macros to librariesjamal
2012-09-28swresample: Create version.h headerjamal
2012-09-25ARM: libswresample: NEON optimised generic fltp to s16 conversionMans Rullgard
2012-09-25swr: make sure the last data element is NULL so we can use it to detect the n...Michael Niedermayer
2012-09-25ARM: libswresample: NEON optimised stereo fltp to s16 conversionMans Rullgard
2012-09-25ARM: libswresample: NEON optimised flat float to s16 conversionMans Rullgard
2012-09-13swr/resample: mark mm_flags as potentially unusedMichael Niedermayer
2012-09-09swr: add av_cold to init/free functionsMichael Niedermayer
2012-09-08swr/auto_matrix: treat a single channel as mono instead of failingMichael Niedermayer
2012-09-08swr/auto_matrix: treat stereo downmix like stereo.Michael Niedermayer
2012-09-08swr/auto_matrix: add clean layout functionMichael Niedermayer
2012-09-08swr/auto_matrix: move layouts to local variablesMichael Niedermayer
2012-09-08libswr: remove redundant ARCH_X86, MMX* implicates X86Michael Niedermayer
2012-09-08swsresample: Fix unprotected inline asmDerek Buitenhuis
2012-09-07Add Dolby/DPLII downmix support to libswresampleMichael Niedermayer
2012-09-07swr: update rematrix coeffs to match AC-3Michael Niedermayer
2012-09-07swr: update copyright yearsMichael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer
2012-09-05Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer
2012-09-01Fix compilation with yasm-0.6.2.Carl Eugen Hoyos
2012-09-01swr/resample: update SSSE3 flag to new nameMichael Niedermayer
2012-08-31Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos
2012-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09bessel: check that the function terminates as expected by av_assert2().Michael Niedermayer
2012-08-01swr: fix 10l typo mixing in and out config.Michael Niedermayer
2012-07-23swr: resampling: add filter type and Kaiser window beta to AVOptionsJustin Ruggles
2012-07-17lswr: channel_map requires input conversion.Nicolas George
2012-07-07swr/x86: 16bit integer mix functions need SSE2 not SSEMichael Niedermayer
2012-07-07lavu: 256 color supportPaul B Mahol
2012-07-05swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.Michael Niedermayer
2012-07-02swr: fix warning: passing argument 2 of s->mix_any_f from incompatible pointe...Michael Niedermayer