Rémi Denis-Courmont
|
d8a1f9378a
|
Remove unused private.m4
|
9 years ago |
Rémi Denis-Courmont
|
30d347b85c
|
Remove Modules.am support
|
9 years ago |
Rémi Denis-Courmont
|
2ce951f06f
|
skins2: Remove Modules.am
|
9 years ago |
Jean-Baptiste Kempf
|
f3a81d27d2
|
configure: correctly check the live555 header presence in contribs
|
9 years ago |
Jean-Baptiste Kempf
|
1064e7fc0a
|
Contribs: Update live555 version
|
9 years ago |
David Fuhrmann
|
f4dabf3427
|
opengl: Fix typo
|
9 years ago |
Tristan Matthews
|
0760d52122
|
contrib: update to opus 1.1.4
Single bugfix release for CVE-2017-0381 [1][2].
[1] https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-038
[2] https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a460720e5
|
9 years ago |
Francois Cartegnie
|
6e162398b4
|
demux: dash: fix unwanted array copy
|
9 years ago |
Francois Cartegnie
|
7ae1042d16
|
demux: adaptive: fix slow slavedemuxers
|
9 years ago |
Francois Cartegnie
|
648a5e5d84
|
demux: adaptive: enforce minimal deadline
or breaks with slavedemuxers
|
9 years ago |
Francois Cartegnie
|
2febfd1a36
|
demux: ttml: use next_demux_time for position/time
|
9 years ago |
Francois Cartegnie
|
01601609a5
|
demux: mp4: fix timescale
|
9 years ago |
Francois Cartegnie
|
cf5e25b2ac
|
demux: ttml: fix logic regression following bloc_heap changes
blocking due to no longer incrementing pcr
|
9 years ago |
Francois Cartegnie
|
62c7538dac
|
Qt: playlist saving regression (fix #17903)
we never want to output URI..
|
9 years ago |
Francois Cartegnie
|
1be33a4900
|
codec: ttml: fix memory leak on missing vout
|
9 years ago |
Francois Cartegnie
|
1ef70d6587
|
demux: adaptive: fix heap read ofw
cache values before sorting
|
9 years ago |
Francois Cartegnie
|
082a1de7ce
|
demux: mp4: fix stupid read heap overflow
|
9 years ago |
Francois Cartegnie
|
545f513457
|
demux: ttml: send absolute timings
as no one agrees and ebu uses absolute timings
|
9 years ago |
Francois Cartegnie
|
44a4b02843
|
demux: mp4: move don't set pcr from empty moov
breaks adaptive jumping from 0 pcr to moof's live offset
|
9 years ago |
Francois Cartegnie
|
e0e3da2aec
|
demux: mp4: fix samples offsets on leaf mode
Offset gap was existing on seekable media
due to previously probed or seen moof
|
9 years ago |
Francois Cartegnie
|
2ebeaa866e
|
demux: mp4: remove leftoff decl of prevsly removed function
|
9 years ago |
Francois Cartegnie
|
2578fb1963
|
demux: mp4: pick pcr from all tracks in leaf mode
|
9 years ago |
Thomas Guillem
|
f4e90b1391
|
mediacodec: fail earlier if we don't support interlaced
|
9 years ago |
Thomas Guillem
|
ccdce77fa1
|
videotoolbox: check fallback before changing the block
|
9 years ago |
Thomas Guillem
|
df9f7fdcb0
|
videotoolbox: remove useless check
This case can't happen
|
9 years ago |
Thomas Guillem
|
d69fd2f253
|
videotoolbox: abort if we can't reorder
ref #17855
|
9 years ago |
Thomas Guillem
|
29b10f0b9e
|
videotoolbox: fallback to other decoders in case of critical failure
Fix #16048
|
9 years ago |
Thomas Guillem
|
25afe70772
|
videotoolbox: cosmetics
|
9 years ago |
Steve Lhomme
|
d65c6a93d6
|
d3d11va: workaround for Xbox decoder limitations
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
8580081fde
|
dxgi_fmt: add a helper function to detect the Xbox One
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
7f1afca6d6
|
d3d11: use D3D11DeviceAdapter() where possible
to simplify the code
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
9830e97893
|
d3d11: include initguid.h before d3d11.h so we have all the class IIDs needed
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
c1f4cc9c45
|
direct3d11: TEXCOORD0 should be a float4
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
64328d82ad
|
direct3d11: don't keep the context locked after Prepare()
Only keep the lock when we access the device context
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
6c6bd02d9c
|
direct3d11: don't keep the context locked during the swapchain Present() call
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
6e0da681cd
|
d3d11va: move variables where they really used
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
f27e16ec8c
|
dxgi_fmt: log RGB16 floats
Apparently some GPUs handle this format: 16 bits per colour with alpha in float.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
ed44c2eaed
|
direct3d11: make sure ppColorspace is always set a value
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
51c937dbcd
|
direct3d11: the D3D11 debug should not depend on MSVC building
Just on the presence of the SDK on the running machine.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Steve Lhomme
|
abdca37be2
|
direct3d11: remove the deprecated USE_DXGI code
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
9 years ago |
Jean-Baptiste Kempf
|
4a4fc1d0c2
|
Support GoToMeeting 5 fourcc
|
9 years ago |
Thomas Guillem
|
0c2ebbfba3
|
videotoolbox: fix input leaks
There was a leak in case the decoding didn't start.
|
9 years ago |
Thomas Guillem
|
b55e824841
|
videotoolbox: cosmetics
|
9 years ago |
Thomas Guillem
|
728ed2ff7a
|
macosx: fix null deref
|
9 years ago |
Thomas Guillem
|
e969293204
|
videotoolbox: calculate the pic reorder size for h264
|
9 years ago |
Thomas Guillem
|
5828d1de33
|
videotoolbox: cosmetics
|
9 years ago |
Thomas Guillem
|
f69cec6730
|
videotoolbox: restart in case of flush
|
9 years ago |
Thomas Guillem
|
c642b422a1
|
videotoolbox: implement drain
|
9 years ago |
Thomas Guillem
|
c1264cb205
|
videotoolbox: refactor UpdateVideoFormat
|
9 years ago |
Thomas Guillem
|
bda0b95d2a
|
videotoolboc: refactor StopVideoToolboxSession
|
9 years ago |