summaryrefslogtreecommitdiffstats
path: root/libswresample
Commit message (Expand)AuthorAgeFilesLines
* swresample/resample: fix invert_initial_buffer() after flushMichael Niedermayer2014-10-161-3/+3
* swresample: do not put multiple statements in one lineMichael Niedermayer2014-10-161-3/+9
* swresample/audioconvert: Fix undefined behavior (left shift of negative value)Michael Niedermayer2014-10-081-2/+2
* swresample/swresample: replace always true if() by av_assert0()Michael Niedermayer2014-10-061-2/+2
* swresample/swresample: fix sample drop loop end conditionMichael Niedermayer2014-10-061-0/+2
* libswresample: move condition to start of loop.Reimar Döffinger2014-09-071-4/+6
* Remove pointless if.Reimar Döffinger2014-09-071-3/+1
* libswresample: Avoid needlessly large on-stack array.Reimar Döffinger2014-09-071-5/+9
* swr: aarch64 audio_convert and neon clobber testMichael Niedermayer2014-08-276-0/+469
* swresample: Add AVFrame based APIMichael Niedermayer2014-08-164-1/+221
* swresample: check av_opt_set for failure in swr_alloc_set_opts()Michael Niedermayer2014-08-111-9/+31
* swresample: document the need to configure the context using AVOptionsLuca Barbato2014-08-111-0/+4
* bump libpostproc and libswresampleMichael Niedermayer2014-08-102-2/+4
* swresample-test: make it independant of the internal SWR_CH_MAXMichael Niedermayer2014-08-101-0/+2
* swresample/swresample: Treat mono as planarMichael Niedermayer2014-08-041-0/+2
* fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* swresample/libswresample.v: hide ff_*Michael Niedermayer2014-07-121-1/+1
* swresample: misc. doxy improvementsTimothy Gu2014-07-081-19/+64
* swresample: organize functions into doxy groupsTimothy Gu2014-07-061-1/+43
* swresample: better doxy for configuration-returning functionsTimothy Gu2014-07-061-1/+10
* swresample: improve Doxygen introductionTimothy Gu2014-07-061-3/+30
* swresample: add SwrContext doxyTimothy Gu2014-07-061-0/+6
* swresample: add SwrDitherType doxyTimothy Gu2014-07-061-0/+1
* swresample: group all the option constants in a section in doxyTimothy Gu2014-07-061-0/+11
* swresample: grammar/capitalization fixesTimothy Gu2014-07-061-3/+3
* swresample: split option table to a separate fileTimothy Gu2014-07-063-132/+156
* x86/swr: use lavu helper macros to check CPU extensionsJames Almer2014-07-043-20/+25
* x86/swr: split audioconvert and rematrix DSP into separate filesJames Almer2014-07-044-63/+84
* swr: initialize only the necessary resample dsp functionsJames Almer2014-07-045-69/+76
* swr: rename swresample_dsp init functions to swri_resample_dspJames Almer2014-07-024-6/+6
* swr: remove obsolete resample prototypesJames Almer2014-07-021-4/+0
* Partially revert "swr: add prototypes for resample dsp functions"James Almer2014-07-022-29/+14
* x86/swr: add ff_resample_{common, linear}_int16_xopJames Almer2014-07-022-15/+26
* x86/swr: add ff_resample_{common, linear}_float_fmaJames Almer2014-07-022-35/+51
* x86/swr: convert resample_{common, linear}_double_sse2 to yasmJames Almer2014-07-014-169/+74
* swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.Ronald S. Bultje2014-06-304-215/+187
* swresample/resample_template: move division out of loop for float/double swri...Michael Niedermayer2014-06-301-2/+7
* swresample/resample_template: flip order of operations in swri_resample_linea...Michael Niedermayer2014-06-291-1/+4
* swr: rewrite resample_common/linear_float_sse/avx in yasm.Ronald S. Bultje2014-06-285-147/+480
* swr: move dst_size == 0 handling outside DSP function.Ronald S. Bultje2014-06-281-3/+7
* swr: remove another forgotten division in DSP function.Ronald S. Bultje2014-06-221-4/+2
* swr: remove div/mod from DSP functions.Ronald S. Bultje2014-06-183-12/+19
* swresample/audioconvert: fix () in FMT_PAIR_FUNC()Michael Niedermayer2014-06-181-1/+1
* swr: reindent.Ronald S. Bultje2014-06-161-64/+64
* swr: compile mmx2 s16p functions only on x86-32.Ronald S. Bultje2014-06-151-0/+2
* swr: add prototypes for resample dsp functionsJames Almer2014-06-153-24/+44
* swr: remove obsolete function prototypes.Ronald S. Bultje2014-06-151-6/+0
* swr: split out DSP functions.Ronald S. Bultje2014-06-147-148/+325
* swresample/resample: replace assert by av_assertMichael Niedermayer2014-06-141-1/+1
* swr: handle initial negative sample index outside DSP function.Ronald S. Bultje2014-06-145-50/+66
OpenPOWER on IntegriCloud