Rémi Denis-Courmont
|
cc129a71d7
|
Remove old mail address from sources
|
7 years ago |
Steve Lhomme
|
30e5a1bdcb
|
directx_va: check the dimensions before trying to get a decoder
|
7 years ago |
Steve Lhomme
|
43009bdae4
|
directx_va: don't keep the directx_sys_t structure
It's only used for some callbacks on start.
|
7 years ago |
Steve Lhomme
|
5a9906eaf6
|
directx_va: don't store the va_pool in the directx_sys_t
|
7 years ago |
Steve Lhomme
|
e4cc2f846b
|
directx_va: move the decoder setup out of the generic directx surface setup
|
7 years ago |
Steve Lhomme
|
377d00bb98
|
direct_va: store the va_surface in the picture context
So that every clone can get/release a reference to the original surface.
|
7 years ago |
Steve Lhomme
|
2c9de5ebec
|
dxva2: only call Close when va->sys is set
|
7 years ago |
Steve Lhomme
|
03c4b4f79a
|
dxva: setup the surface directly in va_pool_SetupDecoder()
|
7 years ago |
Steve Lhomme
|
e7c103edd9
|
dxva2: avoid redundant storage with the lavc structure
|
7 years ago |
Steve Lhomme
|
e214fc174c
|
d3d11va: avoid redundant storage with the lavc structure
|
7 years ago |
Steve Lhomme
|
b06db75717
|
dxva: don't store the external pool flag in the dxva helper
It's only used with D3D11VA and will go away with push.
|
7 years ago |
Steve Lhomme
|
a37d871623
|
dxva: store the decoder GUID in each decoder
|
7 years ago |
Steve Lhomme
|
5eabbd753a
|
dxva: move the decoder instance in each implementation
The helper functions never use it anyway.
|
7 years ago |
Steve Lhomme
|
c8674120c8
|
dxva: move the surface table allocation in each implementation
The helper functions never use it anyway.
|
7 years ago |
Steve Lhomme
|
6ae3b9b441
|
dxva: move the decoder instance in each implementation
The helper functions never use it anyway.
|
7 years ago |
Steve Lhomme
|
ec672df041
|
dxva: merge the video service handling in the device creation callbacks
|
7 years ago |
Steve Lhomme
|
1d0bca7fea
|
dxva: merge the device manager in the device creation callback
|
7 years ago |
Steve Lhomme
|
6e82ec2fa0
|
dxva: pass the va object to the device destroy callback
|
7 years ago |
Steve Lhomme
|
bbcd07ff21
|
directx_va: group the pool/device callbacks in a const structure
|
7 years ago |
Steve Lhomme
|
f3e985b89c
|
qsv: code cleaning
|
7 years ago |
Francois Cartegnie
|
1f073245f0
|
demux: xiph: improve old ffmpeg xiph extradata test
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
|
7 years ago |
Hugo Beauzée-Luyssen
|
6388ee66cf
|
faad: Fix read buffer overflow
|
7 years ago |
Marvin Scholz
|
14f5f65d61
|
codec/videotoolbox: Fix uninitialized pts in late start case
|
7 years ago |
Rémi Denis-Courmont
|
3d9a499f04
|
codec/ttml: fix callback type
|
7 years ago |
Steve Lhomme
|
bfdf259008
|
avcodec: va: do not pass the hwaccel_context to the close function
|
7 years ago |
Rémi Denis-Courmont
|
0fa1d4e111
|
xiph: constify xiph_SplitHeaders()
... and fix invalid pointer conversion from const void ** to void **
in xiph_PacketHeaders().
|
7 years ago |
Francois Cartegnie
|
9425a07f4f
|
codec: zvbi: reorder and clear warning
|
7 years ago |
Francois Cartegnie
|
026709f443
|
codec: telx: ignore subtitle flags when magazine designated
Just like zvbi, we extract page content and display it.
|
7 years ago |
Francois Cartegnie
|
8a11f529b8
|
codec: telx: revector
|
7 years ago |
Francois Cartegnie
|
97b3a5a5d7
|
codec: telx: use define for flags
|
7 years ago |
Francois Cartegnie
|
87f7414591
|
codec: telx: remove useless initialization
|
7 years ago |
Francois Cartegnie
|
a0d2e79041
|
codec: telx: remove newline from debug format string
|
7 years ago |
Francois Cartegnie
|
e658ab4d12
|
codec: zvbi: don't override native teletext opacity
change without reason 14851ba145
|
7 years ago |
Steve Lhomme
|
a430353bde
|
vaapi: use a const when reading the profile/number of pics
|
7 years ago |
Felix Paul Kühne
|
1e00f13ac1
|
videotoolbox: require iOS 9.0
|
7 years ago |
Steve Lhomme
|
1e1c44b10c
|
dxva2:use set_va_callback()
|
7 years ago |
Steve Lhomme
|
d429306aaa
|
d3d11va: use set_va_callback()
|
7 years ago |
Steve Lhomme
|
f9559b28cf
|
vaapi: use set_va_callback()
|
7 years ago |
Steve Lhomme
|
a08f24329f
|
avcodec: va: add a helper macro to set the module (typed) callback/priority
|
7 years ago |
Steve Lhomme
|
9e5570a7e0
|
directx_va: don't use the va when we only need the sys
|
7 years ago |
Steve Lhomme
|
cfc4466704
|
d3d11va: use the vlc_va_sys_t directly
|
7 years ago |
Steve Lhomme
|
6c2431fb25
|
d3d11va: remove unused variables
|
7 years ago |
Rémi Denis-Courmont
|
bbbdc5ca6c
|
va: use operations structure
|
7 years ago |
Felix Paul Kühne
|
82b2df58e3
|
videotoolbox: raise minimal supported iOS version to match VLCKit
|
7 years ago |
Rémi Denis-Courmont
|
542df0f3ad
|
Use set_callback() where applicable
|
7 years ago |
Rémi Denis-Courmont
|
0c9e244113
|
va: remove unused datum
|
7 years ago |
Rémi Denis-Courmont
|
d01a9ca8a3
|
vaapi: fix mismatched close callback prototype
|
7 years ago |
Rémi Denis-Courmont
|
a78f59b9d8
|
va: move close callback to vlc_va_t
This is simpler and type-safer.
|
7 years ago |
Steve Lhomme
|
8eb9877ca2
|
webvtt: fix local include pathes
|
7 years ago |
Francois Cartegnie
|
c8ada7fb48
|
vlc_es: disambiguate teletext page/values
|
7 years ago |