462 Commits (709ab39cb9a4887a08ed0d8fc25c2ddc79731f85)

Author SHA1 Message Date
Michael Niedermayer f6bb2cd1b0 swresample/resample: fix invert_initial_buffer() after flush 10 years ago
Michael Niedermayer 080c846f59 swresample: do not put multiple statements in one line 10 years ago
Michael Niedermayer 344f8d307a swresample/audioconvert: Fix undefined behavior (left shift of negative value) 10 years ago
Michael Niedermayer 6b347f519d swresample/swresample: replace always true if() by av_assert0() 10 years ago
Michael Niedermayer f9fefa499f swresample/swresample: fix sample drop loop end condition 10 years ago
Reimar Döffinger 2c5c37ade1 libswresample: move condition to start of loop. 10 years ago
Reimar Döffinger 284123d7fd Remove pointless if. 10 years ago
Reimar Döffinger 2231d5b671 libswresample: Avoid needlessly large on-stack array. 10 years ago
Michael Niedermayer 7c51f5bd39 swr: aarch64 audio_convert and neon clobber test 10 years ago
Michael Niedermayer b7d5e016a3 swresample: Add AVFrame based API 10 years ago
Michael Niedermayer f4e814f787 swresample: check av_opt_set for failure in swr_alloc_set_opts() 10 years ago
Luca Barbato c4ac48c5a1 swresample: document the need to configure the context using AVOptions 10 years ago
Michael Niedermayer 97f8c7a03e bump libpostproc and libswresample 10 years ago
Michael Niedermayer 74be0f82a7 swresample-test: make it independant of the internal SWR_CH_MAX 10 years ago
Michael Niedermayer 05ff1a2c05 swresample/swresample: Treat mono as planar 10 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 10 years ago
Michael Niedermayer 52fafaf474 swresample/libswresample.v: hide ff_* 10 years ago
Timothy Gu 5b58692ed4 swresample: misc. doxy improvements 11 years ago
Timothy Gu 064945b3aa swresample: organize functions into doxy groups 11 years ago
Timothy Gu 81f47e272d swresample: better doxy for configuration-returning functions 11 years ago
Timothy Gu 2711b4708a swresample: improve Doxygen introduction 11 years ago
Timothy Gu 77c5f546e7 swresample: add SwrContext doxy 11 years ago
Timothy Gu fc71434e84 swresample: add SwrDitherType doxy 11 years ago
Timothy Gu c0d9b026f9 swresample: group all the option constants in a section in doxy 11 years ago
Timothy Gu 0c58388211 swresample: grammar/capitalization fixes 11 years ago
Timothy Gu 37715b4594 swresample: split option table to a separate file 11 years ago
James Almer 9937362c54 x86/swr: use lavu helper macros to check CPU extensions 11 years ago
James Almer 8279a15284 x86/swr: split audioconvert and rematrix DSP into separate files 11 years ago
James Almer 857cd1f33b swr: initialize only the necessary resample dsp functions 11 years ago
James Almer b5f0eac068 swr: rename swresample_dsp init functions to swri_resample_dsp 11 years ago
James Almer 42a92a240d swr: remove obsolete resample prototypes 11 years ago
James Almer 23a9edf531 Partially revert "swr: add prototypes for resample dsp functions" 11 years ago
James Almer c45b7f0d80 x86/swr: add ff_resample_{common, linear}_int16_xop 11 years ago
James Almer 1a69224f44 x86/swr: add ff_resample_{common, linear}_float_fma 11 years ago
James Almer dd2c9034b1 x86/swr: convert resample_{common, linear}_double_sse2 to yasm 11 years ago
Ronald S. Bultje 847bb638c0 swr: convert resample_common/linear_int16_mmx2/sse2 to yasm. 11 years ago
Michael Niedermayer 418e5768c6 swresample/resample_template: move division out of loop for float/double swri_resample_linear() 11 years ago
Michael Niedermayer c5a405c4f0 swresample/resample_template: flip order of operations in swri_resample_linear() for 32bit 11 years ago
Ronald S. Bultje faa1471ffc swr: rewrite resample_common/linear_float_sse/avx in yasm. 11 years ago
Ronald S. Bultje ddb7b4435a swr: move dst_size == 0 handling outside DSP function. 11 years ago
Ronald S. Bultje 0dae193d3e swr: remove another forgotten division in DSP function. 11 years ago
Ronald S. Bultje cbf21628a5 swr: remove div/mod from DSP functions. 11 years ago
Michael Niedermayer 0608bc6502 swresample/audioconvert: fix () in FMT_PAIR_FUNC() 11 years ago
Ronald S. Bultje edf930472b swr: reindent. 11 years ago
Ronald S. Bultje 083cd3d1f7 swr: compile mmx2 s16p functions only on x86-32. 11 years ago
James Almer 7f4dfbd080 swr: add prototypes for resample dsp functions 11 years ago
Ronald S. Bultje ada8f9c046 swr: remove obsolete function prototypes. 11 years ago
Ronald S. Bultje 7128a35f8c swr: split out DSP functions. 11 years ago
Michael Niedermayer 4411928c64 swresample/resample: replace assert by av_assert 11 years ago
Ronald S. Bultje b785c62681 swr: handle initial negative sample index outside DSP function. 11 years ago