index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswresample
Commit message (
Expand
)
Author
Age
Files
Lines
*
lswr: fix assert failure on unknown layouts.
Nicolas George
2013-11-03
1
-2
/
+2
*
lswr/swresample: convert ocl and icl options to AV_OPT_TYPE_CHANNEL_LAYOUT
Stefano Sabatini
2013-10-17
3
-7
/
+7
*
x86: Fix compilation with nasm on PPC & OS/2
Ronald S. Bultje
2013-10-08
2
-4
/
+2
*
swr: fix example code and doxy indent.
Clément Bœsch
2013-09-29
1
-2
/
+2
*
swresample: replace 2 av_free() by av_freep()
Michael Niedermayer
2013-09-16
2
-2
/
+2
*
swr/rematrix: Fix handling of AV_CH_LAYOUT_STEREO_DOWNMIX output
Michael Niedermayer
2013-08-20
1
-3
/
+5
*
swr: clean layouts before checking sanity
Michael Niedermayer
2013-08-20
1
-1
/
+2
*
swresample: fix negative rematrix volumns
Michael Niedermayer
2013-07-22
1
-1
/
+1
*
swresample: Make rematrix maxvalue user settable
Michael Niedermayer
2013-07-22
4
-3
/
+14
*
cosmetics: Fix "dont" "wont" "doesnt" typos
Timothy Gu
2013-06-29
1
-2
/
+2
*
swresample/x86/audio_convert: add emms to CONV
Michael Niedermayer
2013-06-18
1
-0
/
+5
*
swresample/rematrix_template: Fix integer overflow in mix8to2
Michael Niedermayer
2013-06-10
1
-1
/
+1
*
swresample/rematrix_template: Fix integer overflow in mix6to2
Michael Niedermayer
2013-06-10
1
-1
/
+1
*
swr: dont treat 32 and 24 as equal in simple copy check
Michael Niedermayer
2013-06-05
1
-1
/
+2
*
swr: set scale for 32->32/24 dither
Michael Niedermayer
2013-06-05
1
-0
/
+1
*
swresample: set flags & description and add documentation for output_sample_bits
Paul B Mahol
2013-06-04
1
-1
/
+1
*
swr: Fix dithering of s16 with SIMD
Michael Niedermayer
2013-06-04
1
-1
/
+1
*
swr: add native_simd_one
Michael Niedermayer
2013-06-04
3
-0
/
+7
*
swresample/rematrix: add S32 mixing code
Michael Niedermayer
2013-06-04
2
-0
/
+21
*
wresample/rematrix_template: fix internal types
Michael Niedermayer
2013-06-04
1
-7
/
+7
*
swr/rematrix: use av_calloc()
Michael Niedermayer
2013-04-15
1
-3
/
+3
*
buildsys: only include log2_tab per library for shared builds
Michael Niedermayer
2013-03-04
1
-1
/
+1
*
soxr: libsoxr 0.1.1 support
Rob Sykes
2013-03-01
1
-0
/
+4
*
swr: make the default of nopts for first_pts actually work
Michael Niedermayer
2013-02-25
1
-1
/
+6
*
swr: support a seperate output sample bits.
Michael Niedermayer
2013-02-24
3
-0
/
+5
*
swr: add duplicate cutoff for compatibility
Michael Niedermayer
2013-02-24
1
-0
/
+4
*
swr: check channel layouts before using them.
Michael Niedermayer
2013-02-13
1
-0
/
+10
*
swr: Dont use floats for S32->S32 when possible
Michael Niedermayer
2013-02-04
1
-0
/
+5
*
swr: reorder init code to make rematrix status available earlier
Michael Niedermayer
2013-02-04
1
-27
/
+27
*
swr-test: Fix clip to 32bit
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/resample: fix integer overflow, add missing cast
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/resample: fix filter rounding and cliping for s32
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/ build_filter: use av_calloc() fix buffer overflow
Michael Niedermayer
2013-01-27
1
-1
/
+1
*
swr: limit phase_shift to a less insane value.
Michael Niedermayer
2013-01-27
1
-1
/
+1
*
swr: support first_pts
Michael Niedermayer
2013-01-21
2
-1
/
+12
*
swr: fix "may be used uninitialized in this function" warnings
Michael Niedermayer
2013-01-20
1
-1
/
+2
*
swr/dither: fix division by 0
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
swr: fix handling of timestamps that cause multiple drops or silence injections
Michael Niedermayer
2013-01-13
1
-1
/
+1
*
swr: limit buffer size for silence injection
Michael Niedermayer
2013-01-13
1
-0
/
+7
*
swr: limit buffer size for discarding.
Michael Niedermayer
2013-01-13
1
-5
/
+8
*
swr: move silence buffer to context to avoid per use malloc/free
Michael Niedermayer
2013-01-13
2
-9
/
+9
*
swr: move buffer used to discard sample to context
Michael Niedermayer
2013-01-13
2
-6
/
+6
*
swr: work with 4 noise shaping coeffs at a time
Michael Niedermayer
2013-01-12
1
-1
/
+10
*
swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below
Michael Niedermayer
2013-01-12
1
-0
/
+1
*
swr: use a local variable for ns_coeffs
Michael Niedermayer
2013-01-12
1
-1
/
+2
*
swr: use local variable for ns_errors
Michael Niedermayer
2013-01-12
1
-2
/
+3
*
swr: minor simplification for the noise shaping pos update
Michael Niedermayer
2013-01-12
1
-1
/
+1
*
swr: check that allocation of in/out_convert succeeded
Michael Niedermayer
2013-01-10
1
-0
/
+2
*
swr: Use a temporary buffer for dither/Noise shaping when the input is read only
Michael Niedermayer
2013-01-10
3
-14
/
+20
*
swr: mark noise data for noise shaping as const
Michael Niedermayer
2013-01-10
2
-5
/
+5
[next]