git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
swresample: split option table to a separate file
[ffmpeg.git]
/
libswresample
/
2014-07-06
Timothy Gu
swresample: split option table to a separate file
tree
|
commitdiff
2014-07-04
James Almer
x86/swr: use lavu helper macros to check CPU extensions
tree
|
commitdiff
2014-07-04
James Almer
x86/swr: split audioconvert and rematrix DSP into separ...
tree
|
commitdiff
2014-07-03
James Almer
swr: initialize only the necessary resample dsp functions
tree
|
commitdiff
2014-07-02
James Almer
swr: rename swresample_dsp init functions to swri_resam...
tree
|
commitdiff
2014-07-02
James Almer
swr: remove obsolete resample prototypes
tree
|
commitdiff
2014-07-02
James Almer
Partially revert "swr: add prototypes for resample...
tree
|
commitdiff
2014-07-01
James Almer
x86/swr: add ff_resample_{common, linear}_int16_xop
tree
|
commitdiff
2014-07-01
James Almer
x86/swr: add ff_resample_{common, linear}_float_fma
tree
|
commitdiff
2014-07-01
James Almer
x86/swr: convert resample_{common, linear}_double_sse2...
tree
|
commitdiff
2014-06-30
Ronald S. Bultje
swr: convert resample_common/linear_int16_mmx2/sse2...
tree
|
commitdiff
2014-06-30
Michael Niedermayer
swresample/resample_template: move division out of...
tree
|
commitdiff
2014-06-29
Michael Niedermayer
swresample/resample_template: flip order of operations...
tree
|
commitdiff
2014-06-28
Ronald S. Bultje
swr: rewrite resample_common/linear_float_sse/avx in...
tree
|
commitdiff
2014-06-28
Ronald S. Bultje
swr: move dst_size == 0 handling outside DSP function.
tree
|
commitdiff
2014-06-22
Ronald S. Bultje
swr: remove another forgotten division in DSP function.
tree
|
commitdiff
2014-06-18
Ronald S. Bultje
swr: remove div/mod from DSP functions.
tree
|
commitdiff
2014-06-18
Michael Niedermayer
swresample/audioconvert: fix () in FMT_PAIR_FUNC()
tree
|
commitdiff
2014-06-15
Ronald S. Bultje
swr: reindent.
tree
|
commitdiff
2014-06-15
Ronald S. Bultje
swr: compile mmx2 s16p functions only on x86-32.
tree
|
commitdiff
2014-06-14
James Almer
swr: add prototypes for resample dsp functions
tree
|
commitdiff
2014-06-14
Ronald S. Bultje
swr: remove obsolete function prototypes.
tree
|
commitdiff
2014-06-14
Ronald S. Bultje
swr: split out DSP functions.
tree
|
commitdiff
2014-06-14
Michael Niedermayer
swresample/resample: replace assert by av_assert
tree
|
commitdiff
2014-06-14
Ronald S. Bultje
swr: handle initial negative sample index outside DSP...
tree
|
commitdiff
2014-06-14
Ronald S. Bultje
swr: remove unnecessary assignment.
tree
|
commitdiff
2014-06-09
Ronald S. Bultje
swr: handle 64bit overflow check in multiple_resample().
tree
|
commitdiff
2014-06-03
Lou Logan
fix various typos
tree
|
commitdiff
2014-06-02
Ronald S. Bultje
swr: move compensation_distance handling to swri_resamp...
tree
|
commitdiff
2014-06-01
Michael Niedermayer
swr/resample_template: prevent end_index from overflowi...
tree
|
commitdiff
2014-06-01
Ronald S. Bultje
Rewrite main resampling loop (common and linear).
tree
|
commitdiff
2014-05-16
James Almer
swresample: add swri_resample_float_avx
tree
|
commitdiff
2014-05-15
Michael Niedermayer
swresample: swr_close()
tree
|
commitdiff
2014-05-07
Matt Oliver
inline asm: fix arrays as named constraints.
tree
|
commitdiff
2014-05-06
James Almer
swresample/resample: add missing xmm clobbers
tree
|
commitdiff
2014-04-28
Michael Niedermayer
Fix convertion typos
tree
|
commitdiff
2014-04-25
James Almer
swresample: add swri_resample_double_sse2
tree
|
commitdiff
2014-04-23
Michael Niedermayer
swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX input
tree
|
commitdiff
2014-04-15
Michael Niedermayer
swresample/resample_template: try to consider src_size...
tree
|
commitdiff
2014-04-14
Michael Niedermayer
swresample/resample: simplify index/consumed calculatio...
tree
|
commitdiff
2014-04-14
Michael Niedermayer
swresample/resample: Fix fractional part of index in...
tree
|
commitdiff
2014-04-07
Michael Niedermayer
swresample/resample: use av_malloc_array() where approp...
tree
|
commitdiff
2014-04-07
Michael Niedermayer
swresample/dither: use av_malloc_array()
tree
|
commitdiff
2014-04-07
Michael Niedermayer
swresample/resample: Limit filter length
tree
|
commitdiff
2014-03-24
James Almer
swresample/resample: sse float linear interpolation
tree
|
commitdiff
2014-03-24
James Almer
swresample/resample: mmx2/sse2 int16 linear interpolation
tree
|
commitdiff
2014-03-20
James Almer
swresample: add swri_resample_float_sse
tree
|
commitdiff
2014-03-18
Matt Oliver
Automatically change MANGLE() into named inline asm...
tree
|
commitdiff
2014-03-18
James Almer
swresample: reuse COMMON_CORE asm where possible
tree
|
commitdiff
2014-03-18
James Almer
swresample: change COMMON_CORE_INT16 asm from SSSE3...
tree
|
commitdiff
2014-02-24
Michael Niedermayer
swr: check that the context for swr_convert() has been...
tree
|
commitdiff
2014-02-24
Michael Niedermayer
swresample: add swr_is_initialized()
tree
|
commitdiff
2014-02-22
Michael Niedermayer
swresample: factorize clear_context() out
tree
|
commitdiff
2014-02-17
Reimar Döffinger
Fix libswresample compilation with Apple Neon assembler.
tree
|
commitdiff
2014-01-18
Martin Storsjö
swresample: Add arm&x86 clobber tests
tree
|
commitdiff
2013-12-31
Reimar Döffinger
Avoid using empty macro arguments.
tree
|
commitdiff
2013-12-26
Stefano Sabatini
lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value...
tree
|
commitdiff
2013-12-05
James Almer
Add Windows resource file support for shared libraries
tree
|
commitdiff
2013-12-04
Michael Niedermayer
swresample: use the internal buffer for resampling...
tree
|
commitdiff
2013-11-03
Nicolas George
lswr: fix assert failure on unknown layouts.
tree
|
commitdiff
2013-10-17
Stefano Sabatini
lswr/swresample: convert ocl and icl options to AV_OPT_...
tree
|
commitdiff
2013-10-08
Ronald S. Bultje
x86: Fix compilation with nasm on PPC & OS/2
tree
|
commitdiff
2013-09-29
Clément Bœsch
swr: fix example code and doxy indent.
tree
|
commitdiff
2013-09-16
Michael Niedermayer
swresample: replace 2 av_free() by av_freep()
tree
|
commitdiff
2013-08-20
Michael Niedermayer
swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNM...
tree
|
commitdiff
2013-08-20
Michael Niedermayer
swr: clean layouts before checking sanity
tree
|
commitdiff
2013-07-22
Michael Niedermayer
swresample: fix negative rematrix volumns
tree
|
commitdiff
2013-07-22
Michael Niedermayer
swresample: Make rematrix maxvalue user settable
tree
|
commitdiff
2013-06-29
Timothy Gu
cosmetics: Fix "dont" "wont" "doesnt" typos
tree
|
commitdiff
2013-06-18
Michael Niedermayer
swresample/x86/audio_convert: add emms to CONV
tree
|
commitdiff
2013-06-10
Michael Niedermayer
swresample/rematrix_template: Fix integer overflow...
tree
|
commitdiff
2013-06-10
Michael Niedermayer
swresample/rematrix_template: Fix integer overflow...
tree
|
commitdiff
2013-06-05
Michael Niedermayer
swr: dont treat 32 and 24 as equal in simple copy check
tree
|
commitdiff
2013-06-05
Michael Niedermayer
swr: set scale for 32->32/24 dither
tree
|
commitdiff
2013-06-04
Paul B Mahol
swresample: set flags & description and add documentati...
tree
|
commitdiff
2013-06-04
Michael Niedermayer
swr: Fix dithering of s16 with SIMD
tree
|
commitdiff
2013-06-04
Michael Niedermayer
swr: add native_simd_one
tree
|
commitdiff
2013-06-04
Michael Niedermayer
swresample/rematrix: add S32 mixing code
tree
|
commitdiff
2013-06-04
Michael Niedermayer
wresample/rematrix_template: fix internal types
tree
|
commitdiff
2013-04-15
Michael Niedermayer
swr/rematrix: use av_calloc()
tree
|
commitdiff
2013-03-04
Michael Niedermayer
buildsys: only include log2_tab per library for shared...
tree
|
commitdiff
2013-03-01
Rob Sykes
soxr: libsoxr 0.1.1 support
tree
|
commitdiff
2013-02-25
Michael Niedermayer
swr: make the default of nopts for first_pts actually...
tree
|
commitdiff
2013-02-24
Michael Niedermayer
swr: support a seperate output sample bits.
tree
|
commitdiff
2013-02-24
Michael Niedermayer
swr: add duplicate cutoff for compatibility
tree
|
commitdiff
2013-02-13
Michael Niedermayer
swr: check channel layouts before using them.
tree
|
commitdiff
2013-02-04
Michael Niedermayer
swr: Dont use floats for S32->S32 when possible
tree
|
commitdiff
2013-02-04
Michael Niedermayer
swr: reorder init code to make rematrix status availabl...
tree
|
commitdiff
2013-02-04
Michael Niedermayer
swr-test: Fix clip to 32bit
tree
|
commitdiff
2013-02-04
Michael Niedermayer
swr/resample: fix integer overflow, add missing cast
tree
|
commitdiff
2013-02-04
Michael Niedermayer
swr/resample: fix filter rounding and cliping for s32
tree
|
commitdiff
2013-01-27
Michael Niedermayer
swr/ build_filter: use av_calloc() fix buffer overflow
tree
|
commitdiff
2013-01-27
Michael Niedermayer
swr: limit phase_shift to a less insane value.
tree
|
commitdiff
2013-01-20
Michael Niedermayer
swr: support first_pts
tree
|
commitdiff
2013-01-20
Michael Niedermayer
swr: fix "may be used uninitialized in this function...
tree
|
commitdiff
2013-01-14
Michael Niedermayer
swr/dither: fix division by 0
tree
|
commitdiff
2013-01-13
Michael Niedermayer
swr: fix handling of timestamps that cause multiple...
tree
|
commitdiff
2013-01-13
Michael Niedermayer
swr: limit buffer size for silence injection
tree
|
commitdiff
2013-01-13
Michael Niedermayer
swr: limit buffer size for discarding.
tree
|
commitdiff
2013-01-13
Michael Niedermayer
swr: move silence buffer to context to avoid per use...
tree
|
commitdiff
next