index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavresample
Commit message (
Expand
)
Author
Age
Files
Lines
*
avresample: Document avresample_open() a little better
Luca Barbato
2015-11-05
1
-0
/
+4
*
avresample: Remove an unused variable
Ganesh Ajjanagadde
2015-09-29
1
-1
/
+0
*
lavr: Remove unreachable code
Vittorio Giovara
2015-09-13
1
-4
/
+1
*
lavr: Remove unused label
Vittorio Giovara
2015-08-31
1
-1
/
+0
*
Bump major versions of all libraries
Vittorio Giovara
2015-08-28
1
-2
/
+2
*
lavr: Drop deprecated context reinitialization if resampling was not enabled
Vittorio Giovara
2015-08-28
2
-58
/
+0
*
x86inc: Drop SECTION_TEXT macro
Henrik Gramner
2015-08-11
3
-3
/
+3
*
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-05-31
3
-4
/
+8
*
avresample: Reallocate the internal buffer to the correct size
Luca Barbato
2015-04-28
1
-1
/
+3
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
4
-42
/
+42
*
libavresample: NEON optimized FIR audio resampling
Peter Meerwald
2015-02-21
6
-2
/
+470
*
libavresample: Annotate AARCH64 init function with av_cold
Peter Meerwald
2015-02-20
1
-2
/
+2
*
avresample: Make sure the even check does not overflow
Luca Barbato
2014-10-18
1
-1
/
+1
*
avresample: prevent theoretical division by zero
Vittorio Giovara
2014-10-18
1
-1
/
+4
*
lavr: Update the planar check in ff_audio_convert
Luca Barbato
2014-08-17
1
-2
/
+2
*
avresample: Introduce AVFrame-based API
Luca Barbato
2014-08-10
3
-1
/
+200
*
Bump major versions of all libraries.
Anton Khirnov
2014-08-09
1
-2
/
+2
*
Postpone API-incompatible changes until the next bump.
Anton Khirnov
2014-08-09
1
-1
/
+1
*
lavr: Do not change the sample format for mono audio
Justin Ruggles
2014-08-03
4
-12
/
+16
*
avresample: Add avresample_get_out_samples
Luca Barbato
2014-05-28
3
-8
/
+39
*
build: handle library dependencies in configure
Janne Grunau
2014-05-13
1
-1
/
+0
*
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
[next]