Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libswr: allow to set custom matrices. | Nicolas George | 2012-02-20 | 4 | -11/+57 |
| | |||||
* | libswresample: introduce int swr_set_compensation() instead of void ↵ | Marton Balint | 2012-01-09 | 2 | -6/+22 |
| | | | | | | | | | | swr_compensate() The new version returns AVERROR(EINVAL) is the specified paramters are invalid, and also creates the resampler if none was used so far. Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | indeo4, swresample: add some missing static/const to tables. | Reimar Döffinger | 2012-01-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> | ||||
* | swr: fix swresample_version() | Michael Niedermayer | 2011-12-23 | 2 | -1/+5 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | libswresample.v: add swresample* for cmdutils.c | Michael Niedermayer | 2011-12-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 2 | -1/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr: add swresample_version swresample_configuration and swresample_license | Michael Niedermayer | 2011-12-22 | 2 | -0/+31 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr: fix assert failure | Michael Niedermayer | 2011-12-20 | 1 | -1/+6 |
| | | | | | | | Bug found by: Oana Stratulat GCI-id: 7211207 Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ulti: Fix invalid reads lavf: dealloc private options in av_write_trailer yadif: support 10bit YUV vc1: mark with ER_MB_ERROR bits overconsumption lavc: introduce ER_MB_END and ER_MB_ERROR error_resilience: use the ER_ namespace build: move inclusion of subdir.mak to main subdir loop rv34: NEON optimised 4x4 dequant rv34: move 4x4 dequant to RV34DSPContext aacdec: Use intfloat.h rather than local punning union. Conflicts: libavcodec/h264.c libavcodec/vc1dec.c libavfilter/vf_yadif.c libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test: drop one const, silence most const qualifer warnings. | Michael Niedermayer | 2011-12-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr-test_: Fix mixed declaration and statements: | Michael Niedermayer | 2011-12-03 | 1 | -3/+4 |
| | | | | | | | swresample_test.c:123:21: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] swresample_test.c:127:25: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | 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 |
| | | | | | If the sample format is invalid, av_get_sample_fmt_name() will always return NULL. | ||||
* | 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 |
| | | | | | | | The number of used channels need to be reset to zero when swr_alloc_set_opts() is called successive times. This is a regression introduced in c8136ebd. | ||||
* | swr: change minimum I/O channel count to zero. | Clément Bœsch | 2011-11-20 | 1 | -2/+2 |
| | | | | | This will silence the warning of av_set_opt_int() in swr for input/output channels when the layout is not yet defined (or supported). | ||||
* | swr: doxument matrix fields. | Michael Niedermayer | 2011-11-17 | 1 | -3/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | 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 |
| | | | | This type/struct is not part of the public API. | ||||
* | swr: make audio convert code explicitely private. | Clément Bœsch | 2011-11-17 | 4 | -35/+35 |
| | | | | Only what's declared in libswresample/swresample.h is public. | ||||
* | 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> |