David Fuhrmann
faba853f6c
macosx: Draw time slider on main thread
Drawing on background thread does not work as autolayout engine
needs to be called on main thread. Also fix ordering of elements.
9 years ago
David Fuhrmann
36366fa94b
macosx: Convert detached video window to auto layout
9 years ago
Francois Cartegnie
4d85c74a5c
codec: ttml: fix overflow in time comparison
9 years ago
Thomas Guillem
a16e72792a
vout: opengl: fix green lines with PBO
Fixes #18213
9 years ago
Hugo Beauzée-Luyssen
1927fddb3f
contribs: vorbis: Detect clang even with an absolute path
Fix android-x86 builds
9 years ago
Thomas Guillem
c547de6f21
android: vout: re-use the same SurfaceTexture
Call attachToGLContext/detachFromGLContext on a same SurfaceTexture instance.
That way, we don't have to re-configure MediaCodec in order to setup the new
Surface when the video size change mid-stream (and when a new OpenGL vout is
created).
9 years ago
Hugo Beauzée-Luyssen
bbf2277ab2
contribs: gpg-error: Provide a lock-obj for armv8
Which is the same as x86_64, and needs to be stored in the linux-android
file, since genheader appears to ignore the processor flavor
9 years ago
Hugo Beauzée-Luyssen
9290f813d4
contribs: gcrypt: Disable armv8 crypto support
As it's crashing consistantly
9 years ago
Hugo Beauzée-Luyssen
461ec4bb9a
contribs: protobuf: Don't build protoc when specifying --with-protoc
9 years ago
Hugo Beauzée-Luyssen
6c2edaa0c0
contribs: gcrypt: Fix pthread detection
9 years ago
Hugo Beauzée-Luyssen
3e21c65b32
contribs: main.mak: Don't override CC/CXX if already provided
9 years ago
Hugo Beauzée-Luyssen
704625e8c6
contribs: lua: Allow an absolute path to be passed as CC/STRIP/RANLIB
9 years ago
Thomas Guillem
1e9030d2f3
vout/android: clear surfaces only when needed
9 years ago
Thomas Guillem
c114f4211f
mediacodec: fix deadlock when drain times out
9 years ago
Thomas Guillem
2fe2f7268f
mediacodec: increase drain max delay
9 years ago
Thomas Guillem
4f924a6846
mediacodec: always call hxxx pf_process_block
And don't ask to parse NALs if the decoder supports adaptive.
9 years ago
Thomas Guillem
11b80a543d
mediacodec: remove late opening
Since packetizers will trigger a decoder reload when the size is finally valid.
We can open MediaCodec without having any CSDs since we can send them later
with the queueInput() method.
9 years ago
Thomas Guillem
6c4fb66184
codec: hxxx: also parse avcC for SPS/PPS change
9 years ago
Thomas Guillem
0a5dabd030
codec: hxxx: refactor
9 years ago
Thomas Guillem
254015dd0a
codec: hxxx: move code
9 years ago
Thomas Guillem
46701f81b4
codec: hxxx: fix log
9 years ago
Thomas Guillem
e727f85933
codec: hxxx: parse nal only when asked for
9 years ago
Thomas Guillem
3d1b34a35e
codec: hxxx: pf_process_block is now mandatory
9 years ago
Diogo Silva
e8d5548488
PNG: Modify color correction application to fix semi-transparent pixels
Improved color correction by replacing PNG_ALPHA_STANDARD with
PNG_ALPHA_OPTIMIZED and PNG_GAMMA_LINEAR with PNG_DEFAULT_sRGB (was marked
for academic environments).
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Rémi Denis-Courmont
a4e10e8496
headphone: remove redundant cast
9 years ago
Rémi Denis-Courmont
a8c1c211c4
xvideo: remove redundant casts
9 years ago
Rémi Denis-Courmont
8cd1c825eb
x11: remove redundant cast
9 years ago
Rémi Denis-Courmont
4af4156c06
evas: remove redundant cast
9 years ago
Rémi Denis-Courmont
3b3750b662
record: remove redundant cast
9 years ago
Rémi Denis-Courmont
a3b0da4492
accesstweaks: remove redundant casts
9 years ago
Rémi Denis-Courmont
8b5b86f3a0
mux_mpjpeg: remove redundant casts
9 years ago
Rémi Denis-Courmont
4b144b287a
mux_ts: remove redundant casts
9 years ago
Rémi Denis-Courmont
c1f9514e3c
mux_ps: remove redundant casts
9 years ago
Rémi Denis-Courmont
8dd83b7305
mux_mp4: remove redundant casts
9 years ago
Rémi Denis-Courmont
b554a03dfa
mux_dummy: remove redundant casts
9 years ago
Rémi Denis-Courmont
c9219a6f84
mux_avi: remove redundant casts
9 years ago
Rémi Denis-Courmont
41a73373ad
mux_asf: remove redundant casts
9 years ago
Rémi Denis-Courmont
80290375de
ttml: remove redundant casts
9 years ago
Rémi Denis-Courmont
110bbe5ed7
tta: remove redundant casts
9 years ago
Rémi Denis-Courmont
d1f7ee3600
subtitle: remove redundant casts
9 years ago
Rémi Denis-Courmont
5365b4d639
stl: remove redundant casts
9 years ago
Rémi Denis-Courmont
1aeaf54efa
pva: remove redundant casts
9 years ago
Rémi Denis-Courmont
f2891681bf
playlist: remove redundant cast
9 years ago
Rémi Denis-Courmont
1e5754c7b6
nuv: remove redundant casts
9 years ago
Rémi Denis-Courmont
c6f3db4299
nsv: remove redundant casts
9 years ago
Rémi Denis-Courmont
57d527af31
ts: fix/remove casts
9 years ago
Rémi Denis-Courmont
941ddc5d3a
ps: remove redundant casts
9 years ago
Rémi Denis-Courmont
fefe4d3069
es: remove redundant casts
9 years ago
Rémi Denis-Courmont
d874070685
directory: remove redundant cast
9 years ago
Rémi Denis-Courmont
85ca73deab
dirac: remove redundant casts
9 years ago