- Jul 21, 2018
-
-
James Almer authored
And add it to the CONFIGURABLE_COMPONENTS list in Makefile. This way, changes to the new file will be tracked and the usual warning to suggest re-running configure will be shown. Reviewed-by:
Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Mar 31, 2018
-
-
Josh de Kock authored
This reverts commit 0fd47570. Revert "lavd: fix iterating of input and output devices" This reverts commit ce1d77a5. Signed-off-by:
Josh de Kock <josh@itanimul.li>
-
- Feb 06, 2018
-
-
Josh de Kock authored
This also adds an avpriv function to register devices in libavformat
-
Josh de Kock authored
-
Josh de Kock authored
Based on an unfinished patch by atomnuker.
-
- Nov 14, 2017
-
-
James Almer authored
It must imply clean. Regression since 7ebe7e8e. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Nov 13, 2017
-
-
James Almer authored
It must imply clean. Regression since e0087a56. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Nov 09, 2017
-
-
Diego Biurrun authored
The files are no longer generated by configure, so they should not be removed by the distclean target any longer.
-
Diego Biurrun authored
-
- Oct 19, 2017
-
-
Diego Biurrun authored
-
- Oct 10, 2017
-
-
Marton Balint authored
Now works with --disable-stripping. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Oct 05, 2017
-
-
James Almer authored
Split it off from install-data. Among other things, this prevents spamming triplicate log lines during install. Reviewed-by:
Clément Bœsch <u@pkh.me> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Sep 29, 2017
-
-
James Almer authored
It's not available on macOS. Should fix a regression instroduced by b25d6290. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jun 27, 2017
-
-
wm4 authored
This also adds support to avconv (which is trivial due to the new hwaccel API being generic enough). The new decoder setup code in dxva2.c is significantly based on work by Steve Lhomme <robux4@gmail.com>, but with heavy changes/rewrites. Merges Libav commit f9e7a2f9. Also adds untested VP9 support. The check for DXVA2 COBJs is removed. Just update your MinGW to something newer than a 5 year old release. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- 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>
-
- Jun 14, 2017
-
-
Mark Thompson authored
(cherry picked from commit aa6b2e08)
-
Mark Thompson authored
(cherry picked from commit 62a1ef9f)
-
Mark Thompson authored
Not yet enabled for any hwaccels. (cherry picked from commit d2e6dd32) (cherry picked from commit 9203aac2)
-
- Jun 12, 2017
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- May 18, 2017
-
-
James Almer authored
It's not used by anything, has dubious usefulness, the reasons for which it was introduced are no longer valid, and only serves to add complexity to the build system. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- May 15, 2017
-
-
Timo Rothenpieler authored
Original work by Yogender Gupta <ygupta@nvidia.com>
-
- Apr 24, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 14, 2017
-
-
James Almer authored
Found-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Mar 01, 2017
-
-
Carl Eugen Hoyos authored
-
Diego Biurrun authored
-
Diego Biurrun authored
None of them are specific to the YASM assembler.
-
Diego Biurrun authored
-
Carl Eugen Hoyos authored
Fixes ticket #5546.
-
Diego Biurrun authored
Previously, all link-time dependencies were added for all libraries, resulting in bogus link-time dependencies since not all dependencies are shared across libraries. Also, in some cases like libavutil, not all dependencies were taken into account, resulting in some cases of underlinking. To address all this mess a machinery is added for tracking which dependency belongs to which library component and then leveraged to determine correct dependencies for all individual libraries.
-
- Feb 21, 2017
-
-
Diego Biurrun authored
This unclutters the top-level directory and groups related files together.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- Jan 12, 2017
-
-
Diego Biurrun authored
-
Diego Biurrun 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
-
Diego Biurrun authored
This moves work from the configure to the Make stage where it can be parallelized and ensures that shared libraries are built with the right version number in the filename.
-
Diego Biurrun authored
This unclutters the top-level directory and groups related files together.
-
- Dec 09, 2016
-
-
Diego Biurrun authored
This makes naming more consistent and simplifies extralibs-related changes.
-
- Dec 07, 2016
-
-
Diego Biurrun authored
Otherwise builds without explicit target result in silent no-ops.
-