- 31 Mar, 2018 1 commit
-
-
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>
-
- 06 Feb, 2018 3 commits
-
-
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.
-
- 14 Nov, 2017 1 commit
-
-
James Almer authored
It must imply clean. Regression since 7ebe7e8e. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 13 Nov, 2017 1 commit
-
-
James Almer authored
It must imply clean. Regression since e0087a56. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 09 Nov, 2017 2 commits
-
-
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
-
- 19 Oct, 2017 1 commit
-
-
Diego Biurrun authored
-
- 10 Oct, 2017 1 commit
-
-
Marton Balint authored
Now works with --disable-stripping. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 05 Oct, 2017 1 commit
-
-
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>
-
- 29 Sep, 2017 1 commit
-
-
James Almer authored
It's not available on macOS. Should fix a regression instroduced by b25d6290. Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 27 Jun, 2017 1 commit
-
-
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>
-
- 21 Jun, 2017 1 commit
-
-
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>
-
- 14 Jun, 2017 3 commits
-
-
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)
-
- 12 Jun, 2017 1 commit
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- 18 May, 2017 1 commit
-
-
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>
-
- 15 May, 2017 1 commit
-
-
Timo Rothenpieler authored
Original work by Yogender Gupta <ygupta@nvidia.com>
-
- 24 Apr, 2017 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Apr, 2017 1 commit
-
-
James Almer authored
Found-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 01 Mar, 2017 6 commits
-
-
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.
-
- 21 Feb, 2017 4 commits
-
-
Diego Biurrun authored
This unclutters the top-level directory and groups related files together.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 12 Jan, 2017 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 22 Dec, 2016 3 commits
-
-
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.
-
- 09 Dec, 2016 1 commit
-
-
Diego Biurrun authored
This makes naming more consistent and simplifies extralibs-related changes.
-
- 07 Dec, 2016 2 commits
-
-
Diego Biurrun authored
Otherwise builds without explicit target result in silent no-ops.
-
Diego Biurrun authored
-