- 31 Mar, 2018 13 commits
-
-
Josh de Kock authored
Signed-off-by: Josh de Kock <josh@itanimul.li>
-
Josh de Kock authored
Signed-off-by: Josh de Kock <josh@itanimul.li>
-
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>
-
Josh de Kock authored
Signed-off-by: Josh de Kock <josh@itanimul.li>
-
Josh de Kock authored
Signed-off-by: Josh de Kock <josh@itanimul.li>
-
Martin Storsjö authored
When targeting darwin, clang requires commas between arguments, while the no-comma form is allowed for other targets. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Clang supports the macro expansion counter (used for making unique labels within macro expansions), but not when targeting darwin. Convert uses of the counter into normal local labels, as used elsewhere. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Vanilla clang supports altmacro since clang 5.0, and thus doesn't require gas-preprocessor for building the arm assembly any longer. However, the built-in assembler doesn't support .dn directives. This readds checks that were removed in d7320ca3, when the last usage of .dn directives within libav were removed. Alternatively, the assembly could be rewritten to not use the .dn directive, making it available to clang users. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Martin Vignali authored
possible value are h or v.
-
Martin Vignali authored
-
Martin Vignali authored
-
Martin Vignali authored
-
- 30 Mar, 2018 25 commits
-
-
Gyan Doshi authored
Add entries for crf and profile in libx265 section Signed-off-by: Lou Logan <lou@lrcd.com>
-
James Almer authored
* commit '3a7b4ae6': arm: Produce .const_data instead of .section .rodata for Mach-O Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ab05d393': arm: vc1dsp: Add commas between macro arguments Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'e744281c': configure: Revert some incorrect uses of check_cc() This commit is a noop. The changes reverted here were never applied to begin with. Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'ea3320bb': libaomenc: fix profile setting avcodec: rename the AV1 profiles This commit is a noop, see 99cc3cf7Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Martin Storsjö authored
This is the same combination of .section directives as used in aarch64/asm.S. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
When targeting darwin, clang requires commas between arguments, while the no-comma form is allowed for other targets. Since Xcode 9.3, the bundled clang supports altmacro and doesn't require using gas-preprocessor any longer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Carl Eugen Hoyos authored
Fixes a warning: fftools/ffmpeg.c:2201:22: warning: unused variable 'fg'
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Diego Biurrun authored
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
Philip Langdale authored
See the earlier fix for movtextdec for details. The equivalent bug is present on the encoder side as well. We need to track the text length in 'characters' (which seems to really mean codepoints) to ensure that styles are applied across the correct ranges.
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'a2fc8dba': Add Haivision SRT protocol Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '2124a97a': configure: Drop unused helper function test_cflags_cpp() This commit is a noop. The function was replaced in af7a75cbMerged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '434b44cd': configure: Simplify vararg check Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '8c7554e6': configure: Add check_x86asm() helper function to simplify some expressions Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '17ee5b0c': configure: Use indirection for the -o assembler flag also for x86asm Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'b9ea301e': configure: Use a more sensible suffix for x86 assembly tempfiles Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '5292e97c': configure: Document available options for the --toolchain parameter Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit '86499771': qsv: align surface width/height to 16. Merged-by: James Almer <jamrial@gmail.com>
-
- 29 Mar, 2018 2 commits
-
-
James Almer authored
* commit 'ea2f72a2': configure: Don't assume a 16 byte aligned stack on BSDs on i386 Merged-by: James Almer <jamrial@gmail.com>
-
James Almer authored
* commit 'deefca02': qsvenc: add the Access Unit Delimiter NAL Unit support Merged-by: James Almer <jamrial@gmail.com>
-