- 22 Mar, 2017 39 commits
-
-
James Almer authored
Signed-off-by: James Almer <jamrial@gmail.com>
-
Mark Thompson authored
-
Mark Thompson authored
-
Mark Thompson authored
In this case, the user only supplies a device and the frame context is allocated internally by lavc. (cherry picked from commit 5dd9a4b8)
-
Diego Biurrun authored
libavcodec/vaapi.h:58:1: warning: attribute 'deprecated' is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes] (cherry picked from commit ed6a891c) Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
Clément Bœsch authored
-
Rostislav Pehlivanov authored
Should fix Chromium issue 704064. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit '59c70227': pthread_frame: use atomics for frame progress This commit is a noop, see b6587421Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '64a31b28': pthread_frame: use atomics for PerThreadContext.state This commit is a noop, see 74926269Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'db273325': pthread_frame: use a thread-safe way for signalling threads to die This commit is a noop, see 4845f072Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '8385ba53': mmaldec: convert to stdatomic Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '3a165c18': v4l2: convert to stdatomic Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '27079a42': buffer: convert to stdatomic Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
USE_ATOMICS is only set if there is no thread implementation enabled, in which case you can't expect any lock mechanism from FFmpeg. This is also conflicting with the incoming use of stdatomic.
-
Clément Bœsch authored
* commit 'eb34d403': Add a compat dummy stdatomic.h used when threading is disabled Add a compat stdatomic.h implementation based on pthreads Add a compat stdatomic.h implementation based on suncc atomics Add a compat stdatomic.h implementation based on windows atomics Add a compat stdatomic.h implementation based on GCC atomics This merge is a noop, see: 41e891e8 Add a compat dummy stdatomic.h used when threading is disabled 74b5f108 Add a compat stdatomic.h implementation based on pthreads 70faadc8 Add a compat stdatomic.h implementation based on suncc atomics c91e72ed Add a compat stdatomic.h implementation based on windows atomics 3359eede Add a compat stdatomic.h implementation based on GCC atomics Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '13f5d2bf': configure: check for stdatomic.h This commit is a noop, see 6a4e2428Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'b015872c': huffyuvdsp: Enable the altivec code for PPC little-endian as well This commit is a noop, see 902ce2a6 and libavcodec/ppc/lossless_videodsp_altivec.c Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '1d25a869': huffyuvdsp: Reenable PPC optimizations This commit is a noop, see 6596b349Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '22c3ab18': checkasm: Add test for huffyuvdsp add_bytes huffyuvdsp is renamed to llviddsp to be consistent with our codebase. Note: af607b7e wasn't actually required for this test since this commit is not actually testing huffyuvdsp. Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
Only the pixel format is required in that init function. This will also simplify the incoming merge.
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit '27085d1b': avconv: only retry decoding on actual decoding errors Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'f6772e9b': avconv: make sure the filtergraph is freed on init failure This commit is a noop, see 16abc10bMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'd10102d2': avconv: set the encoding framerate when the output is CFR This commit is a noop, see 8db301deMerged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '5bf2454e': h264dec: support broken files with mp4 extradata/annex b data This commit is a noop, see 93b89868 The sample pointed out on https://github.com/HandBrake/HandBrake/issues/339 decodes fine in FFmpeg. Merged-by: Clément Bœsch <u@pkh.me>
-
James Almer authored
-
Clément Bœsch authored
* commit '2124711b': hwcontext_vaapi: add a quirk for the missing MemoryType attribute This commit is a noop, see 775a8477Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit 'b57e38f5': ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
* commit 'a9ba5959': ac3dsp: Add some special-case handling for the C downmix function Merged-by: Clément Bœsch <u@pkh.me>
-
Clément Bœsch authored
* commit '43717469': ac3dsp: Reverse matrix in/out order in downmix() Merged-by: Clément Bœsch <u@pkh.me>
-
Steven Liu authored
use the option set by user Reported-by: Lancelot Lai <laihy23@gmail.com> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-
James Almer authored
-
Matthias Hunstock authored
Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Matthias Hunstock authored
Signed-off-by: Matthias Hunstock <atze@fem.tu-ilmenau.de> Signed-off-by: Marton Balint <cus@passwd.hu>
-
Jun Zhao authored
fix the wrong comments for av_hwdevice_ctx_alloc() Signed-off-by: Jun Zhao <jun.zhao@intel.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
-
- 21 Mar, 2017 1 commit
-
-
Marton Balint authored
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
-