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
/
libswresample
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr-test: test the new flexible buffering
Michael Niedermayer
2012-03-25
1
-1
/
+24
*
swr: realloc_audio: support packed audio buffers
Michael Niedermayer
2012-03-25
1
-1
/
+1
*
swr: More flexible and convenient buffering
Michael Niedermayer
2012-03-25
2
-41
/
+105
*
swr: fix segfault when 0 out size is used.
Michael Niedermayer
2012-03-25
1
-1
/
+1
*
swr: revert stray hunk
Michael Niedermayer
2012-03-25
1
-5
/
+0
*
resample: Fix boundary handling with fragments.
Michael Niedermayer
2012-03-25
1
-4
/
+4
*
swr: Fix partial flushing.
Michael Niedermayer
2012-03-25
1
-2
/
+2
*
swr: test partial flushing
Michael Niedermayer
2012-03-25
1
-2
/
+25
*
swr: allow flushing in multiple steps if the output is too small.
Michael Niedermayer
2012-03-25
2
-11
/
+15
*
swr: fix compilation failure with old versions of gcc.
Michael Niedermayer
2012-03-25
1
-2
/
+2
*
swr: drop SWR_CH_MAX with the next major ABI bump
Michael Niedermayer
2012-03-24
1
-0
/
+2
*
swr: dont use SWR_CH_MAX in the public function declaration.
Michael Niedermayer
2012-03-24
1
-3
/
+3
*
swr: make SwrContext a typedef.
Michael Niedermayer
2012-03-24
1
-2
/
+2
*
swresample: support up to 32 channels
Michael Niedermayer
2012-03-24
1
-2
/
+2
*
swr: check that there is enough information to do rematrixing when needed.
Michael Niedermayer
2012-03-23
1
-0
/
+5
*
cosmetics: fix some typos
Lou Logan
2012-03-13
1
-1
/
+1
*
swr: special case for empty channels in rematrix.
Nicolas George
2012-03-07
1
-0
/
+3
*
Exit ffmpeg if swr_convert() fails.
Carl Eugen Hoyos
2012-02-27
1
-1
/
+1
*
libswr: allow to set custom matrices.
Nicolas George
2012-02-20
4
-11
/
+57
*
libswresample: introduce int swr_set_compensation() instead of void swr_compe...
Marton Balint
2012-01-09
2
-6
/
+22
*
indeo4, swresample: add some missing static/const to tables.
Reimar Döffinger
2012-01-08
1
-1
/
+1
*
swr: fix swresample_version()
Michael Niedermayer
2011-12-23
2
-1
/
+5
*
libswresample.v: add swresample* for cmdutils.c
Michael Niedermayer
2011-12-22
1
-1
/
+1
*
swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100
Michael Niedermayer
2011-12-22
2
-1
/
+2
*
swr: add swresample_version swresample_configuration and swresample_license
Michael Niedermayer
2011-12-22
2
-0
/
+31
*
swr: fix assert failure
Michael Niedermayer
2011-12-20
1
-1
/
+6
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-13
1
-2
/
+0
*
swr-test: drop one const, silence most const qualifer warnings.
Michael Niedermayer
2011-12-03
1
-1
/
+1
*
swr-test_: Fix mixed declaration and statements:
Michael Niedermayer
2011-12-03
1
-3
/
+4
*
swr: handle correctly muted channel with u8 sample fmt.
Clément Bœsch
2011-11-29
1
-3
/
+5
*
swr: fix invalid sample format message.
Clément Bœsch
2011-11-24
1
-2
/
+2
*
swr: use native planar sample formats.
Clément Bœsch
2011-11-24
3
-21
/
+20
*
swr: fix test program.
Clément Bœsch
2011-11-24
1
-0
/
+1
*
swr: change minimum I/O channel count to zero.
Clément Bœsch
2011-11-20
1
-2
/
+2
*
swr: doxument matrix fields.
Michael Niedermayer
2011-11-17
1
-3
/
+3
*
swr: move code to avoid resample forward declaration.
Clément Bœsch
2011-11-17
1
-93
/
+91
*
swr: introduce a public function to customize the channel mapping.
Clément Bœsch
2011-11-17
3
-9
/
+22
*
swr: use av_opt_set_int() instead of manual assignments in swr_alloc_set_opts().
Clément Bœsch
2011-11-17
1
-4
/
+3
*
swr: surround mixing is obviously used, fix comment.
Clément Bœsch
2011-11-17
1
-1
/
+1
*
swr: doxycomment public API.
Clément Bœsch
2011-11-17
1
-13
/
+48
*
swr: correctly raise rematrix AVERROR.
Clément Bœsch
2011-11-17
1
-2
/
+2
*
swr: fix "control reaches end of non-void function" compiler warning.
Clément Bœsch
2011-11-17
1
-1
/
+1
*
swr: bump minor version.
Clément Bœsch
2011-11-17
1
-1
/
+1
*
swr: use int16_t instead of short for resampling.
Clément Bœsch
2011-11-17
2
-3
/
+3
*
swr: start doxycommenting the API.
Clément Bœsch
2011-11-17
1
-34
/
+41
*
swr: make swr_* functions match the prototypes.
Clément Bœsch
2011-11-17
1
-6
/
+6
*
swr: rename swr_alloc2() to swr_alloc_set_opts().
Clément Bœsch
2011-11-17
3
-12
/
+14
*
swr: use "swri_" prefix instead of "swr_" for the private API.
Clément Bœsch
2011-11-17
4
-22
/
+22
*
swr: drop 'AV' prefix from ResampleContext.
Clément Bœsch
2011-11-17
2
-14
/
+14
*
swr: make audio convert code explicitely private.
Clément Bœsch
2011-11-17
4
-35
/
+35
[next]