Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | swr: fix #endif comment ref. | Clément Bœsch | 2011-11-17 | 1 | -1/+1 | |
| | ||||||
* | swr: replace deprecated av_set_int() with av_opt_set_int(). | Clément Bœsch | 2011-11-16 | 1 | -6/+6 | |
| | ||||||
* | swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults(). | Clément Bœsch | 2011-11-16 | 1 | -1/+1 | |
| | ||||||
* | swr: replace deprecated av_get_bits_per_sample_fmt() with ↵ | Clément Bœsch | 2011-11-16 | 1 | -3/+3 | |
| | | | | av_get_bytes_per_sample(). | |||||
* | swr: use designated initializers for the class. | Clément Bœsch | 2011-11-16 | 1 | -1/+8 | |
| | ||||||
* | swr: rename resample2 to resample. | Clément Bœsch | 2011-11-16 | 2 | -1/+1 | |
| | ||||||
* | swr: move format convert code to dedicated functions. | Clément Bœsch | 2011-11-16 | 1 | -39/+77 | |
| | | | | This should easier common case optimizations. | |||||
* | swr: set the default used_ch_count value to zero. | Clément Bœsch | 2011-11-14 | 1 | -2/+1 | |
| | | | | | | | This allows an appropriate behaviour when it is not specified (fallback to the number of input channels). Fixes Ticket523 | |||||
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 6 | -18/+44 | |
| | | | | Based on an initial work by Baptiste Coudurier. | |||||
* | swr: document how flushing works and bump minor version. | Michael Niedermayer | 2011-11-04 | 1 | -1/+3 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr-test: test flushing | Michael Niedermayer | 2011-11-04 | 1 | -1/+29 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: Support flushing last samples out. | Michael Niedermayer | 2011-11-04 | 1 | -1/+22 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | resample2: fix potential overflow | Michael Niedermayer | 2011-10-27 | 1 | -3/+2 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | resample: Fix overflow | Michael Niedermayer | 2011-10-27 | 1 | -2/+4 | |
| | | | | | Found-by: Jim Radford Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | rematrix: add parameter to tune volume | Michael Niedermayer | 2011-10-26 | 3 | -2/+15 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | rematrix: change type of integers from 16 to 32bit to allow increasing ↵ | Michael Niedermayer | 2011-10-26 | 2 | -6/+6 | |
| | | | | | | volume with it. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | rematrix: add type for coefficients | Michael Niedermayer | 2011-10-26 | 2 | -2/+5 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: Fix swresample.c:293:5: warning: passing argument 2 of ↵ | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 | |
| | | | | | | ‘fill_audiodata’ from incompatible pointer type Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: remove unused variable. | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: Fix assignment discards qualifiers from pointer target type warning. | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | resample2: Fix passing argument from incompatible pointer type warnings. | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: Mark src as const in swr_resample() | Michael Niedermayer | 2011-10-21 | 2 | -2/+2 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | rematrix: Fix several passing argument from incompatible pointer type warnings. | Michael Niedermayer | 2011-10-21 | 1 | -4/+4 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. | Clément Bœsch | 2011-10-17 | 1 | -15/+15 | |
| | ||||||
* | Do not warn about wrong channel layout if no channel layout is defined. | Carl Eugen Hoyos | 2011-10-16 | 1 | -1/+1 | |
| | ||||||
* | swresample: fix another broken indent chunk. | Clément Bœsch | 2011-10-10 | 1 | -19/+18 | |
| | | | | Also use a consistent style inside that block. | |||||
* | swresample: fix broken indent. | Clément Bœsch | 2011-10-10 | 2 | -44/+44 | |
| | ||||||
* | swresample/rematrix: show matrix with debug log level | Michael Niedermayer | 2011-10-07 | 1 | -2/+2 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swresample: use av_get_default_channel_layout instead of guess_layout | Marton Balint | 2011-10-07 | 1 | -14/+3 | |
| | | | | | Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swresample: Try to handle cases with input channel count and layout mismatching. | Michael Niedermayer | 2011-10-06 | 1 | -0/+5 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | libswresample: support directly converting sampleformats and packed/planar ↵ | Michael Niedermayer | 2011-10-06 | 2 | -0/+15 | |
| | | | | | | | | in a single pass. Previously a intermediate planar format was used when both input and output where packed. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swresample: check for invalid sample formats. | Michael Niedermayer | 2011-10-01 | 1 | -1/+9 | |
| | | | | | Bug-Found-by: Justin Ruggles Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr_test: test planar audio | Michael Niedermayer | 2011-10-01 | 1 | -12/+49 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: minor fixes to get planar audio working | Michael Niedermayer | 2011-10-01 | 1 | -10/+22 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr_test: dont test samples that have not been written | Michael Niedermayer | 2011-09-29 | 1 | -2/+2 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swresample: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -1/+0 | |
| | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | libswr/rematrix: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | libswr/rematrix: add braces to silence a warning. | Nicolas George | 2011-09-28 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | rematrix: dont use floats for int16 code. | Michael Niedermayer | 2011-09-19 | 3 | -10/+20 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | rematrix: use double during init. | Michael Niedermayer | 2011-09-19 | 1 | -2/+2 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: replace sqrt(0.5) by M_SQRT1_2 | Michael Niedermayer | 2011-09-19 | 1 | -23/+23 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | swr: fix shared lib build | Michael Niedermayer | 2011-09-19 | 2 | -1/+5 | |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||||
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 10 | -0/+1588 | |
Similar to libswscale this does resampling and format convertion, just for audio instead of video. changing sampling rate, sample formats, channel layouts and sample packing all in one with a very simple public interface. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |