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
2021-02-27swresample/audioconvert: Fix left shift of negative valueAndreas Rheinhardt
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2019-09-26swresample/audioconvert: fix invalid left shift for 64bit sample formatPaul B Mahol
2019-07-21Bump minor versions again on master to keep 4.2 versions separate from mastern4.3-devMichael Niedermayer
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-05-26swresample/swresample: check for invalid sample ratesPaul B Mahol
2018-11-02Bump minor version for master after 4.1 branchpointn4.2-devMichael Niedermayer
2018-11-02Bump minor versions for branching 4.1Michael Niedermayer
2018-07-26swresample/swresample: Fix input channel count in resample_first computationMichael Niedermayer
2018-07-26swresample: Use channel count in rematrix initializationMarcin Gorzel
2018-04-28swresample/arm: rename labels to fix xcode build errorRahul Chaudhry
2018-04-19swresample/arm: remove unintentional relocation.Rahul Chaudhry
2018-04-16Bump minor versions after release/4.0 branchingn4.1-devMichael Niedermayer
2018-04-16Bump minor versions for branching release/4.0Michael Niedermayer
2018-04-07swresample/swresample: Fix for seg fault in swr_convert_internal() -> sum2_fl...Hendrik Schreiber
2018-02-19swresample/rematrix: fix update of channel matrix if input or output layout i...Tobias Rapp
2017-11-01lswr/rematrix: Support s32p.Carl Eugen Hoyos
2017-10-28lswr/swresample: Mention the actually supported formats when erroring out.Carl Eugen Hoyos
2017-10-21Merge commit '07a2b155949eb267cdfc7805f42c7b3375f9c7c5'James Almer
2017-10-11Bump version for master after 3.4 branchpointn3.5-devMichael Niedermayer
2017-10-11Bump minor versions for branching 3.4Michael Niedermayer
2017-08-16swresample/resample: Fix flush refelction lengthMichael Niedermayer
2017-07-08libswresample: check input to swr_convert_frame for NULLhexpointer
2017-06-28libswresample/swresample: remove obsolete codeMichael Niedermayer
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-05-05Merge commit '92db5083077a8b0f8e1050507671b456fd155125'James Almer
2017-05-03Merge commit '11a9320de54759340531177c9f2b1e31e6112cc2'Clément Bœsch
2017-04-02Bump versions for master after 3.3n3.4-devMichael Niedermayer
2017-04-02Bump minor for 3.3Michael Niedermayer
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
2017-03-21swresample/resample: free existing ResampleContext on reinitJames Almer
2017-03-21swresample/resample: move resample_free() higher in the fileJames Almer
2017-03-19swresample/x86/resample: extend resample_double to support avx and fma3Muhammad Faiz
2017-03-18swresample/swresample: do not use s32p internally by default when resamplingMuhammad Faiz
2017-03-17swresample/resample: do not assert compensation_distance on rebuild_filterMuhammad Faiz
2017-03-16swresample/options: enable linear_interp and exact_rational by defaultMuhammad Faiz
2017-03-12swresample/swresample: do not reset tsf on swr_alloc_set_optsMuhammad Faiz
2017-03-09swresample/resample: do not allow odd filter_lengthMuhammad Faiz
2017-03-08swresample/resample: use uniform normalizationMuhammad Faiz
2017-02-25lswr/rematrix: Remove an aggressive loop optimization.Carl Eugen Hoyos
2017-02-16swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neonMatthieu Bouron
2017-01-13swresample/arm: cosmetic fixesMatthieu Bouron
2017-01-13swresample/aarch64: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neonMatthieu Bouron
2016-12-14swresample/resample: remove swri_resample functionMuhammad Faiz
2016-12-13swresample/resample: do not allow negative dst_size return valueMuhammad Faiz
2016-12-10swresample/resample_template: Add filter values in parallelMichael Niedermayer
2016-12-10swresample/resample_template: Reorder operations to avoid one additionMichael Niedermayer
2016-12-10swresample/swresample: Check count before memcpy()Michael Niedermayer