| Commit message (Expand) | Author | Age | Files | Lines |
* | swr: update copyright years of a few files iam working on | Michael Niedermayer | 2013-01-09 | 1 | -1/+1 |
* | swr: Implement Noise shaping dither | Michael Niedermayer | 2013-01-09 | 1 | -0/+9 |
* | swr/doxy: fix missing quote in code example. | Clément Bœsch | 2012-12-16 | 1 | -2/+2 |
* | swr: Add SOX resampler support | Rob Sykes | 2012-12-11 | 1 | -0/+1 |
* | swr: Add API to make resample engine selectable. | Rob Sykes | 2012-12-11 | 1 | -0/+6 |
* | doxy: fix swr group name | Michael Niedermayer | 2012-12-11 | 1 | -0/+1 |
* | lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options | Stefano Sabatini | 2012-12-03 | 1 | -2/+2 |
* | swr: include stdint.h instead of inttypes.h. | Clément Bœsch | 2012-11-20 | 1 | -1/+1 |
* | swr: fix a few typo in the public header. | Clément Bœsch | 2012-11-20 | 1 | -5/+5 |
* | swr-doxy: elaborate on swr_get_delay() and the timebase | Michael Niedermayer | 2012-11-20 | 1 | -0/+4 |
* | swr: general doxy text about swr and example code. | Michael Niedermayer | 2012-11-20 | 1 | -2/+72 |
* | lswr/swresample.h: use consistent inclusion guard header name | Stefano Sabatini | 2012-11-03 | 1 | -3/+3 |
* | swresample: Create version.h header | jamal | 2012-09-28 | 1 | -7/+1 |
* | swr: update copyright years | Michael Niedermayer | 2012-09-07 | 1 | -1/+1 |
* | swr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-23 | 1 | -0/+7 |
* | swr: add swr_next_pts() | Michael Niedermayer | 2012-05-19 | 1 | -1/+16 |
* | swr: add swr_drop_output() | Michael Niedermayer | 2012-05-19 | 1 | -1/+6 |
* | swr: add swr_inject_silence() | Michael Niedermayer | 2012-05-19 | 1 | -1/+6 |
* | swr: add swr_get_delay() to find the exact delay the swresampler introduces. | Michael Niedermayer | 2012-05-18 | 1 | -1/+19 |
* | swr: add triangular highpass dither | Michael Niedermayer | 2012-04-11 | 1 | -0/+1 |
* | swr: add swr_get_class() | Michael Niedermayer | 2012-04-11 | 1 | -0/+8 |
* | swr: add triangular dither support | Michael Niedermayer | 2012-04-10 | 1 | -0/+1 |
* | swr: add dither support. | Michael Niedermayer | 2012-04-10 | 1 | -1/+6 |
* | swr: More flexible and convenient buffering | Michael Niedermayer | 2012-03-25 | 1 | -0/+4 |
* | 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 |
* | 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 | 1 | -1/+12 |
* | libswresample: introduce int swr_set_compensation() instead of void swr_compe... | Marton Balint | 2012-01-09 | 1 | -2/+2 |
* | swr: fix swresample_version() | Michael Niedermayer | 2011-12-23 | 1 | -0/+4 |
* | swr: increase LIBSWRESAMPLE_VERSION_MICRO to 100 | Michael Niedermayer | 2011-12-22 | 1 | -1/+1 |
* | swr: add swresample_version swresample_configuration and swresample_license | Michael Niedermayer | 2011-12-22 | 1 | -0/+15 |
* | swr: use native planar sample formats. | Clément Bœsch | 2011-11-24 | 1 | -3/+3 |
* | swr: introduce a public function to customize the channel mapping. | Clément Bœsch | 2011-11-17 | 1 | -4/+12 |
* | swr: doxycomment public API. | Clément Bœsch | 2011-11-17 | 1 | -13/+48 |
* | swr: bump minor version. | Clément Bœsch | 2011-11-17 | 1 | -1/+1 |
* | swr: rename swr_alloc2() to swr_alloc_set_opts(). | Clément Bœsch | 2011-11-17 | 1 | -3/+4 |
* | ffmpeg: add -map_channel option. | Clément Bœsch | 2011-11-04 | 1 | -2/+2 |
* | swr: document how flushing works and bump minor version. | Michael Niedermayer | 2011-11-04 | 1 | -1/+3 |
* | Add libswresample. | Michael Niedermayer | 2011-09-19 | 1 | -0/+79 |