1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00
Commit Graph

1609 Commits

Author SHA1 Message Date
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.
2017-01-06 18:11:51 +01:00
Thomas Guillem
b4849d1c55 vout: move egl.c to opengl/egl.c 2016-12-13 16:53:05 +01:00
Thomas Guillem
f5c17abdba vout: move gl.c to opengl/display.c 2016-12-13 16:53:05 +01:00
Marvin Scholz
5e33115229 macosx: Make VLCFSPanelController accessible
This re-adds the accessibility strings that were present in the old
fullscreen controller.
2016-12-13 11:15:43 +01:00
Jean-Baptiste Kempf
d62d91487c Skins2: fix distcheck 2016-12-13 10:20:09 +01:00
Felix Paul Kühne
29f0e2ec87 macosx: remove EyeTV UI 2016-12-04 11:59:04 +01:00
Jean-Baptiste Kempf
5c42461b96 po: Remove eyetev file 2016-12-04 11:35:23 +01:00
Rémi Denis-Courmont
1f6082d0e6 xcb/glx: remove GLX video output display plugin
This is replaced by the GLX OpenGL provider plugin.
2016-11-28 19:47:25 +02:00
Thomas Guillem
5d175d23de video_output: rename android_native_window to android-window 2016-11-28 16:36:44 +01:00
Thomas Guillem
d5a12edeb0 video_output: rename android_window to android-display
Since it's a "vout display" module.
2016-11-28 16:36:44 +01:00
Rémi Denis-Courmont
bfab9beabb Move spu source and filter plugins to dedicated directory 2016-11-25 23:07:43 +02:00
Jean-Baptiste Kempf
ccfdb5ae52 Remove Direct2D module 2016-11-22 22:14:08 +01:00
Rémi Denis-Courmont
15bfa0f7ef sd: split generic and playlist code to different modules 2016-11-20 16:31:27 +02:00
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.
2016-10-30 22:45:13 +01:00
Rémi Denis-Courmont
8325c17d62 gettext: update to version 0.19.8 2016-10-27 14:21:45 +03:00
Tristan Matthews
21bb83f3ae stream_filter: add ADF stream filter (Fixes #17501) 2016-10-25 08:44:37 -04:00
Thomas Guillem
73639ea055 move codec/mpeg_audio to packetizer/mpegaudio
("_" is removed to be more consistent with packetizer/mpegvideo)
2016-10-10 18:41:18 +02:00
Thomas Guillem
9ee820129b move converter/mpgatofixed32 to codec/mad
Remove historical MAD_BUFFER_GUARD hack in mpeg_audio.c
2016-10-10 18:41:18 +02:00
Thomas Guillem
a53ff3785f codec: move libliba52_plugin to liba52_plugin 2016-10-10 18:41:18 +02:00
Rémi Denis-Courmont
841ff1fde0 Fix bootstrap altering git-tracked files
Regression from 5a739e49d6.
2016-09-20 11:39:39 +03:00
Jean-Baptiste Kempf
56c19a293a po: fix renaming of appdata.xml.in 2016-09-08 18:35:02 +02:00
Dominique Leuenberger
5a739e49d6 AppStream: Mark .appdata.xml for translation
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2016-09-07 15:20:00 +02:00
David Fuhrmann
e76f7235ce macosx: Rename to VLCMainWindowTitleView 2016-09-02 00:03:43 +02:00
David Fuhrmann
aa373d36fc macosx: Rename to VLCExtensionsManager 2016-09-02 00:03:43 +02:00
David Fuhrmann
e1df0389e2 macosx: Rename to VLCExtensionsDialogProvider 2016-09-02 00:03:43 +02:00
Tristan Matthews
461b9cb189 aom: add AV1 decoder 2016-08-21 13:28:17 -04:00
Felix Paul Kühne
eb435f00d7 macosx: split controls bar in common and main window files 2016-08-10 20:07:43 +02:00
Felix Paul Kühne
e0dfd83141 macosx: rename VLCMain source file and split out VLCApplication class 2016-08-10 20:00:09 +02:00
Felix Paul Kühne
c751c847de macosx: rename VLCMain preferences category 2016-08-10 19:50:10 +02:00
Jean-Baptiste Kempf
7a81aa51a7 Update POTFILES.in after the MacOS changes 2016-08-09 20:11:15 +02:00
Thomas Guillem
c859332c49 dtstofloat32: move to dca codec
This decoder works (for now) only if the input is correctly packetized.
2016-07-28 08:52:01 +02:00
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).
2016-07-28 08:52:01 +02:00
Thomas Guillem
698e63396a codec: remove old dts module 2016-07-28 08:52:01 +02:00
Thomas Guillem
e906e5d49b packetizer: add new dts module
Based on packetizer/a52.c and packetizer/dts_helper.h
2016-07-28 08:52:00 +02:00
Thomas Guillem
a4c9c4df1d a52: move to packetizer 2016-07-28 08:52:00 +02:00
Thomas Guillem
8c2aa3bb71 codec: add S/PDIF pass-through decoder 2016-07-28 08:50:56 +02:00
Jean-Baptiste Kempf
a779f6f7a3 Remove BD access module 2016-07-25 22:10:45 +02:00
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>
2016-07-08 10:06:15 +02:00
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>
2016-06-14 13:09:33 +02:00
Rafaël Carré
3c0801cb92 audio_filter: remove dtstospdif
Modified-By: Thomas Guillem <thomas@gllm.fr>
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2016-06-14 13:08:57 +02:00
Thomas Guillem
c2d3294584 libvlc: remove (almost unused) libvlc_structures.h
Move the only 2 remaining typedef into vlc/libvlc.h
2016-04-25 10:46:04 +02:00
Jean-Baptiste Kempf
3c2143b593 video_output: msw -> win32 for Windows 2016-04-17 21:50:58 +02:00
Jean-Baptiste Kempf
985552558a Remove QuickTime module 2016-04-17 21:50:58 +02:00
Jean-Baptiste Kempf
822cc45dd3 Move YUVP filter to Video Chroma 2016-04-16 11:11:45 +02:00
Jean-Baptiste Kempf
c27d273bca Move Qt from qt4 to qt folder 2016-02-27 17:25:04 +01:00
Francois Cartegnie
395db15f19 demux: adaptative: rename to adaptive 2016-02-19 19:20:07 +01:00
Francois Cartegnie
efc1cee95d demux: ts: split the beast 2016-02-10 10:28:10 +01:00
Felix Paul Kühne
1baae638b5 Add Bonjour service discovery module 2016-02-09 20:28:44 +01:00
Jean-Baptiste Kempf
55280fa62c Rename bonjour module to avahi
Bonjour is an implementation, trademarked by Apple, of Zeroconf
protocol, which avahi is a (slightly) different implementation.
Zeroconf protocol is mostly mdns + dns-sd
2016-02-06 11:36:15 +01:00
Odd-Arild Kristensen
5025bc4e62 Implemented a new edge detection video filter
The edge detection filter uses the Sobel operator to detect and highlight
edges in a frame. In order to successfully detect an edge, the image must
first be converted to gray scale (because Sobel is a gray scale operator) and
then have a slight Gaussian blur applied to it. We do this because Sobel is a
noisy operator and the Gaussian blur reduces this noise.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2016-02-05 16:32:46 +01:00