Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
| | |||||
* | lavr: typedef internal structs in internal.h | Justin Ruggles | 2013-01-07 | 1 | -0/+1 |
| | | | | | Simplifies header dependencies by not including all other internal headers in internal.h. | ||||
* | lavr: remove automatic context close/open for resampling compensation | Justin Ruggles | 2012-12-16 | 1 | -2/+7 |
| | | | | | | | | | It adds unnecessary complication for insignificant usability improvement. The user really should know if they'll need resampling compensation before opening the context. Note that only the documentation has changed. The current functionality will still work until the next major bump. | ||||
* | lavr: only save/restore the mixing matrix if mixing is being done | Justin Ruggles | 2012-12-16 | 1 | -6/+12 |
| | |||||
* | lavr: do not pass consumed samples as a parameter to ff_audio_resample() | Justin Ruggles | 2012-11-27 | 1 | -5/+4 |
| | | | | | Since the resampler handles buffering of unconsumed samples internally, the caller does not need this information. | ||||
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| | | | | Signed-off-by: Martin Storsjö <[email protected]> | ||||
* | avresample: De-doxygenize some comments where Doxygen is not appropriate | Diego Biurrun | 2012-08-11 | 1 | -15/+2 |
| | |||||
* | lavr: resampling: add support for s32p, fltp, and dblp internal sample formats | Justin Ruggles | 2012-07-08 | 1 | -87/+76 |
| | | | | | | | Based partially on implementation by Michael Niedermayer <[email protected]> in libswresample in FFmpeg. See commits: 7f1ae79d38c4edba9dbd31d7bf797e525298ac55 24ab1abfb6d55bf330022df4b10d7aec80b3f116 | ||||
* | lavr: resampling: add filter type and Kaiser window beta to AVOptions | Justin Ruggles | 2012-07-08 | 1 | -13/+14 |
| | |||||
* | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+480 |
This is a new library for audio sample format, channel layout, and sample rate conversion. |