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
/
libswresample
Age
Commit message (
Expand
)
Author
2015-04-05
swr/resample: use av_clip functions
James Almer
2015-03-30
swresample/swresample: Use av_mallocz_array()
Michael Niedermayer
2015-03-14
swresample/resample: Fix undefined shifts
Michael Niedermayer
2015-02-27
swresample: Add prefix to soxr_resampler
Michael Niedermayer
2015-02-21
swresample: add av_cold to init functions
Michael Niedermayer
2015-02-17
swresample/resample_template: Add () to protect the arguments of the OUT() macro
Michael Niedermayer
2015-02-16
swresample/swresample-test: Add () to protect uint_rand() argument
Michael Niedermayer
2015-02-15
x86/swr: make pack_8ch functions work with compilers without aligned stack
James Almer
2015-02-09
swresample/x86/rematrix_init: Check av_malloc* return codes, forward errors
Michael Niedermayer
2015-02-09
swresample/x86/rematrix_init: Use av_mallocz_array()
Michael Niedermayer
2015-02-02
swresample: Use int instead of enum for fields which are accessed through AVO...
Michael Niedermayer
2015-02-01
swresample/dither: Cleanup number suffixes
Michael Niedermayer
2015-01-27
swresample_internal.h: Move struct declaration before first use.
Reimar Döffinger
2015-01-12
x86/swr: add SSE/AVX unpack_6ch functions
James Almer
2015-01-11
x86/swr: load constants outside the loop in pack_6ch functions
James Almer
2014-12-31
x86/swr: disable pack_8ch functions on msvc/icl x86_32
James Almer
2014-12-31
x86/swr: add missing alignment check to pack_6ch functions
James Almer
2014-12-30
x86/swr: add SSE2/AVX pack_8ch functions
James Almer
2014-12-19
Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
2014-12-13
swresample/soxr_resample: fix error handling
Rob Sykes
2014-11-07
x86/swr: add ff_float_to_int32_a_avx2
James Almer
2014-11-06
x86/swr: replace sse4 instructions in pack_6ch with sse ones
James Almer
2014-11-04
swresample: Fix swr_drop_output so it does not flush the buffers
Michael Niedermayer
2014-10-16
swresample/resample: fix invert_initial_buffer() after flush
Michael Niedermayer
2014-10-16
swresample: do not put multiple statements in one line
Michael Niedermayer
2014-10-08
swresample/audioconvert: Fix undefined behavior (left shift of negative value)
Michael Niedermayer
2014-10-06
swresample/swresample: replace always true if() by av_assert0()
Michael Niedermayer
2014-10-06
swresample/swresample: fix sample drop loop end condition
Michael Niedermayer
2014-09-07
libswresample: move condition to start of loop.
Reimar Döffinger
2014-09-07
Remove pointless if.
Reimar Döffinger
2014-09-07
libswresample: Avoid needlessly large on-stack array.
Reimar Döffinger
2014-08-27
swr: aarch64 audio_convert and neon clobber test
Michael Niedermayer
2014-08-16
swresample: Add AVFrame based API
Michael Niedermayer
2014-08-11
swresample: check av_opt_set for failure in swr_alloc_set_opts()
Michael Niedermayer
2014-08-11
swresample: document the need to configure the context using AVOptions
Luca Barbato
2014-08-10
bump libpostproc and libswresample
Michael Niedermayer
2014-08-10
swresample-test: make it independant of the internal SWR_CH_MAX
Michael Niedermayer
2014-08-04
swresample/swresample: Treat mono as planar
Michael Niedermayer
2014-07-12
fix spelling errors
Andreas Cadhalpun
2014-07-12
swresample/libswresample.v: hide ff_*
Michael Niedermayer
2014-07-08
swresample: misc. doxy improvements
Timothy Gu
2014-07-06
swresample: organize functions into doxy groups
Timothy Gu
2014-07-06
swresample: better doxy for configuration-returning functions
Timothy Gu
2014-07-06
swresample: improve Doxygen introduction
Timothy Gu
2014-07-06
swresample: add SwrContext doxy
Timothy Gu
2014-07-06
swresample: add SwrDitherType doxy
Timothy Gu
2014-07-06
swresample: group all the option constants in a section in doxy
Timothy Gu
2014-07-06
swresample: grammar/capitalization fixes
Timothy Gu
2014-07-06
swresample: split option table to a separate file
Timothy Gu
2014-07-04
x86/swr: use lavu helper macros to check CPU extensions
James Almer
[next]