- Dec 14, 2015
-
-
Kip Warner authored
That buffer is read only and marking it accordingly let the user passing a constant buffer to it without having a const-correctness warning. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Nov 05, 2015
-
-
Luca Barbato authored
Bug-Id: 911
-
- Sep 29, 2015
-
-
Ganesh Ajjanagadde authored
This fixes a -Wunused-variable warning. Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com>
-
- Sep 19, 2015
-
-
Ganesh Ajjanagadde authored
This fixes a -Wunused-variable, see e.g http://fate.ffmpeg.org/log.cgi?time=20150919162338&log=compile&slot=x86_64-archlinux-gcc-threads . Signed-off-by:
Ganesh Ajjanagadde <gajjanagadde@gmail.com> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 13, 2015
-
-
Vittorio Giovara authored
Bug-Id: CID 1323180
-
- Aug 31, 2015
-
-
Vittorio Giovara authored
-
- Aug 28, 2015
-
-
Vittorio Giovara authored
Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
Deprecated in 11/2012.
-
- Aug 11, 2015
-
-
Henrik Gramner authored
The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- Aug 04, 2015
-
-
Henrik Gramner authored
The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
-
- May 31, 2015
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Apr 28, 2015
-
-
Luca Barbato authored
Fixes the corner case in which the internal buffer size is larger than input buffer provided and resizing it before moving the left over samples would make it write to now unallocated memory. Bug-Id: 825 CC: libav-stable@libav.org Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Apr 19, 2015
-
-
Vittorio Giovara authored
This applies to every library where performance is not critical.
-
- Feb 21, 2015
-
-
Peter Meerwald authored
modelled after aarch64 code on Cortex-A8, s16 and s32 code is about 2x faster, float code about 7x faster Signed-off-by:
Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 20, 2015
-
-
Peter Meerwald authored
Signed-off-by:
Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Oct 18, 2014
-
-
Luca Barbato authored
CC: libav-stable@libav.org Bug-Id: CID 732225
-
Vittorio Giovara authored
CC: libav-stable@libav.org Bug-Id: CID 1231986
-
- Aug 29, 2014
-
-
Reimar Döffinger authored
Only "./configure --enable-gpl" on x86 was tested. Signed-off-by:
Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
- Aug 17, 2014
-
-
Luca Barbato authored
Leftover from fbc0b865. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- Aug 10, 2014
-
-
Luca Barbato authored
-
- Aug 09, 2014
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- Aug 03, 2014
-
-
Justin Ruggles authored
This treats mono as planar internally within libavresample rather than changing the sample format. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- May 28, 2014
-
-
Luca Barbato authored
Utility function to get the upper bound on the number of samples the resampler would output.
-
- May 13, 2014
-
-
Janne Grunau authored
Instead of setting FFLIBS in each library Makefile configure exports FFLIBS-$library in config.mak.
-
- Apr 24, 2014
-
-
Janne Grunau authored
Optimized for the default filter length 16. 30% faster opus silk decoding.
-
Janne Grunau authored
Required for arch optimized resampling.
-
- Apr 22, 2014
-
-
Janne Grunau authored
-
- Apr 17, 2014
-
-
Anton Khirnov authored
-
- Apr 13, 2014
-
-
Anton Khirnov authored
This fixes cases where very few input samples (fewer than needed for one output sample) are passed to lavr at the beginning. CC:libav-stable@libav.org
-
Anton Khirnov authored
-
- Apr 11, 2014
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This simplifies the code, since we do not have to deal with a possibly negative source index anymore.
-
Anton Khirnov authored
negative sample_index is handled in the block above.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The correct "next" input sample is not the first sample of the resampling buffer, but the center sample of the filter_length-sized block at the beginning. CC:libav-stable@libav.org
-
- Apr 04, 2014
-
-
Diego Biurrun authored
Dead code elimination is enough to avoid undefined references in these cases.
-
- Mar 26, 2014
-
-
Diego Biurrun authored
-
- Feb 22, 2014
-
-
Anton Khirnov authored
-