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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0
/
+5
*
lavr: check that current_buffer is not NULL before using it
Justin Ruggles
2013-10-27
1
-1
/
+2
*
lavr: add a public function for setting a custom channel map
Justin Ruggles
2013-01-07
1
-10
/
+146
*
lavr: typedef internal structs in internal.h
Justin Ruggles
2013-01-07
1
-1
/
+4
*
lavr: add option for dithering during sample format conversion to s16
Justin Ruggles
2012-12-19
1
-4
/
+6
*
lavr: fix segfault due to overlooked change needed in 14758e3
Justin Ruggles
2012-12-12
1
-1
/
+1
*
lavr: temporarily store custom matrix in AVAudioResampleContext
Justin Ruggles
2012-12-11
1
-5
/
+66
*
lavr: do not pass consumed samples as a parameter to ff_audio_resample()
Justin Ruggles
2012-11-27
1
-2
/
+1
*
lavr: do not pass sample count as a parameter to ff_audio_convert()
Justin Ruggles
2012-11-27
1
-5
/
+4
*
lavr: fix the decision for writing directly to the output buffer
Justin Ruggles
2012-11-17
1
-4
/
+5
*
lavr: change the type of the data buffers to uint8_t**.
Anton Khirnov
2012-10-05
1
-4
/
+4
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
lavr: fix handling of custom mix matrices
Justin Ruggles
2012-08-04
1
-3
/
+2
*
lavr: add x86-optimized mixing functions
Justin Ruggles
2012-07-27
1
-3
/
+4
*
lavr: resampling: add support for s32p, fltp, and dblp internal sample formats
Justin Ruggles
2012-07-08
1
-1
/
+21
*
lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format
Justin Ruggles
2012-07-08
1
-11
/
+16
*
lavr: do not try to copy to uninitialized output audio data.
Anton Khirnov
2012-05-09
1
-1
/
+2
*
lavr: make avresample_read() with NULL output discard samples.
Anton Khirnov
2012-05-09
1
-0
/
+2
*
Add libavresample
Justin Ruggles
2012-04-24
1
-0
/
+405