- 30 Mar, 2017 31 commits
-
-
Michael Niedermayer authored
This is an example, people will copy and use this. The maximum supported is quite unreasonable as a default choice Reviewed-by: Steven Liu <lingjiujianke@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes CID1401674 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Fixes CID1403225 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Matthieu Bouron authored
-
Matthieu Bouron authored
-
Clément Bœsch authored
-
Leo Izen authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
Hendrik Leppkes authored
* commit '10065d93': hwcontext_dxva2: add support for the P8 format Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-
Hendrik Leppkes authored
* commit '91097376': hwcontext_dxva2: frame mapping support Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
-
Clément Bœsch authored
* commit 'fabfbfe5': dxva2: fix surface selection when compiled with both d3d11va and dxva2 This commit is a noop, see 153b36fcMerged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit 'db0b3dcc': libx265: Add option to force IDR frames This commit is a noop, see 8a8902f2Merged-by: Clément Bœsch <cboesch@gopro.com>
-
Clément Bœsch authored
* commit '3cba09e5': x86: Drop stray semicolons after function definitions This commit is a noop, they are already fixed in FFmpeg. Merged-by: Clément Bœsch <cboesch@gopro.com>
-
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 9 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
-