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
/
libavresample
Commit message (
Expand
)
Author
Age
Files
Lines
*
aarch64: NEON optimized FIR audio resampling
Janne Grunau
2014-04-24
6
-2
/
+342
*
lavr: define ResampleContext in resample.h
Janne Grunau
2014-04-24
2
-29
/
+29
*
aarch64: NEON float to s16 audio conversion
Janne Grunau
2014-04-22
5
-0
/
+419
*
resample: remove an unneeded context variable
Anton Khirnov
2014-04-17
1
-8
/
+3
*
lavr: allocate the resampling buffer with a positive size
Anton Khirnov
2014-04-13
1
-1
/
+1
*
resample: implement flushing
Anton Khirnov
2014-04-13
1
-7
/
+39
*
resample: split linear into its own function
Anton Khirnov
2014-04-11
2
-15
/
+27
*
resample: add initial padding explicitly
Anton Khirnov
2014-04-11
2
-22
/
+36
*
resample: drop useless abs()
Anton Khirnov
2014-04-11
1
-2
/
+2
*
resample: reindent
Anton Khirnov
2014-04-11
1
-21
/
+20
*
resample: split the nearest neighbour path into a separate function pointer
Anton Khirnov
2014-04-11
2
-13
/
+25
*
resample: fix avresample_get_delay() return value
Anton Khirnov
2014-04-11
1
-1
/
+5
*
x86: Drop some unnecessary YASM ifdefs
Diego Biurrun
2014-04-04
1
-2
/
+0
*
Add missing headers to make template files compile (more) standalone
Diego Biurrun
2014-03-26
1
-0
/
+6
*
lavr: return an error if a avresample_open() is called on an open context
Anton Khirnov
2014-02-22
1
-0
/
+5
*
lavr: add a function for checking whether AVAudioResampleContext is open
Anton Khirnov
2014-02-22
3
-1
/
+14
*
lavr: mix front center channel as indicated in the ATSC A/52 specification.
Tim Walker
2014-02-08
1
-2
/
+7
*
arm: Add X() around all references to extern symbols
Martin Storsjö
2014-02-07
1
-2
/
+2
*
aarch64: port neon clobber test from arm
Janne Grunau
2014-01-15
2
-0
/
+32
*
x86/arm: Add clobber tests to libavresample
Martin Storsjö
2014-01-13
4
-0
/
+67
*
audio_mix: print (SKIP) instead of 0.0 for matrix columns removed along with ...
Anton Khirnov
2014-01-03
1
-1
/
+1
*
audio_mix: fix zeroing output channels in certain cases
Anton Khirnov
2014-01-03
1
-2
/
+5
*
audio_mix: initialize the data pointers to NULL
Anton Khirnov
2014-01-03
1
-1
/
+1
*
avutil: Move library version related macros to version.h
Diego Biurrun
2013-12-26
1
-0
/
+2
*
Add missing #includes for *INT64_MAX and *INT64_C
Diego Biurrun
2013-11-23
1
-0
/
+2
*
lavr: check that current_buffer is not NULL before using it
Justin Ruggles
2013-10-27
1
-1
/
+2
*
x86inc: Remove our FMA4 support
Derek Buitenhuis
2013-10-14
1
-9
/
+9
*
avresample/x86: Switch operand order for mulps
Derek Buitenhuis
2013-10-14
1
-1
/
+1
*
audio_mix: fix channel order in mix_1_to_2_fltp_flt_c
Anton Khirnov
2013-10-12
1
-10
/
+10
*
Give less generic names to global library option arrays
Diego Biurrun
2013-08-02
1
-2
/
+2
*
miscellaneous typo fixes
Diego Biurrun
2013-07-25
1
-1
/
+1
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
3
-24
/
+24
*
lavr doxy: add version.h to the lavr group
Anton Khirnov
2013-05-17
1
-0
/
+6
*
avresample: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
2
-3
/
+4
*
cosmetics: Remove unnecessary extern keywords from function declarations
Diego Biurrun
2013-03-27
3
-167
/
+166
*
lavr: allow setting internal_sample_fmt option by string
Justin Ruggles
2013-02-23
1
-1
/
+11
*
lavr: Add "resample_cutoff" option as a duplicate of "cutoff"
Justin Ruggles
2013-02-23
1
-0
/
+2
*
lavr: fix mixing matrix reduction when normalization is disabled
Justin Ruggles
2013-02-12
1
-0
/
+11
*
lavr: fix matrix reduction for upmixing in certain cases
Justin Ruggles
2013-02-12
1
-0
/
+10
*
lavr: cosmetics: reindent
Justin Ruggles
2013-02-12
1
-14
/
+14
*
lavr: make sure that the mix function is reset even if no mixing will be done
Justin Ruggles
2013-02-12
1
-21
/
+31
*
lavr: print out the mix matrix in ff_audio_mix_set_matrix()
Justin Ruggles
2013-02-12
1
-26
/
+29
*
lavr: always reset mix function names and pointers in mix_function_init()
Justin Ruggles
2013-01-17
1
-3
/
+4
*
lavr: call mix_function_init() in ff_audio_mix_set_matrix()
Justin Ruggles
2013-01-17
1
-5
/
+1
*
x86: lavr: add SSE2/AVX dither_int_to_float()
Justin Ruggles
2013-01-08
2
-0
/
+86
*
x86: lavr: add SSE2 quantize() for dithering
Justin Ruggles
2013-01-08
5
-0
/
+102
*
lavr: log channel conversion description for any-to-any functions
Justin Ruggles
2013-01-07
1
-2
/
+3
*
lavr: mix: reduce the mixing matrix when possible
Justin Ruggles
2013-01-07
1
-30
/
+186
*
lavr: cosmetics: reindent
Justin Ruggles
2013-01-07
1
-25
/
+28
*
lavr: add a public function for setting a custom channel map
Justin Ruggles
2013-01-07
10
-27
/
+301
[next]