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
2014-03-26
Add missing headers to make template files compile (more) standalone
Diego Biurrun
2014-02-22
lavr: return an error if a avresample_open() is called on an open context
Anton Khirnov
2014-02-22
lavr: add a function for checking whether AVAudioResampleContext is open
Anton Khirnov
2014-02-08
lavr: mix front center channel as indicated in the ATSC A/52 specification.
Tim Walker
2014-02-07
arm: Add X() around all references to extern symbols
Martin Storsjö
2014-01-15
aarch64: port neon clobber test from arm
Janne Grunau
2014-01-13
x86/arm: Add clobber tests to libavresample
Martin Storsjö
2014-01-03
audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...
Anton Khirnov
2014-01-03
audio_mix: fix zeroing output channels in certain cases
Anton Khirnov
2014-01-03
audio_mix: initialize the data pointers to NULL
Anton Khirnov
2013-12-26
avutil: Move library version related macros to version.h
Diego Biurrun
2013-11-23
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-10-27
lavr: check that current_buffer is not NULL before using it
Justin Ruggles
2013-10-14
x86inc: Remove our FMA4 support
Derek Buitenhuis
2013-10-14
avresample/x86: Switch operand order for mulps
Derek Buitenhuis
2013-10-12
audio_mix: fix channel order in mix_1_to_2_fltp_flt_c
Anton Khirnov
2013-08-02
Give less generic names to global library option arrays
Diego Biurrun
2013-07-25
miscellaneous typo fixes
Diego Biurrun
2013-07-18
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-05-17
lavr doxy: add version.h to the lavr group
Anton Khirnov
2013-05-04
avresample: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-03-27
cosmetics: Remove unnecessary extern keywords from function declarations
Diego Biurrun
2013-02-23
lavr: allow setting internal_sample_fmt option by string
Justin Ruggles
2013-02-23
lavr: Add "resample_cutoff" option as a duplicate of "cutoff"
Justin Ruggles
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
[next]