Author | SHA1 | Message | Date |
---|---|---|---|
|
c79eddaff1 |
lavfi/aconvert: use libswresample.
This commit also drops the planar parameter; you now need to use the 'p' suffix in order to request a planar sample format. |
13 years ago |
|
5af7daabc4 |
Mark AVFilterPad[] compound literals as const.
GCC 4.6.2 at least still seems to fail to put them in .rodata though, see also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37303 Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> |
13 years ago |
|
d78473334e |
Add const to static arrays where it was forgotten.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> |
13 years ago |
|
b35e9e19e9 |
lavu: add av_strtok()
The function strtok_r() is part of the POSIX.1 specification, but is not available on some platforms. We provide an internal implementation, so we do not need to rely on a platform implementation. |
13 years ago |
|
37cc443c83 |
lavfi: add audio convert filter
Add aconvert filter to perform sample format, channel layout, and packing format conversion. The aconvert code depends on audio conversion code in libavcodec, so this requires a dependency on libavcodec. Based on previous work by S.N. Hemanth Meenakshisundaram and Mina Nagy Zaki, performed for the GSoC 2010 and 2011. |
14 years ago |