Commit Graph

1017 Commits

Author SHA1 Message Date
Rémi Denis-Courmont 56fb22c5a4 remoteosd: remove 2019-05-15 20:21:39 +03:00
Felix Paul Kühne 02f0392f56 macosx: improve AppleScript API (closes #22213) 2019-04-21 18:08:11 +02:00
Paul B Mahol 92ba6d9fab avcodec: add AGM support
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2019-04-11 17:42:00 +02:00
Jean-Baptiste Kempf 7334cf3ca5 Update NEWS from 3.0.x branch 2019-02-18 17:17:01 +01:00
Shaleen Jain 7da4464ca0 dlna: add a DLNA stream out
Add support for casting to a DLNA Media Renderers
implementing the AVTransport service with the
initial support of the default media format.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
2019-01-10 17:14:00 +01:00
Rémi Denis-Courmont 19c8c3a7e6 xcb/render: X11 RENDER display plugin
This brings the modern (well, at least current) X11 rendering protocol
for video output (refs #12348).

Compared to plain X11, it can handle scaling and orientation.
Compared to XVideo, it can handle orientation, and can crop correctly
(without bleeding), but it expects packed RGB rather than YCbCr.

Also RENDER would be able to handle SPU blending (and SPU scaling),
though this is left for future work, which neither X11 nor XVideo can.
2018-12-19 21:10:29 +02:00
Francois Cartegnie d7b57946eb update NEWS 2018-11-19 14:22:38 +01:00
David Fuhrmann f3317dd1a8 NEWS: Mention avaudiocapture module 2018-11-18 14:35:52 +01:00
Sergio Ammirata b504fabced access_out: add RIST module
RIST for Reliable Internet Stream Transport (RIST) Protocol.

The implementation follows the Video Services Forum (VSF) Technical
Recommendation TR-06 which defines an ARQ based UDP transmission protocol
for real-time streaming over lossy networks (internet, wifi, etc).

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2018-11-05 18:25:35 +01:00
Sergio Ammirata 2cb6e84597 access: add RIST module
RIST for the Reliable Internet Stream Transport Protocol

The implementation follows the Video Services Forum (VSF) Technical
Recommendation TR-06 which defines an ARQ based UDP transmission protocol
for real-time streaming over lossy networks (internet, wifi, etc).

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
2018-11-05 18:25:35 +01:00
David Fuhrmann aafd5f992d macOS build: Bump minimum required OS version to 10.11
As discussed, 10.11 is needed to use the updated collection view API
for the UI overhaul.
2018-09-24 09:33:38 +02:00
Felix Paul Kühne bed03b5d9a src/darwin: re-write netconf to return specific proxies for requested schemes (closes #21150) 2018-09-14 10:55:41 +02:00
Francois Cartegnie 752df69bf9 sout: add SDI stream output
Decklink vout backport, so
this is the currently the only support
2018-09-05 10:35:32 +02:00
Paul B Mahol ad6de6b1ad add IMM4 support via libavcodec
Signed-off-by: Steve Lhomme <robux4@ycbcr.xyz>
2018-08-23 13:05:35 +02:00
Tristan Matthews dd8912628d NEWS: add entry for 16-bit greyscale 2018-07-17 08:54:10 -04:00
Filip Roséen 9a3fef93ae NEWS: add entry for DVBSUB support in mkv 2018-07-16 13:52:38 +02:00
Jean-Baptiste Kempf a807e36064 Remove Real demuxer plugin
Please write a new one in Rust!
2018-07-11 19:15:59 +02:00
Jean-Baptiste Kempf b007abf4c3 Remove RealRTSP plugin
Move to 21st century!
2018-07-11 18:50:49 +02:00
Thomas Guillem 93a117fa3e Update News 2018-07-09 09:30:51 +02:00
Jean-Baptiste Kempf 19361d4eee NEWS: merge news from 3.0 branch 2018-06-08 20:25:25 +02:00
Francois Cartegnie 08364771dc codec: ttml: add support for SMPTE-TT image profile 2018-05-15 21:41:45 +02:00
Francois Cartegnie e32b023f50 demux: dash: add WebM support 2018-04-30 19:48:21 +02:00
Rémi Denis-Courmont 24d281fede alsa: add HDMI passthrough mode
(This is untested.)
2018-04-15 16:13:37 +03:00
Marvin Scholz 66cdaaaf1f osx_notifications: remove Growl support, refactor
As per the discussion on the ML, Growl support is removed for VLC 4.0.

With this refactoring the module is ARC compatible too, simplifying
memory management.

https://mailman.videolan.org/pipermail/vlc-devel/2018-February/117924.html
2018-04-10 01:32:57 +02:00
Tristan Matthews 51d80180af NEWS: mention WebP decoding 2018-03-26 09:54:28 -04:00
Francois Cartegnie 193f466c4a demux: add support for HEIF 2018-03-13 18:51:32 +01:00
Jean-Baptiste Kempf 967567f833 Fix typos in NEWS
Close #19639
2018-02-09 17:58:56 +01:00
Jean-Baptiste Kempf 1e2cc62bda Update NEWS from 3.0.x and 2.2.x branch 2018-02-06 23:09:24 +01:00
Thomas Guillem 90ab989e73 vout: remove omxil output 2018-02-02 16:02:19 +01:00
Thomas Guillem 73bd473e66 codec: remove iomx support (android)
The API is private and we are not allowed to use it on recent devices (and
MediaCodec support is far more advanced).
2018-02-02 15:37:49 +01:00
Thomas Guillem 7d141bf19f vout: remove aa output
Because caca is the future.
2018-02-02 14:59:50 +01:00
Thomas Guillem 869280963b vout: remove evas output
Not built and tested since a long time. The good way to go is to use the
openGLES2 vout.
2018-02-02 14:46:09 +01:00
Jean-Baptiste Kempf 10d7667173 NEWS: Mention WebVTT encoder 2018-01-25 16:42:18 +01:00
Tristan Matthews 4080da1f9e aom: add AV1 encoding
Supports I420 10 bpp and 8bpp.
2017-12-27 16:03:08 -05:00
Jean-Baptiste Kempf 64707300b9 NEWS: mention the requirement of KB2533623 2017-12-10 17:08:30 +01:00
Jean-Baptiste Kempf 6e8e1ef305 Use the 4.0.0-dev name for development of 4.0 2017-11-30 19:32:26 +01:00
Jean-Baptiste Kempf 3e22a8fafd NEWS: fix typos and errors 2017-11-30 12:08:41 +01:00
Marvin Scholz 27bb516b0c codec/audiotoolbox_midi: Add AudioToolbox MIDI decoder 2017-11-30 02:56:41 +01:00
Jean-Baptiste Kempf 6883f78aba NEWS: Mention platform requirements 2017-11-30 02:32:06 +01:00
Jean-Baptiste Kempf 1f2e534f30 Welcome to Otto Chriek, the vampire photographer, aka 4.0 2017-11-30 01:47:53 +01:00
Jean-Baptiste Kempf 8d432b090e Update NEWS for 3.0
There are probably still some things missing, please report them!
2017-11-30 01:43:10 +01:00
Jean-Baptiste Kempf fc063b5195 Update NEWS from 2.2.x branch 2017-11-23 10:36:26 +01:00
David Fuhrmann b7ebf93927 NEWS: Update macOS specific parts
Added some new entries. Removed duplicate entry. Better ordering.
2017-11-04 21:48:38 +01:00
Francois Cartegnie ba58c3a045 codec: add CEA708 decoder 2017-10-17 19:35:10 +02:00
Rémi Denis-Courmont 10c2c932af raop: remove obsolete and unmaintained plugin 2017-10-08 12:16:53 +03:00
Justin Kim f38c0bc931 access: srt: introduce srt input module
Secure Reliable Transport (SRT) is a proprietary transport technology
that optimizes streaming performance across unpredictable networks.
This patch is an imlementation of input module which works as a SRT
client based on SRT Library[0].

[0] https://github.com/Haivision/srt/releases

Signed-off-by: Justin Kim <justin.kim@collabora.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2017-10-05 18:57:21 +02:00
Francois Cartegnie 38bef9cdb5 libvlc: remove vlc_epg_Merge 2017-09-05 15:26:41 +02:00
Francois Cartegnie f97ba7b82d demux: subtitle: add support for SCC 2017-08-29 08:40:41 +02:00
Jean-Baptiste Kempf 19941a73f4 Update some NEWS for 3.0 2017-08-21 09:34:32 +02:00
Rémi Denis-Courmont 4b8a2755fe sdl: remove video output
The SDL video output has been forcefully disabled on MacOS X for 12
years. It has also been disabled in Windows builds for over 6 years.
Finally, it has been broken on X11 due to lack of windowing
integration, for several years, cannot be fixed without changes to
the SDL API, and is completely useless.
2017-08-06 21:26:07 +03:00