| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: fix swresample_version() | Michael Niedermayer | 2011-12-23 | 1 | -1/+1 |
* | swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 1 | -0/+1 |
* | swr: add swresample_version swresample_configuration and swresample_license | Michael Niedermayer | 2011-12-22 | 1 | -0/+16 |
* | swr: fix assert failure | Michael Niedermayer | 2011-12-20 | 1 | -1/+6 |
* | 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 | 1 | -4/+4 |
* | 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: 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 | 1 | -3/+8 |
* | 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: correctly raise rematrix AVERROR. | Clément Bœsch | 2011-11-17 | 1 | -2/+2 |
* | 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 | 1 | -3/+4 |
* | swr: use "swri_" prefix instead of "swr_" for the private API. | Clément Bœsch | 2011-11-17 | 1 | -8/+8 |
* | swr: make audio convert code explicitely private. | Clément Bœsch | 2011-11-17 | 1 | -15/+15 |
* | 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 av_get_bytes_per_sa... | Clément Bœsch | 2011-11-16 | 1 | -3/+3 |
* | swr: use designated initializers for the class. | Clément Bœsch | 2011-11-16 | 1 | -1/+8 |
* | swr: set the default used_ch_count value to zero. | Clément Bœsch | 2011-11-14 | 1 | -2/+1 |
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -9/+23 |
* | swr: Support flushing last samples out. | Michael Niedermayer | 2011-11-04 | 1 | -1/+22 |
* | rematrix: add parameter to tune volume | Michael Niedermayer | 2011-10-26 | 1 | -1/+2 |
* | swr: Fix swresample.c:293:5: warning: passing argument 2 of ‘fill_audiodata... | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
* | swr: remove unused variable. | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
* | 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: use av_get_default_channel_layout instead of guess_layout | Marton Balint | 2011-10-07 | 1 | -14/+3 |
* | swresample: Try to handle cases with input channel count and layout mismatching. | Michael Niedermayer | 2011-10-06 | 1 | -0/+5 |
* | libswresample: support directly converting sampleformats and packed/planar in... | Michael Niedermayer | 2011-10-06 | 1 | -0/+14 |
* | swresample: check for invalid sample formats. | Michael Niedermayer | 2011-10-01 | 1 | -1/+9 |
* | swr: minor fixes to get planar audio working | Michael Niedermayer | 2011-10-01 | 1 | -10/+22 |
* | swresample: remove unused variable. | Nicolas George | 2011-09-28 | 1 | -1/+0 |
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -0/+432 |