index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavresample
Age
Commit message (
Expand
)
Author
2013-02-12
lavr: fix mixing matrix reduction when normalization is disabled
Justin Ruggles
2013-02-12
lavr: fix matrix reduction for upmixing in certain cases
Justin Ruggles
2013-02-12
lavr: cosmetics: reindent
Justin Ruggles
2013-02-12
lavr: make sure that the mix function is reset even if no mixing will be done
Justin Ruggles
2013-02-12
lavr: print out the mix matrix in ff_audio_mix_set_matrix()
Justin Ruggles
2013-01-17
lavr: always reset mix function names and pointers in mix_function_init()
Justin Ruggles
2013-01-17
lavr: call mix_function_init() in ff_audio_mix_set_matrix()
Justin Ruggles
2013-01-08
x86: lavr: add SSE2/AVX dither_int_to_float()
Justin Ruggles
2013-01-08
x86: lavr: add SSE2 quantize() for dithering
Justin Ruggles
2013-01-07
lavr: log channel conversion description for any-to-any functions
Justin Ruggles
2013-01-07
lavr: mix: reduce the mixing matrix when possible
Justin Ruggles
2013-01-07
lavr: cosmetics: reindent
Justin Ruggles
2013-01-07
lavr: add a public function for setting a custom channel map
Justin Ruggles
2013-01-07
lavr: typedef internal structs in internal.h
Justin Ruggles
2013-01-05
x86: lavr: use the x86inc.asm automatic stack alignment in mixing functions
Justin Ruggles
2013-01-04
lavr: fix missing " in header documentation
Peter Meerwald
2012-12-21
miscellaneous typo fixes
Diego Biurrun
2012-12-19
lavr: add option for dithering during sample format conversion to s16
Justin Ruggles
2012-12-16
avresample: use valid log context in mixing functions
Hendrik Leppkes
2012-12-16
lavr: remove automatic context close/open for resampling compensation
Justin Ruggles
2012-12-16
lavr: only save/restore the mixing matrix if mixing is being done
Justin Ruggles
2012-12-15
lavr: move AudioMix struct definition to audio_mix.c
Justin Ruggles
2012-12-12
lavr: fix segfault due to overlooked change needed in 14758e3
Justin Ruggles
2012-12-11
lavr: temporarily store custom matrix in AVAudioResampleContext
Justin Ruggles
2012-12-11
lavr: clarify documentation for avresample_get/set_matrix()
Justin Ruggles
2012-11-27
lavr: do not pass consumed samples as a parameter to ff_audio_resample()
Justin Ruggles
2012-11-27
lavr: correct the documentation for the ff_audio_resample() return value
Justin Ruggles
2012-11-27
lavr: do not pass sample count as a parameter to ff_audio_convert()
Justin Ruggles
2012-11-17
x86: lavr: fix stack allocation for 7 and 8 channel downmixing on x86-32
Ronald S. Bultje
2012-11-17
lavr: fix the decision for writing directly to the output buffer
Justin Ruggles
2012-11-11
build: Drop AVX assembly ifdefs
Diego Biurrun
2012-11-11
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-09
x86: PALIGNR: port to cpuflags
Diego Biurrun
2012-11-06
x86: avresample: Add missing colons to assembly labels
Diego Biurrun
2012-10-31
x86: yasm: Use complete source path for macro helper %includes
Diego Biurrun
2012-10-31
x86: include x86inc.asm in x86util.asm
Diego Biurrun
2012-10-29
lavr: document upper bound on number of output samples.
Anton Khirnov
2012-10-29
lavr: add general API usage doxy
Anton Khirnov
2012-10-13
lavr: handle clipping in the float to s32 conversion
Justin Ruggles
2012-10-05
lavr: bump major to 1 and declare it stable.
Anton Khirnov
2012-10-05
lavr: change the type of the data buffers to uint8_t**.
Anton Khirnov
2012-09-13
ARM: libavresample: NEON optimised generic fltp to s16 conversion
Mans Rullgard
2012-09-13
ARM: libavresample: NEON optimised stereo fltp to s16 conversion
Mans Rullgard
2012-09-13
ARM: libavresample: NEON optimised flat float to s16 conversion
Mans Rullgard
2012-09-12
lavr/audio_mix_matrix: acknowledge the existence of LFE2.
Tim Walker
2012-09-08
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-04
avopt: Explicitly store float/double option defaults in .dbl
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-08-31
x86: Split inline and external assembly #ifdefs
Diego Biurrun
[next]