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-05-28
avresample: Add avresample_get_out_samples
Luca Barbato
2014-05-13
build: handle library dependencies in configure
Janne Grunau
2014-04-24
aarch64: NEON optimized FIR audio resampling
Janne Grunau
2014-04-24
lavr: define ResampleContext in resample.h
Janne Grunau
2014-04-22
aarch64: NEON float to s16 audio conversion
Janne Grunau
2014-04-17
resample: remove an unneeded context variable
Anton Khirnov
2014-04-13
lavr: allocate the resampling buffer with a positive size
Anton Khirnov
2014-04-13
resample: implement flushing
Anton Khirnov
2014-04-11
resample: split linear into its own function
Anton Khirnov
2014-04-11
resample: add initial padding explicitly
Anton Khirnov
2014-04-11
resample: drop useless abs()
Anton Khirnov
2014-04-11
resample: reindent
Anton Khirnov
2014-04-11
resample: split the nearest neighbour path into a separate function pointer
Anton Khirnov
2014-04-11
resample: fix avresample_get_delay() return value
Anton Khirnov
2014-04-04
x86: Drop some unnecessary YASM ifdefs
Diego Biurrun
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
[next]