- 30 Mar, 2017 19 commits
-
-
Clément Bœsch authored
* commit 'd1ef1b9e': configure: Silence lld-link when getting the version number Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '392caa65': arm: vp9mc: Insert a literal pool at the middle of the file This commit is a noop, see 68caef9dMerged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '8ad9f9d6': hwcontext_vaapi: Frame mapping support Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '124e2697': lavfi: Hardware map filter Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit 'd06aa24b': hwcontext: Hardware frame mapping Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '67351924': Drop unreachable break and return statements Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '99434f4d': float_dsp: Have implementation match function pointer prototype Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '6354957a': dnxhdenc: Have function pointer prototype match implementation Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit 'c778eb15': pixblockdsp: Have function pointer prototype match implementation Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '99ddeddc': ituh263dec: Have function signature match across declaration and definition This commit is a noop, see 2d2b363cMerged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '67c65e46': vf_hwupload_cuda: Fix build error This commit is a noop, see 78e871ebMerged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '13fcdfb9': svq3: Drop unused function dctcoef_get() This commit is a noop, see 1e298e77Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit 'ee59f054': intrax8: Have function signature match across declaration and definition Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '1a469a5e': options_table: Remove a now unnecessary include of config.h This commit is a noop, see 76f43cbeMerged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit 'ffbd1d2b': arm: vp9: Add NEON optimizations of VP9 MC functions This commit is a noop, see 68caef9dMerged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '2e55e26b': vp9: Flip the order of arguments in MC functions This commit is a noop, it was made to match our prototypes. Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Michael Niedermayer authored
grep -L is not posix, solaris default grep does not support it Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
- 29 Mar, 2017 21 commits
-
-
Matthieu Bouron authored
* commit 'e3fb74f7': lavfi: Always propagate hw_frames_ctx through links Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
-
Matthieu Bouron authored
* commit '7e2561fa': lavfi: Use ff_get_video_buffer in all filters using hwframes vf_hwupload_cuda: Fix build error Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
-
Martin Vignali authored
-
Matthieu Bouron authored
* commit '7433feb8': lavfi: Make default get_video_buffer work with hardware frames Merged-by: Matthieu Bouron <matthieu.bouron@gmail.com>
-
Clément Bœsch authored
This was forgotten due to the non-gpl build used in 54904525.
-
Clément Bœsch authored
* commit '2025d378': doc: Turn off noisy deprecation warnings in the option printer Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f4ca8ea9': rtmpproto: Restructure zlib code to avoid unreachable code warning Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'baab87c4': bink: Have function pointer prototype match implementation Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80208
-
Clément Bœsch authored
This conflict with the DJGPP libc math.h which includes a PI macro (to M_PI). We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation.
-
Clément Bœsch authored
This conflict with the DJGPP libc which includes a pow2 function¹ We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation. [1]: http://www.delorie.com/djgpp/doc/libc-2.02/libc_536.html
-
Clément Bœsch authored
This conflict with the DJGPP libc which includes a pow2 function¹ We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this kind of symbols conflicts due to the lack of both posix_memalign and memalign (DJGPP non standard function) in that POSIX mode. We currently rely on memalign for aligned heap allocation. [1]: http://www.delorie.com/djgpp/doc/libc-2.02/libc_536.html
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-