Hugo Beauzée-Luyssen
37db5187e3
potfiles: Reflect recent file changes
10 years ago
Jean-Baptiste Kempf
b753d1c650
Rename "ios2 vout" into "ios vout"
It does not make sense anymore
10 years ago
Jean-Baptiste Kempf
4ceff8a015
Remove audioqueue plugin
10 years ago
Jean-Baptiste Kempf
dc14ecb4f2
Remove VDA plugin
10 years ago
Filip Roséen
4fd5c42137
access: remove legacy zip accessor/stream
zip extraction is now handled by the libarchive based
modules/stream_extractor/archive.c, as such these files/modules are no
longer needed.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Filip Roséen
fe6e88e498
modules/access: remove legacy archive access/filter
Archive extraction is now handled by the libarchive based
modules/stream_extractor/archive.c, as such these files/modules are no
longer needed.
10 years ago
Filip Roséen
bd06876331
modules/access: remove legacy rar access
rar extraction is now handled by the libarchive based
modules/stream_extractor/archive.c, as such these files/modules are no
longer needed.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Filip Roséen
6a88437966
modules/stream_extractor: add libarchive extractor
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
Rémi Denis-Courmont
3fe7be0975
wayland: initial XDG shell window provider
This provides a very very basic window provider using the unstable XDG
shell protocol version 5. This will be updated later, to unstable
version 6, a higher unstable version or preferably a stable version.
10 years ago
Rémi Denis-Courmont
d3986cc50b
wayland: rename wl_shell_surface to wl_shell
10 years ago
Francois Cartegnie
d86da185ef
decoder: ttml: rewrite and unify with demux
Following demux changes.
Now does style inheritance on the fly and
numerous other fixes.
Single module shared now with demux.
10 years ago
Thomas Guillem
b4849d1c55
vout: move egl.c to opengl/egl.c
10 years ago
Thomas Guillem
f5c17abdba
vout: move gl.c to opengl/display.c
10 years ago
Marvin Scholz
5e33115229
macosx: Make VLCFSPanelController accessible
This re-adds the accessibility strings that were present in the old
fullscreen controller.
10 years ago
Jean-Baptiste Kempf
d62d91487c
Skins2: fix distcheck
10 years ago
Felix Paul Kühne
29f0e2ec87
macosx: remove EyeTV UI
10 years ago
Jean-Baptiste Kempf
5c42461b96
po: Remove eyetev file
10 years ago
Rémi Denis-Courmont
1f6082d0e6
xcb/glx: remove GLX video output display plugin
This is replaced by the GLX OpenGL provider plugin.
10 years ago
Thomas Guillem
5d175d23de
video_output: rename android_native_window to android-window
10 years ago
Thomas Guillem
d5a12edeb0
video_output: rename android_window to android-display
Since it's a "vout display" module.
10 years ago
Rémi Denis-Courmont
bfab9beabb
Move spu source and filter plugins to dedicated directory
10 years ago
Jean-Baptiste Kempf
ccfdb5ae52
Remove Direct2D module
10 years ago
Rémi Denis-Courmont
15bfa0f7ef
sd: split generic and playlist code to different modules
10 years ago
Marvin Scholz
3da0d0c218
macosx: Remove old fscontroller source code
Removes the old VLCFSPanel, and references to the
source files from the makefiles, potfiles and
the Xcode project.
10 years ago
Rémi Denis-Courmont
8325c17d62
gettext: update to version 0.19.8
10 years ago
Tristan Matthews
21bb83f3ae
stream_filter: add ADF stream filter ( Fixes #17501 )
10 years ago
Thomas Guillem
73639ea055
move codec/mpeg_audio to packetizer/mpegaudio
("_" is removed to be more consistent with packetizer/mpegvideo)
10 years ago
Thomas Guillem
9ee820129b
move converter/mpgatofixed32 to codec/mad
Remove historical MAD_BUFFER_GUARD hack in mpeg_audio.c
10 years ago
Thomas Guillem
a53ff3785f
codec: move libliba52_plugin to liba52_plugin
10 years ago
Rémi Denis-Courmont
841ff1fde0
Fix bootstrap altering git-tracked files
Regression from 5a739e49d6 .
10 years ago
Jean-Baptiste Kempf
56c19a293a
po: fix renaming of appdata.xml.in
10 years ago
Dominique Leuenberger
5a739e49d6
AppStream: Mark .appdata.xml for translation
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years ago
David Fuhrmann
e76f7235ce
macosx: Rename to VLCMainWindowTitleView
10 years ago
David Fuhrmann
aa373d36fc
macosx: Rename to VLCExtensionsManager
10 years ago
David Fuhrmann
e1df0389e2
macosx: Rename to VLCExtensionsDialogProvider
10 years ago
Tristan Matthews
461b9cb189
aom: add AV1 decoder
10 years ago
Felix Paul Kühne
eb435f00d7
macosx: split controls bar in common and main window files
10 years ago
Felix Paul Kühne
e0dfd83141
macosx: rename VLCMain source file and split out VLCApplication class
10 years ago
Felix Paul Kühne
c751c847de
macosx: rename VLCMain preferences category
10 years ago
Jean-Baptiste Kempf
7a81aa51a7
Update POTFILES.in after the MacOS changes
10 years ago
Thomas Guillem
c859332c49
dtstofloat32: move to dca codec
This decoder works (for now) only if the input is correctly packetized.
10 years ago
Thomas Guillem
b896923e5a
a52tofloat32: move to liba52 codec
This decoder works (for now) only if the input is correctly packetized.
The "a52-upmix" option is dropped (internal upmixing).
10 years ago
Thomas Guillem
698e63396a
codec: remove old dts module
10 years ago
Thomas Guillem
e906e5d49b
packetizer: add new dts module
Based on packetizer/a52.c and packetizer/dts_helper.h
10 years ago
Thomas Guillem
a4c9c4df1d
a52: move to packetizer
10 years ago
Thomas Guillem
8c2aa3bb71
codec: add S/PDIF pass-through decoder
10 years ago
Jean-Baptiste Kempf
a779f6f7a3
Remove BD access module
10 years ago
Julian Scheel
45c877aa1d
access: Add satip access module
This module implements a minimal RTSP subset, which is required to support
satip servers.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago
Rafaël Carré
8b1c185a88
audio_filter: move a52tospdif to tospdif
Modified-By: Thomas Guillem <thomas@gllm.fr>
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago
Rafaël Carré
3c0801cb92
audio_filter: remove dtstospdif
Modified-By: Thomas Guillem <thomas@gllm.fr>
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
10 years ago