| Commit message (Expand) | Author | Age | Files | Lines |
* | audioconvert: handle unpositioned channels | Wim Taymans | 2012-01-02 | 1 | -0/+19 |
* | Merge remote-tracking branch 'origin/master' into 0.11 | Tim-Philipp Müller | 2011-12-02 | 1 | -2/+2 |
|\ |
|
| * | various: typo fixes | Piotr Fusik | 2011-12-02 | 1 | -2/+2 |
* | | audioconvert: fix leak of channel matrix | René Stadler | 2011-11-11 | 1 | -1/+1 |
* | | libs: remove unused floatcast header-only library | Tim-Philipp Müller | 2011-09-23 | 1 | -1/+0 |
* | | rename IS_LE/BE to _IS_LITTLE_ENDIAN/BIG_ENDIAN | Wim Taymans | 2011-09-06 | 1 | -2/+2 |
* | | audio: rename UNPOSITIONED to DEFAULT_POSITIONS | Wim Taymans | 2011-08-24 | 1 | -3/+0 |
* | | audio: rename INT -> INTEGER | Wim Taymans | 2011-08-20 | 1 | -7/+7 |
* | | audio: rework audio caps. | Wim Taymans | 2011-08-18 | 1 | -50/+50 |
|/ |
|
* | audioconvert: Implement remaining conversion functions from/to doubles to orc | Sebastian Dröge | 2010-10-08 | 1 | -9/+40 |
* | audioconvert: Use the ORC double support | Sebastian Dröge | 2010-09-05 | 1 | -21/+100 |
* | audioconvert: Use ORC for the float<->int32 conversion | Sebastian Dröge | 2010-08-24 | 1 | -4/+29 |
* | audioconvert: convert from liboil to orc | David Schleef | 2010-06-07 | 1 | -20/+81 |
* | audioconvert: disambigue comment due to popular demand | Stefan Kost | 2010-05-07 | 1 | -1/+1 |
* | audioconvert: fix typo in comment | Stefan Kost | 2010-05-06 | 1 | -1/+1 |
* | gst/audioconvert/audioconvert.c: Prevent overflows with big buffer when calcu... | Sebastian Dröge | 2008-10-08 | 1 | -4/+4 |
* | Add some documentation comments, and some new headers to be scanned. | Jan Schmidt | 2008-05-22 | 1 | -1/+2 |
* | gst/audioconvert/: Add support for more than 8 channels and NONE channel layo... | Tim-Philipp Müller | 2008-05-06 | 1 | -0/+3 |
* | gst/audioconvert/audioconvert.c: Include math.h to fix compilation. | Wim Taymans | 2007-06-29 | 1 | -0/+1 |
* | gst/audioconvert/: Implement dithering and noise shaping in audioconvert. By ... | Sebastian Dröge | 2007-06-28 | 1 | -64/+176 |
* | with some minor changes | René Stadler | 2007-03-29 | 1 | -117/+116 |
* | gst/audioconvert/audioconvert.c: Add docs to the integer pack functions and i... | Sebastian Dröge | 2007-03-27 | 1 | -5/+44 |
* | gst/audioconvert/audioconvert.c: Also make valgrind happy and avoid copying d... | Stefan Kost | 2007-02-28 | 1 | -5/+9 |
* | Don't run inplace if that overwrites source data as we go. Add more tests. Fi... | Stefan Kost | 2007-02-28 | 1 | -22/+25 |
* | Add float as an intermediate format, as well as float mixing. Enable test tha... | Stefan Kost | 2007-02-22 | 1 | -64/+107 |
* | gst/audioconvert/: Support for 64-bit float audio in audioconvert (#339837) | Stefan Kost | 2007-02-02 | 1 | -4/+34 |
* | ext/gnomevfs/: Fix URI interface implementation return type. | Josep Torre Valles | 2006-10-10 | 1 | -1/+1 |
* | gst/audioconvert/audioconvert.c: More correct float->int conversion. | Michael Smith | 2006-06-02 | 1 | -2/+2 |
* | gst/audioconvert/audioconvert.c: correctly clip float samples > 1.0. Fixes #3... | Wim Taymans | 2006-04-28 | 1 | -3/+3 |
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 1 | -25/+25 |
* | gst/audioconvert/audioconvert.c: When clearing an audioconvert context, set t... | Michael Smith | 2005-10-26 | 1 | -0/+1 |
* | - Don't use non-portable LL suffix on constants, since MSVC doesn't allow the... | Michael Smith | 2005-10-13 | 1 | -1/+1 |
* | gst/audioconvert/audioconvert.*: Cleanups, speedups, simplifications, added b... | Wim Taymans | 2005-09-12 | 1 | -97/+86 |
* | gst/audioconvert/audioconvert.c: Cleanups. | Wim Taymans | 2005-08-26 | 1 | -53/+44 |
* | gst/audioconvert/audioconvert.c: More elegant and working temp buffer selecti... | Wim Taymans | 2005-08-26 | 1 | -52/+38 |
* | gst/audioconvert/audioconvert.c: Use realloc else we lose our original data. | Wim Taymans | 2005-08-26 | 1 | -2/+1 |
* | gst/audioconvert/: Oops, allocate enough space to perform the channel mix. | Wim Taymans | 2005-08-26 | 1 | -6/+12 |
* | gst/audioconvert/: Cleanups, librarify a bit, optimize, better negotiation an... | Wim Taymans | 2005-08-26 | 1 | -0/+393 |