- Jan 09, 2018
-
-
James Almer authored
Having all the public functions marked as deprecated is enough. This gets rid of a warning spam when compiling any file including libavresample/avresample.h even when avresample is not enabled, like it's the case with fftools/cmdutils.c Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jan 04, 2018
-
-
Rostislav Pehlivanov authored
Deprecate the entire library. Merged years ago to provide compatibility with Libav, it remained unmaintained by the FFmpeg project and duplicated functionality provided by libswresample. In order to improve consistency and reduce attack surface, as well as to ease burden on maintainers, it has been deprecated. Users of this library are asked to migrate to libswresample, which, as well as providing more functionality, is faster and has higher accuracy. Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- Oct 11, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Oct 10, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jun 21, 2017
-
-
Diego Biurrun authored
None of them are specific to the YASM assembler. (Cherry-picked from libav commit 39e208f4) Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Apr 02, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Mar 31, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Mar 23, 2017
-
-
Vittorio Giovara authored
This disables everything that was deprecated at least 18 months ago. Readjust the minimum API version as needed, postponing any API-incompatible changes until the next bump. Signed-off-by:
Vittorio Giovara <vittorio.giovara@gmail.com>
-
- Mar 01, 2017
-
-
Diego Biurrun authored
None of them are specific to the YASM assembler.
-
- Feb 01, 2017
-
-
Anton Khirnov authored
-
- Dec 22, 2016
-
-
Diego Biurrun authored
This moves work from the configure to the Make stage where it can be parallelized and ensures that pkgconfig files are updated when library versions change. Bug-Id: 449
-
- Nov 21, 2016
-
-
Diego Biurrun authored
-
- Oct 26, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Aug 03, 2016
-
-
Timothy Gu authored
-
- May 29, 2016
-
-
Diego Biurrun authored
Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
-
- May 13, 2016
-
-
Diego Biurrun authored
-
- May 04, 2016
-
-
Vittorio Giovara authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Apr 07, 2016
-
-
Diego Biurrun authored
Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically.
-
- 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>
-