Rémi Denis-Courmont
f7ddeb535a
demux: rename psz_demux to psz_name (refs #18504 )
9 years ago
Rémi Denis-Courmont
8f6ff46bec
demux: provide full URL instead of access name (refs #18504 )
9 years ago
Rémi Denis-Courmont
afe9ede83e
rtp: remove dead code
9 years ago
Rémi Denis-Courmont
ce92396356
input: provide module name in psz_demux for access_demux
9 years ago
Rémi Denis-Courmont
50991f02d4
mp4: use vlc_uri_resolve()
(Also remove NULL deference on error.)
9 years ago
Rémi Denis-Courmont
d3b04918a4
live555: check demux_t.s to discriminate access_demux and demux
This is much simpler and more correct than checking the access
scheme.
9 years ago
Rémi Denis-Courmont
e160b2af46
oss: remove antilogy
psz_access cannot be empty for an access_demux.
9 years ago
Rémi Denis-Courmont
4235f9abef
dvdread: remove antilogy
psz_access cannot be empty for an access_demux.
9 years ago
Rémi Denis-Courmont
8bf5fbf699
decklink: remove antilogy
psz_access cannot be empty for an access_demux.
9 years ago
Rémi Denis-Courmont
03ecaf739f
dc1394: remove tautology
access_demux are probed in strict mode.
9 years ago
Rémi Denis-Courmont
f1311b425a
avcapture: remove antilogy
psz_access cannot be empty for an access_demux.
9 years ago
Rémi Denis-Courmont
9e1f8a9e70
demux: rename psz_file to psz_filepath (refs #18504 )
9 years ago
Rémi Denis-Courmont
d9ce9c7739
dtv: simplify/clean-up integer parsing
This works around what looks like an UBSAN bug (refs #19195 ).
9 years ago
Pierre Lamot
777514b42f
se/archive: fix seeking with SEEK_END
Fixes #19133
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
9 years ago
Thomas Guillem
f6bbe4ecd0
opengl: vaapi: use vlc_vaapi_InitializeInstanceDRM
Fixes #19173
9 years ago
Thomas Guillem
f0c3cef078
opengl: vaapi: refactor vadpy/vainst initialization
9 years ago
Thomas Guillem
ac4427272d
avcodec: vaapi: use vlc_vaapi_InitializeInstanceDRM
Refs #19173
9 years ago
Thomas Guillem
9ed4df2e28
hw: vaapi: try more DRM devices
Refs #19173
9 years ago
Thomas Guillem
513fb6e95b
hw: vaapi: add vlc_vaapi_InitializeInstanceDRM
Common function to open a DRM device, get a VADisplay and initialize it.
Refs #19173
9 years ago
Francois Cartegnie
0f4f98865a
packetizer: h264: skip instead of read
9 years ago
Francois Cartegnie
f0eb9b6be6
packetizer: h264: check num_slice_group range
9 years ago
Francois Cartegnie
86c35629d7
vlc_bits: add shift guard on bs_read
and reject any reads > 32
9 years ago
Thomas Guillem
3eaa1607ec
lib: fix libvlc_media_player_set_renderer
Use the new input control: INPUT_SET_RENDERER to setup a renderer.
9 years ago
Thomas Guillem
c72a13b971
input: hold the renderer_item from input_Create
Doesn't fix anything, just for clarification.
9 years ago
Thomas Guillem
af123cc25b
input: hold renderer_item when passing control
This fix an invalid-read if more than one renderer items are passed in a row.
9 years ago
Francois Cartegnie
9a647ec12d
access: live555: re-enable subsession teardown for vlc
9 years ago
Francois Cartegnie
73b3614247
access: live555: set workarounds from server string if avail
9 years ago
Francois Cartegnie
24c49aeccb
access: live555: replace workaround vars with flags
9 years ago
Francois Cartegnie
300978f136
contribs: live555: expose Server header
9 years ago
Rémi Denis-Courmont
fe8921433e
mp4: fix leak in DVC1 box
9 years ago
Rémi Denis-Courmont
0f902ad3b8
mp4: simplify freeing
9 years ago
Rémi Denis-Courmont
ed1831730b
mp4: fix integer overflow in HLDR box
9 years ago
Rémi Denis-Courmont
c8e259ae06
mp4: privatize remaining file read helpers
9 years ago
Jean-Baptiste Kempf
6e8e1ef305
Use the 4.0.0-dev name for development of 4.0
9 years ago
Steve Lhomme
c1feca7b23
contrib:ebml: do not read further than allowed
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
4d63f935fd
d3d11va: disable HEVC 10 bits decoding on older drivers
See https://communities.intel.com/thread/116386?start=15&tstart=0
Fixes #19171
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
1212ce93b6
direct3d11: use D3D11CheckDriverVersion() to check the AMD driver version
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
181e43279c
d3d11_fmt: add a function to query the driver version
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Steve Lhomme
5a6ce11ace
d3d11: use defines for the manufacturer IDs
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years ago
Rémi Denis-Courmont
ad303c60a7
stream: clarify seeking documentation
9 years ago
Marvin Scholz
4262e27660
configure: Remove deprecated AM_PROG_CC_C_O
According to the documentation, AM_PROG_CC_C_O is obsolete and
AC_PROG_CC now does the check that this macro used to do, since
Automake 1.14.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years ago
Jean-Baptiste Kempf
3e22a8fafd
NEWS: fix typos and errors
9 years ago
Marvin Scholz
c9d802a63a
configure: Remove obsolete OS X 10.7 workaround
9 years ago
Marvin Scholz
7b91213fa9
codec/audiotoolbox_midi: Handle SysEx
9 years ago
Marvin Scholz
9f33899d19
macosx: Require macOS 10.10
9 years ago
Marvin Scholz
ca659050fa
package/macosx: Add audiotoolbox_midi to Xcode project
9 years ago
Marvin Scholz
27bb516b0c
codec/audiotoolbox_midi: Add AudioToolbox MIDI decoder
9 years ago
Jean-Baptiste Kempf
6883f78aba
NEWS: Mention platform requirements
9 years ago
Jean-Baptiste Kempf
fdb761fc83
Set minimal macOS version to 10.10
9 years ago
Jean-Baptiste Kempf
9d765e0937
Set mininal Windows version to Windows 7
9 years ago