Jean-Baptiste Kempf
96fdf2c886
Revert "vout: assume aspect ratio is 1:1 if information is missing"
This reverts commit bf5bc83e52 .
Close #10657
12 years ago
Jean-Baptiste Kempf
371acd7ce8
Bump DVBsub priority above avcodec
Since now avcodec module accepts dvbsub, it is always taken, even if it
fails to decode...
Close #10655
12 years ago
Petri Hintukainen
332f4b09cb
bluray: fix setting parent input
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Petri Hintukainen
5619508957
bluray: enable pop-up menu
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Petri Hintukainen
e1a9f3305e
bluray: use bd_get_main_title()
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Petri Hintukainen
e4dabd8c95
bluray: fix abort() when empty overlay is closed
HDMV titles can construct empty overlay with invisible buttons to enable navigation.
This is used in ex. photo galleries (to flip image) and with audio navigation ("spoken menu").
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Felix Abecassis
e25184612e
Direct3D: do not leak textures when recycling them
If several textures from the cache (i.e. used during the previous
call) are matching we invalidate all of them but only keep the last
one. We therefore lose all references to the other ones.
Close #10248
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Felix Paul Kühne
79295631da
addon manager: fix compilation with older xcode releases
12 years ago
Felix Paul Kühne
f8cbff7477
macosx: iterate on the addon manager
12 years ago
Felix Paul Kühne
f701620778
macosx/addons: add missing l10n and ignore skins
12 years ago
Felix Paul Kühne
d3b37a8247
macosx: add basic addon manager
no fancy UI, but it works
Needs further UX improvements
12 years ago
Francois Cartegnie
ca3e0cb54e
addons: fix duplicate decl of entry_t
12 years ago
David Fuhrmann
9bc339e567
macosx: fixes 'clipping contents' and some other xib warnings
12 years ago
David Fuhrmann
a76356c8fb
macosx: auto-expand codec information view
This is more useful than always having the items collaped.
12 years ago
David Fuhrmann
afd8ee6916
macosx: increase maximum number of messages for the messages panel
This is needed to a complete log as some modules like mkv are very
verbose. The actual size is not so critical anymore as messages
are only arriving if the panel is open.
12 years ago
David Fuhrmann
4e6c4d3808
macosx: fix xib compilation warnings for open panel
Action prototypes were missing...
12 years ago
David Fuhrmann
b173cc4725
bin/darwinvlc: readd exit handler for the case the macosx interface is not used
12 years ago
Francois Cartegnie
c0ebd89491
input: es_out_timeshift: fix temp file dir separator
12 years ago
Ilkka Ollakka
6cb520b528
avcodec: make sure visible_width/height is defined
12 years ago
Francois Cartegnie
9603fbc7aa
Qt: addons: clear spinner from view on empty list
12 years ago
Francois Cartegnie
b039995fb0
addons: fsstorage: missing check for managed skins files
12 years ago
Francois Cartegnie
e462e62428
addons: fsstorage: strip scheme from catalog path
12 years ago
Francois Cartegnie
15d4d417a9
Qt: animators: missing initializers.
cid #1170830
12 years ago
Francois Cartegnie
eaa5b3205e
addons: handle unclosed addon tags
cid #1170827
cid #1170828
12 years ago
Francois Cartegnie
ad5dda257a
addons: fsstorage: move initializer
cid #1170824
12 years ago
Jean-Baptiste Kempf
d2a5c2d3c8
Updates for NEWS and POTFILES.in
12 years ago
Jean-Baptiste Kempf
414be13305
Update MODULES_LIST file
12 years ago
Denis Charmet
c38a4b7db7
Add a simple raw hevc demux
12 years ago
Denis Charmet
b1c0b33631
Add a trivial hevc packetizer
12 years ago
David Fuhrmann
5f194336a9
macosx: use VLCDropView for the controls bar drop area
This removes VLCThreeImageDropView and thus duplicated
D&D code.
12 years ago
Ludovic Fauvet
b85e854c07
nsis: allow changes in file association after installation ( fix #4323 )
The extensions registration is now split in two:
- All supported extensions are registered during install
- Only the selected extensions are effectively associated with VLC
This allows the user to modify file association (even for extensions
not selected during installation) from the VLC preferences.
12 years ago
Rémi Denis-Courmont
2017370587
mmdevice: avoid incorrect assertion
12 years ago
Felix Abecassis
ad58279cf8
Win32: return a failure when a CHANGE_DISPLAY_SIZE event is forced
See x11.c for rationale.
Close #9273
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Felix Abecassis
1b9ac1d34a
mediacodec: check if the codec can handle the H264 profile of the input format
The level is ignored for now since some encoders are not computing the
level and instead set it to the maximum possible value.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Felix Abecassis
fe85251551
omxil: add conversion functions from OMX H264 profile/levels to profile_idc/level_idc
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
b0070cd505
Qt: fix compilation with Qt5
12 years ago
Francois Cartegnie
591ec61dc1
addons: fsstorage: handle Win32 paths
12 years ago
Rafaël Carré
323d078ca2
packetizers: do not rename variable
Use the same name than PacketizeParse
12 years ago
Francois Cartegnie
bd190a9925
Qt: addons: show summary in addons info popup
12 years ago
Francois Cartegnie
c719c840a4
Qt: addons: fix background paint glitch with new editor
12 years ago
Francois Cartegnie
55678c1ce7
Qt: addons: add support for vlp package drop
12 years ago
Francois Cartegnie
d88a39ecc2
Qt: addons: manager: add support for single archive install
12 years ago
Jean-Baptiste Kempf
da7f0a603e
Atomic: fix compilation under MSVC WinRT mode
... no comment...
12 years ago
Julien 'Lta' BALLET
b35351951b
Reindent Makefile.am in share/
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Julien 'Lta' BALLET
cb4286230b
Moves lua/intf/modules/common.lua to lua/modules, since lua/modules/dkjson.lua depends on it
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Jean-Baptiste Kempf
83029b9d0d
Qt: Reindent Makefile.am
12 years ago
Jean-Baptiste Kempf
13fc70689c
Qt: add references to the new png files
12 years ago
Jean-Baptiste Kempf
c776aa19a0
bluray: shut down a warning
12 years ago
Petri Hintukainen
fecca4507b
bluray: Handle overlay when no data is returned
Fixes HDMV menus with still image background and BD-J menus without background video.
Remove incorrect end of title log message.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Petri Hintukainen
f314ee2a18
bluray: handle overlay in non-menu mode
Required for BluRay text subtitle support.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago