1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
Commit Graph

1044 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
e6b4585aad Update NEWS 2015-03-14 11:45:39 +01:00
Francois Cartegnie
f0ff4efabb update NEWS 2015-03-12 14:12:52 +01:00
Jean-Baptiste Kempf
a0c3ef49d9 Remove ZPL demuxer
This is confusing with Zune Playlists and those are extremely rare
2015-03-12 11:16:26 +01:00
Martell Malone
63be579eea d3d11 vout plugin
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-03-09 00:11:36 +01:00
Jean-Baptiste Kempf
96e66d59da Synchronize NEWS 2015-02-26 21:31:40 +01:00
Jean-Baptiste Kempf
26082382ce Remove langfromtelx 2015-02-24 11:32:56 +01:00
Jean-Baptiste Kempf
3375a555fe Update NEWS and MODULES_LIST 2015-02-10 11:25:55 +01:00
Rémi Denis-Courmont
15ed098258 journal: add native logger module for the SystemD Journal 2015-02-08 14:57:17 +02:00
Rémi Denis-Courmont
b20e1eda4a syslog: convert to logger module 2015-02-08 14:57:14 +02:00
Tristan Matthews
1122886d9c Update NEWS, MODULES_LIST and POTFILES.in 2015-02-05 16:00:57 -05:00
Francois Cartegnie
0c59f960ba Update NEWS 2015-01-29 13:30:33 +01:00
Mark Lee
a60b897e11 lib: add libvlc_audio_output_device_get()
This function gets the active device identifier for the current
audio output, if there is one, and is the complementary function
to libvlc_audio_output_device_set().

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-01-28 00:01:39 +01:00
Jean-Baptiste Kempf
bec1bd4d9a Mention Lame replaygain in NEWS 2015-01-22 15:59:36 +01:00
Thomas Guillem
87ed7b37ef Add NEWS about libVLC
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-01-20 14:24:29 +01:00
Francois Cartegnie
2226f51773 demux: ts: fully probe TopField VDR headers and set service id (fix #11034) 2015-01-19 21:39:02 +01:00
Jean-Baptiste Kempf
571c61a700 Add NEWS about libVLC 2015-01-13 23:31:55 +01:00
Thomas Guillem
fa7924acb3 lib: change libvlc_media_discoverer_t creation
libvlc_media_discoverer_new_from_name was creating a services_discovery_t and
was starting it, so libvlc_MediaDiscovererStarted event (or any other events)
could not be received.

To fix that, Split libvlc_media_discoverer_new_from_name into
libvlc_media_discoverer_new and libvlc_media_discoverer_start. That way, we can
attach events between create and start.

libvlc_media_discoverer_new_from_name is now deprecated, but it still works
like before.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-01-13 23:28:17 +01:00
Tristan Matthews
08722cb582 Update NEWS 2015-01-12 17:29:47 -05:00
Tristan Matthews
0451f97152 bpg: add libbpg decoder 2015-01-08 11:47:03 -05:00
Jean-Baptiste Kempf
c13e7d4a39 Update NEWS 2014-12-30 14:56:55 +01:00
Ludovic Fauvet
61f7f3dc63 Add MPEG audio layer I, II, III decoder based on mpg123 2014-12-02 18:45:09 +01:00
Jean-Baptiste Kempf
10cc586e39 Mention fps in NEWS 2014-12-01 11:56:26 +01:00
Jean-Baptiste Kempf
5e59835da1 Update NEWS with 2.2 branch 2014-11-12 10:43:42 +01:00
Yuudai Yamashigi
55a03066e5 stream_filter: add ARIB STD-B25 virtual cam module 2014-10-29 18:24:33 +01:00
Jean-Baptiste Kempf
3b13a01aaa Update NEWS and MODULES_LIST 2014-10-11 13:09:11 +02:00
Rémi Denis-Courmont
cc79ed90a9 wl_screenshooter: Wayland screen grabber 2014-09-27 18:53:15 +03:00
Francois Cartegnie
5ec54bbd54 update NEWS 2014-09-24 22:35:08 +02:00
Tristan Matthews
9c8d5afec7 NEWS: update for daala 2014-09-22 11:51:17 +01:00
Tristan Matthews
7908311aca NEWS: update for Opus in TS 2014-09-20 13:12:55 -04:00
Antti Ajanki
68699a3224 access/http: Share cookies between all playlist items
Shared cookies are required, for example, by certain HDS and HLS streams
that set a cookie when the manifest is read and expect it to be sent
back on subsequent fragment requests.

The cookie jar is created during playlist initialization. HTTP requests
inherit the cookie jar from the playlist.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
2014-09-16 23:31:49 +03:00
Francois Cartegnie
ee7894278b mux: mp4: add fragmented mp4 muxer
mp4stream tries to build stream with 1.5sec runs.
mp4frag aims files by creating a compatible index.

Might need for transcode tests (fragments are 1.5 sec only).
--sout-x264-keyint=30 --sout-avcodec-strict=-2

Streaming done using http, with fragment start used as iframes.
2014-08-30 15:33:26 +09:00
Tristan Matthews
9fc9d52165 daala: update NEWS, MODULES_LIST and POTFILES.in 2014-08-28 03:12:04 -04:00
Jean-Baptiste Kempf
ce08131bd9 NEWS: forward port NEWS from 2.2.x and 2.1.5 2014-08-16 02:41:48 +02:00
Naohiro KORIYAMA
97c02be6f5 codecs: add support for ARIB subtitles
Fixed-by: Francois Cartegnie <fcvlcdev@free.fr>
Signed-off-by: Francois Cartegnie <fcvlcdev@free.fr>
2014-08-15 12:04:24 +09:00
Jean-Baptiste Kempf
97e43252e5 NEWS and installer about .evo 2014-08-10 09:30:18 +02:00
Jean-Baptiste Kempf
2f5e62451f Update NEWS 2014-08-01 01:07:47 +02:00
Francois Cartegnie
f8bb195c36 access/stream_filter: add libarchive
Allows decompression and access through rar, lha, tar, ...
Mostly unseekable.
2014-07-29 23:01:26 +09:00
Felix Paul Kühne
d9c2c02010 Update NEWS 2014-07-23 22:13:44 +02:00
Rémi Denis-Courmont
b1ff12ad54 Update news 2014-07-11 09:43:30 +02:00
Julien 'Lta' BALLET
858bc79cf5 Add a libdsm based service discovery module to find CIFS speaking host on LAN
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-07-04 20:10:56 +02:00
Julien 'Lta' BALLET
5ee7422610 Add a libdsm based SMB/CIFS access module
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-07-04 20:10:55 +02:00
Jonathan Thambidurai
f99d052a49 Support for Http Dynamic Streaming
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-07-04 19:31:58 +02:00
Jean-Baptiste Kempf
3e6cd94765 Fix NEWS for 3.0.0-git 2014-06-16 18:54:10 +02:00
David Fuhrmann
1aa472f112 NEWS: add some entries for the mac interface 2014-05-25 17:22:19 +02:00
Jean-Baptiste Kempf
3c76752f2e Update NEWS 2014-05-24 16:35:32 +02:00
Dennis Hamester
729e197023 codec/mmal: Add mmal based decoder plugin
This plugin is capable of decoding MPEG-2 and H264 video through the Multi
Media Abstraction Layer (MMAL) by Broadcom. It is supported by recent Broadcom
SoCs and found on the widely spread Raspberry Pi.

Signed-off-by: Dennis Hamester <dennis.hamester@gmail.com>
Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-05-22 11:28:31 +02:00
Dennis Hamester
2312578206 video_output/mmal: Add mmal based video output plugin
This plugin uses the Multimedia Abstraction Layer (mmal) by Broadcom. It is
supported on recent Broadcom SoCs as found on the well known Raspberry Pi.
The plugin features support for native blending of overlays through DispManX.
Furthermore it supports automatic adaption of refresh rate to the video being
played through the tvservice API.

Signed-off-by: Dennis Hamester <dennis.hamester@gmail.com>
Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-05-22 11:28:30 +02:00
Vikram Fugro
074be88bc3 Add a GStreamer-based decoder module
GStreamer is a cross-platform multimedia processing
framework for audio/video postprocess/capture/
encode/decode/render.

This module is intended for Audio/Video decoding using
the available GStreamer plugins present in the system.
Currently this module supports only video decoding
and can be extended to audio decoding as well.
ZeroCopy is currently not supported and must be added.

Codecs currently supported are h264, mpeg4, vp8, mpeg2,
flashvideo, wmv1/2/3, vc1.

Signed-off-by: Vikram Fugro <vikram.fugro@gmail.com>
Signed-off-by: Jean-Baptiste <jb@videolan.org>
2014-05-11 16:04:29 +02:00
Felix Paul Kühne
37fb48bc77 macosx: add a11y option to increase playlist table font size
Dimensions match the iTunes counter-part setting
2014-04-27 18:56:29 +02:00
Felix Paul Kühne
740e1aad56 macosx: expose continue playback option in simple settings 2014-04-26 19:01:51 +02:00
Felix Abecassis
2762ab0abe codec: implementation of Media Foundation Transform audio/video decoding
Media Foundation is a framework for encoding/decoding multimedia
content on Windows Vista and above. A Media Foundation Transform (MFT)
is a module implementing an encoder, a decoder or a filter.

MFTs can be enumerated and initialized using the function MFTEnumEx.
A MFT can be SW or HW, synchronous or asynchronous.
2014-04-25 16:03:45 +02:00
Francois Cartegnie
b22d646292 update NEWS 2014-04-18 21:17:12 +02:00
Francois Cartegnie
06ee1e1131 Qt: implement teletext buttons (fix #11132) 2014-04-03 08:34:37 +02:00
Francois Cartegnie
fd569c883b demux: mp4: add support for tx3g (fix #8305) 2014-03-25 17:35:48 +01:00
Francois Cartegnie
6a63bcae63 codec: add tx3g spu 2014-03-25 17:35:40 +01:00
Felix Paul Kühne
f064714362 Remove the CoreGraphics video output modules since it was only a skeleton for the CoreAnimation Layer module, so it's not needed anymore 2014-03-12 19:27:11 +01:00
Felix Paul Kühne
6e8199aa1b Update NEWS and module list 2014-03-06 16:29:02 +01:00
Denis Charmet
6ceff201c7 Update NEWS 2014-02-24 23:46:05 +01:00
Felix Paul Kühne
669c40dc0b Merge 2.1.2 and 2.1.3 NEWS 2014-02-21 15:02:06 +01:00
Jean-Baptiste Kempf
c76b97683e Update NEWS and MODULES_LIST 2014-02-20 16:52:01 +01:00
Jean-Baptiste Kempf
c09c8dc624 News: fix typo found by No_se 2014-02-16 16:55:03 +01:00
Jean-Baptiste Kempf
0fcc57d946 Update NEWS 2014-02-16 16:39:06 +01:00
Rafaël Carré
4847fa8932 Remove --ts-out option 2014-02-15 17:13:41 +01:00
Rafaël Carré
f2f0361f35 sout-all now defaults to true
Stop losing extra audio tracks after the first one
2014-02-15 16:34:20 +01:00
Ilkka Ollakka
dfaaba05fc NEWS: mention transcode fps accepting rational numbers 2014-02-15 16:39:57 +02:00
Jean-Baptiste Kempf
d2a5c2d3c8 Updates for NEWS and POTFILES.in 2014-02-11 23:03:05 +01:00
Ilkka Ollakka
bacd512309 stats module
Prints dts, segment number, length, difference to previous dts and md5
of block.

with prefix-option you can give prefix to print in stats-line, so you can
add stats module multiple times with different prefixes. Output to file
is given with output parameter.
2014-02-09 10:43:02 +02:00
Jean-Baptiste Kempf
c2441322e4 Add NEWS for FFT windowing 2014-02-08 15:39:22 +01:00
Jean-Baptiste Kempf
8d6db3acb2 NEWS: mention libvlc change 2014-02-08 14:57:22 +01:00
Felix Abecassis
27d6d6fd5e Direct3D: implement HLSL pixel shading in the rendering pipeline
The user can choose to apply a builtin shader using a selection list
in the options of the Direct3D vout module. A custom shader function
can also be loaded by specifying the path of the shader file.

Many changes since the latest patch proposal: we are not compiling
"shader techniques" anymore but now shader functions using the "main"
entrypoint.  All the shaders previously in pixelShader.fx are now
builtins.

Based on the code by Sasha Koruga for GSoC 2010.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-02-08 14:46:25 +01:00
Jean-Baptiste Kempf
2768afffbe Update NEWS for Bink and jpeg encoder 2014-02-07 16:03:34 +01:00
David Fuhrmann
254a5ee275 Added coreanimation opengl layer vout module
This module is used for video output with the windowed npapi plugin.

close #8506
2014-02-03 12:44:07 +01:00
Felix Abecassis
d75a07a202 mediacodec: implementation of MediaCodec GPU direct rendering
Based on the work by Martin Storsjö.

The decoder stores opaque buffers in the p_sys member of the picture
and the vout uses a callback from the decoder to render these
buffers. When the decoder flushes or closes, all the currently in
flight pictures (filled by the decoder but not displayed yet) need to
be invalidated. A mutex is required in order to prevent the vout from using
destroyed MediaCodec buffers.

In order to avoid a deadlock when exiting the decoder, a maximum number of polling
attempts was added in order to avoid blocking the decoder indefinitely if the vout
is not releasing output buffers anymore.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-17 12:59:13 +01:00
Rafaël Carré
3514f7b009 Mention dirac removal 2014-01-16 20:55:49 +01:00
Andrey Utkin
2b0d988253 Enable JPEG RTP packetization
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2014-01-12 18:40:38 +01:00
Jean-Baptiste Kempf
e714549a2a Add .rpl extension 2014-01-12 16:56:53 +01:00
Jean-Baptiste Kempf
2a036fb478 Add .txd extension
But do not register it by default on Windows.
2014-01-12 16:53:02 +01:00
Jean-Baptiste Kempf
82ebd6931f Add .thp extension 2014-01-12 16:50:43 +01:00
Francois Cartegnie
3f6abe77dc mux: ogg: add support for VP8 in OGG 2014-01-06 00:52:06 +01:00
Francois Cartegnie
3111f2923a demux: ogg: add ogg/VP8 support 2014-01-06 00:52:06 +01:00
David Fuhrmann
673d45d0d5 Add secure transport TLS module
Secure Transport is a TLS library part of the Security framework
(preinstalled on every iOS and MacOS device). This library does
certificate validation during handshake automatically using the
root certificates from the preinstalled certificate store.

The main reason for this module is proper certificate validation
on iOS devices. This is not possible with gnutls, because there is
no access to the root certificates for external applications.
The module is also intended for use on OSX.
2013-12-30 19:28:01 +01:00
Jean-Baptiste Kempf
5c73aceefe Update NEWS, MODULES_LIST and POTFILES.in 2013-12-26 18:59:28 +01:00
Nicolas Bertrand
ce2d636848 DCP: new access-demux module for DigitalCinemaPackage
This version only support 1-Reel-per-track DCPs, like trailers

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-12-15 15:59:45 +01:00
Jean-Baptiste Kempf
fb9d7879a3 Fix typo 2013-12-14 17:29:11 +01:00
Jean-Baptiste Kempf
cea1a7b5ae Update NEWS and MODULES_LIST for 2.2.0 2013-12-14 17:19:42 +01:00
Jean-Baptiste Kempf
b52e3f083a Update NEWS 2013-12-09 11:19:18 +01:00
Jean-Baptiste Kempf
903d5ae98f Update NEWS from 2.1 branch 2013-11-11 19:23:07 +01:00
Adrien Maglo
7e52cd8a50 Update NEWS 2013-11-08 14:49:59 +01:00
Rafaël Carré
b98b0210aa libvpx decoder 2013-10-20 17:34:18 +02:00
Matthias Keiser
d475c5fd2b Add a new caf file demuxer module 2013-10-02 15:45:43 +02:00
Tristan Matthews
886db9fd1b opus: add encoder
This patch adds an encoder to the opus module.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-09-30 14:02:52 +02:00
Rafaël Carré
f1d6824164 x265 encoder 2013-09-17 18:29:10 +02:00
Jean-Baptiste Kempf
c14d76a3d7 Mention WebM streaming in NEWS 2013-09-16 15:11:22 +02:00
Jean-Baptiste Kempf
3b65b0b777 NEWS: mention x262 2013-09-16 15:03:30 +02:00
Rémi Denis-Courmont
6d223c4ca8 mash: remove plugin
Upstream is gone. Maintainer has left. Build system support is missing.
2013-09-15 20:31:49 +03:00
Vianney Boyer
24d7d66f6c Freeze: Freeze interactive video filter
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-08-18 22:27:03 +02:00
Adrien Maglo
ad3517122a New 3D OpenGL audio spectrum visualization. 2013-08-18 22:03:11 +02:00
Felix Paul Kühne
31556949bf CoreGraphicsLayer: update accessory files 2013-08-17 15:19:53 +02:00
Jean-Baptiste Kempf
dc894c9729 Update NEWS 2013-08-15 20:51:23 +02:00
Vianney Boyer
1f5a77b0a5 VHS: VHS style video filter
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-08-15 13:46:54 +02:00
Vianney Boyer
4322d4210e Oldmovie: Oldmovie style video filter
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2013-08-15 13:27:51 +02:00
Francois Cartegnie
28cf0eee77 update NEWS 2013-07-24 16:01:03 +02:00
Jean-Baptiste Kempf
902cc2d4a7 Remove older iOS vout 2013-07-19 11:34:45 +02:00
Denis Charmet
976d8b00b2 Update NEWS 2013-07-11 00:57:12 +02:00
Jean-Baptiste Kempf
47d20839ee NEWS: fix encoding 2013-07-09 14:09:31 +02:00
Rafaël Carré
e7d57cfd2b NEWS: version typo 2013-07-03 09:52:20 +02:00
Jean-Baptiste Kempf
7c56e272ae On the road to 2.2.0 2013-07-02 16:37:23 +02:00
Jean-Baptiste Kempf
e2916227e4 NEWS about 2.1.0 2013-06-24 19:45:26 +02:00
Rafaël Carré
4a1143be3b merge NEWS from 2.0 2013-06-20 14:52:16 +02:00
Jean-Baptiste Kempf
5e6a5d3530 Update NEWS, LIST, POTFILES and minor change for QSV. 2013-06-12 13:02:19 +02:00
Jean-Baptiste Kempf
150834c7dc Mention WAV/RF64 in NEWS 2013-05-02 16:17:18 +02:00
Felix Paul Kühne
543d0af1a9 minor update 2013-05-02 11:46:44 +02:00
Jean-Baptiste Kempf
e9f12b9e31 On the road to 2.1.0-pre1 2013-04-25 14:53:51 +02:00
Felix Paul Kühne
508958eb55 macosx: added support for the Boss Key (close #7243) 2013-04-22 23:21:56 +02:00
Felix Paul Kühne
d892a6b551 macosx: add support for the Video Title option (close #3557) 2013-04-22 22:01:05 +02:00
Felix Paul Kühne
e2b3a9bfc6 NEWS: nitpicking 2013-04-21 23:26:24 +02:00
Felix Paul Kühne
10bd3be09a NEWS: add Subtitles menu to OSX section 2013-04-21 22:45:24 +02:00
Francois Cartegnie
5b5ccda8de update NEWS 2013-04-20 13:31:01 +02:00
Felix Paul Kühne
6479d47f06 Update NEWS and LIST for AVFoundation video capture module 2013-04-18 12:43:46 +02:00
Francois Cartegnie
4f23a96080 Update NEWS 2013-04-14 14:36:44 +02:00
Ilkka Ollakka
501a65be12 NEWS: add mention to livehttp key-loadfile option 2013-04-11 14:32:52 +03:00
Felix Paul Kühne
829bb53612 add new modules to the relevant files 2013-04-04 19:48:16 +02:00
Jean-Baptiste Kempf
30b5874ffd Remove loader 2013-04-02 12:56:03 +02:00
Jean-Baptiste Kempf
8eec37a5f3 More NEWS about Qt and Core 2013-03-26 13:03:36 +01:00
Jean-Baptiste Kempf
48e2f6c331 Update NEWS for 2.1 2013-03-26 12:39:53 +01:00
Francois Cartegnie
e9074e229a access: add Remote Desktop viewer module 2013-03-26 12:11:22 +01:00
David Fuhrmann
ebb6799474 NEWS: mention iTunes pausing support 2013-03-23 15:01:06 +01:00
Rafaël Carré
e238275078 Remove unmaintained switcher module 2013-03-19 22:29:40 +01:00
Francois Cartegnie
d5dd32552f access: add vnc/rfb: update LIST/NEWS 2013-03-18 14:47:14 +01:00
Ilkka Ollakka
6ab7352e93 NEWS: mention livehttp encryption 2013-03-17 17:07:19 +02:00
Felix Paul Kühne
08996f73ad NEWS: OSX stuff 2013-03-10 14:41:31 +01:00
Felix Paul Kühne
5f5167f1ea macosx: re-write and simplify the apple event handlers for GetURL and OpenURL, make it respect 'macosx-autoplay' (close #6319) 2013-03-09 17:21:43 +01:00
Ilkka Ollakka
41a7f1cb2d NEWS: add livehttp mention 2013-02-28 13:24:14 +02:00
Rémi Denis-Courmont
306964775d MCE: remove old plugin 2013-02-23 10:30:43 +02:00
Jean-Baptiste Kempf
303f6938f2 NEWS: speak about new libvlc_*tracks* methods 2013-02-13 11:44:10 +01:00
Felix Paul Kühne
ff71cffb9f NEWS: mention OpenGL ES shader support and fix some typos 2013-02-09 01:33:09 +01:00
Felix Paul Kühne
9eb78bf485 NEWS: updates for Mac 2013-02-04 19:05:55 +01:00
Felix Paul Kühne
90c4ceacb0 NEWS: announce that the infamous audio output failure on TASCAM's USD-based MIDI-interfaces is fixed 2013-02-03 21:32:58 +01:00
Rafaël Carré
9c38916549 Decklink output 2013-01-24 18:12:35 +01:00
Rémi Denis-Courmont
bd07e8f99f News 2013-01-13 16:28:27 +02:00
Mirsal Ennaime
85df0077bc news: Update the 2.1 services discovery section 2012-12-28 11:28:32 +01:00
Felix Paul Kühne
59d6ab773e macosx: adapt fspanel layout to update time slider graphics 2012-12-27 00:26:43 +01:00
Jean-Baptiste Kempf
913f902e15 Update NEWS for audio outputs 2012-12-15 16:54:51 +01:00
Jean-Baptiste Kempf
b06dadcf5f Merge 2.0.x NEWS and mention deprecation of libvlc_audio_output_*et_device_type 2012-12-15 16:46:18 +01:00
Laurent Aimar
a84e47ee35 NEWS: mention support for SCTE-27 subtitles. 2012-12-12 21:22:12 +01:00
Jean-Baptiste Kempf
e1eb842b3a Add some NEWS 2012-12-10 17:26:01 +01:00
Felix Paul Kühne
78e9e0fb86 NEWS: modify OSX news to show that #6047 is fixed 2012-11-21 15:41:57 +01:00
Jean-Baptiste Kempf
31ca412c9c Update NEWS from 2.0.4 2012-11-16 11:31:02 +01:00
Felix Paul Kühne
2ef2e73f03 NEWS: updated OSX parts 2012-11-15 20:40:21 +01:00
David Fuhrmann
85d3a7c437 NEWS: mention support for multiple vouts 2012-11-11 09:57:07 +01:00
Jean-Baptiste Kempf
1a082581da Update NEWS, po and LIST for mediacodec API 2012-10-08 18:05:12 +02:00
Jean-Baptiste Kempf
91b10ca830 Update LIST and NEWS 2012-10-05 17:46:26 +02:00
Jean-Baptiste Kempf
53b36fa3a7 Update NEWS, po, LIST for smooth streaming
And cosmetics
2012-09-24 14:13:10 +02:00
Rémi Denis-Courmont
6f74124e45 Revert "Add new API to libvlc for persistent equalizer settings."
This reverts commit 32596ea810.
2012-09-21 13:54:55 +03:00
Mark Lee
32596ea810 Add new API to libvlc for persistent equalizer settings.
New methods are provided to:

 - get the available equalizer presets;
 - get the available frequency bands (useful for creating a UI);
 - create a new default equalizer, or create a new equalizer from a preset;
 - release a previously created equalizer;
 - get/set preamp and individual frequency amplification values;
 - apply equalizer settings to a media player.

Equalizer settings are persistent, can be made whether media is currently playing or not, and will automatically be applied to subsequently played media.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-09-15 15:16:17 +02:00
Felix Paul Kühne
22e3dd24a0 macosx: added a profile management system to the audio effects (close #7342)
This way, you can keep multiple sets of filters with their respective values.

This implementation goes beyond custom EQ presets, which can be configured separately.
2012-09-14 16:46:48 +02:00
Felix Paul Kühne
ac2ccb3a7f macosx: implemented full management of custom equalizer presets (refs #383)
create as many presets as you want based upon the respective current selection and remove any (including the defaults), if you don't like them. Reset VLC's preferences to get the original set back. There is no way to edit existing presets and this isn't scheduled for now.
2012-09-13 00:33:54 +02:00
Rémi Denis-Courmont
fb1dcab36e pvr: remove the old ivtv module
This is a basically subset of the v4l2 access.
2012-09-10 00:17:33 +03:00
Timothy B. Terriberry
af4805700c Opus decoder.
This patch uses the information passed by the demuxer in block_t's
i_nb_samples and i_length to properly handle pre-skip, seeking
pre-roll, and end-trim. Multi-channel decoding should work. It also
adds .opus to the list of supported formats.

Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-09-03 23:22:40 +02:00
Felix Paul Kühne
2c6dd263f7 macosx/CAS: implemented full profile management, which is retained across sessions, allows custom profiles and even to delete the default ones, if desired
To restore the defaults, it is currently needed to reset the preferences.

This commit includes further ObjC2isms and some factorization
2012-08-26 14:23:16 +02:00
Felix Paul Kühne
926b63a489 NEWS: update 2012-08-25 17:55:10 +02:00
Felix Paul Kühne
955997a2ab macosx/open: add accessibility support texts where needed (close #495) 2012-08-25 14:16:04 +02:00
Felix Paul Kühne
9e900f2640 macosx/open: added controls to capture Live Audio along with the current screen content 2012-08-23 12:55:07 +02:00
Felix Paul Kühne
2a6f2da35c macosx: added option to disable the next/prev feature on the Apple Remote (close #6508) 2012-08-23 11:45:53 +02:00
Felix Paul Kühne
97feb8c7ed macosx/Open: merge the QTCapture and QTSound views
This also allows to set QTSound as an input slave for QTCapture to capture both ES at the same time. (close #6851)
2012-08-23 11:13:38 +02:00
Rémi Denis-Courmont
07228ceaaf IDN news 2012-08-20 23:32:28 +03:00
Felix Paul Kühne
ea86c8c079 NEWS: updated OSX section 2012-08-19 12:49:25 +02:00
Jean-Baptiste Kempf
b2f19b19c9 More NEWS for 2.1, including libVLC new functions 2012-08-17 12:11:27 +02:00
Felix Paul Kühne
73483c330a Updated NEWS 2012-08-14 14:13:46 +02:00
Sebastien Zwickert
300cf98e16 avcodec: Mac OS X Video Acceleration (VDA) support (close #3558)
With minor updates by me.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
2012-07-31 17:52:55 +02:00
Rémi Denis-Courmont
379980a604 Telepathy notify: remove plugin
As discussed in May 2012, this plugin has been deadlocking since
VLC 1.0.0. So I gather it is unused and unmaintained. Also, it does not
seem to be using libdbus safely.
2012-07-29 17:30:10 +03:00
Rémi Denis-Courmont
cf431c513c MSN notify: remove plugin
As discussed last May, this has been silently broken since VLC 1.0.0.
2012-07-29 17:27:13 +03:00
Jean-Baptiste Kempf
2a79d1a35b More NEWS about 2.1 2012-07-28 19:36:17 +02:00
Rémi Denis-Courmont
03062ad358 Hildon UI: remove dead technology
That plugin was written for Maemo 4. It barely worked with Maemo 5.
Maemo 6 did not have Hildon. Hildon is unmaintained and unused.
2012-07-25 20:40:16 +03:00
David Fuhrmann
9288133f5f macosx: re-implement macosx-background
refs #5174
2012-07-23 14:16:34 +02:00
Felix Paul Kühne
b2e4784125 NEWS: merge 2.0.3 stuff 2012-07-19 19:50:19 +02:00
Jean-Baptiste Kempf
1085cb4ef5 NEWS: sync with branch 2012-07-11 11:59:57 +02:00
Christoph Miebach
e938f3a470 Spelling of Ukrainian in NEWS and AUTHORS fixed
Signed-off-by: Rafaël Carré <funman@videolan.org>
2012-07-10 12:01:00 +02:00
Jean-Baptiste Kempf
f5957ea517 Remove the RTMP output too 2012-07-02 16:46:08 +02:00
Felix Paul Kühne
71ef5f548c NEWS: merged stuff for 2.0.2 2012-07-02 14:17:53 +02:00
Jean-Baptiste Kempf
7f9f610042 Remove RTMP access module 2012-06-28 16:49:54 +02:00
Jean-Baptiste Kempf
b7d55acd36 Update NEWS 2012-06-13 02:52:59 +02:00
Jean-Baptiste Kempf
57d5f3c405 NEWS: update news 2012-05-31 17:12:49 +02:00
Felix Paul Kühne
2561265916 update NEWS 2012-05-30 03:03:48 +02:00
Rémi Denis-Courmont
6a49e292e6 Remove --with-tuning
With the wide range of deployed 686 processors, -mtune=generic is saner
and it is the default anyway. The VLC defaults did not even make sense
anymore (Pentium 2, seriously?).

You might need to set -march explicitly as with other build systems,
e.g.: -march=i686
2012-05-21 22:13:02 +03:00
Felix Paul Kühne
c6ba3a10e0 update NEWS since mentioned feature became part of 2.0.2 2012-05-21 14:27:51 +02:00
Felix Paul Kühne
41106eaa68 Updated NEWS wrt recent OS X changes 2012-05-20 13:09:32 +02:00
Rémi Denis-Courmont
df7a798d19 wasapi: enlist the plugin 2012-05-16 00:01:20 +03:00
Rémi Denis-Courmont
34b0c609d1 fbosd: remove plugin
This plugin is unmaintained, unused and quite buggy.
2012-05-13 23:11:57 +03:00
Rémi Denis-Courmont
5adefde469 xosd: remove plugin completely
Outdated and probably broken since version 1.1.0.
2012-05-13 23:09:02 +03:00
Rémi Denis-Courmont
7bf9e92c20 News 2012-04-01 23:08:15 +03:00
Felix Paul Kühne
aad80cc4a8 NEWS: added some mac stuff 2012-03-21 11:09:01 +01:00
Jean-Baptiste Kempf
5564f3a73c Merge 2.0.1 NEWS 2012-03-19 11:57:01 +01:00
Rémi Denis-Courmont
1250ccb91a vsxu: update POTFILES and NEWS 2012-03-17 14:21:57 +02:00
Sukrit Sangwan
df1f5e2182 stereo_widen : filter to enhance stereo
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-03-12 10:29:51 +01:00
Konstantin Pavlov
1a87876f79 Update NEWS with new supported codecs. 2012-02-28 11:44:34 +04:00
Jean-Baptiste Kempf
3682d252f1 Merge 2.0 NEWS 2012-02-18 00:57:09 +01:00
Antoine Cellerier
1b7d18de59 Add news about the lua cli interface now working in console mode on Windows 2012-02-11 12:49:10 +01:00
Jean-Baptiste Kempf
9ff6f3e73c NEWS: sync with 1.1-bugfix 2012-02-10 18:28:43 +01:00
Antoine Cellerier
632a8ab520 Some news about the anaglyph video filter. 2012-02-08 11:31:17 +01:00
Rafaël Carré
c0b3a6f163 Remove extras/contrib 2012-02-02 16:43:14 -05:00
Rémi Denis-Courmont
006357cf63 News 2012-02-01 22:11:51 +02:00
Rémi Denis-Courmont
f664c1b096 Update news for portaudio removal 2012-02-01 20:10:57 +02:00
Jean-Baptiste Kempf
d9995bb6a5 Typo in NEWS 2012-01-15 21:54:10 +01:00
Jean-Baptiste Kempf
822e3f1879 Bump version to be above branch 2012-01-15 20:16:59 +01:00
Cheng Sun
10d3c50696 Audio channel remapping filter
This filter allows channels to be remapped. Potential uses include
downmixing, or to correct non-standard channel orders.

Modified-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2012-01-12 01:58:57 +01:00
Ilkka Ollakka
b7003c73ee x264.c: support high422,high444 and high10 encoding
10-bit encoding requires libx264 compiled with 10-bit support that doesn't
work with normal 8-bit input.
2012-01-05 16:05:29 +02:00
Pierre Ynard
1874005cf2 NEWS: IPv6 fix-up 2012-01-03 02:37:48 +01:00
Pierre Ynard
f4ef5cd57b NEWS: --http-host expects URL-style bracket-enclosed IPv6 addresses
Unfortunately there is not much we can do until we ditch the legacy
<host>:<port> syntax for good
2012-01-01 16:56:01 +01:00
Jean-Baptiste Kempf
74f2f90a8e Mention in NEWS the relicensing 2011-12-20 00:22:37 +01:00
Pierre Ynard
27286041d8 NEWS about luaintf
There was a bit of confusion about the future of lua interface
scripts...

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-12-07 02:29:00 +01:00
Jean-Baptiste Kempf
eca488fca9 Fix doc for distcheck 2011-11-28 23:39:43 +01:00
Jean-Baptiste Kempf
5f4bb6a9e2 On the road of 1.3.0 2011-11-28 01:13:20 +01:00
Jean-Baptiste Kempf
7011b14f73 NEWS, LIST and POTFILES.in for KVA 2011-11-24 18:39:18 +01:00
Jean-Baptiste Kempf
bf4764eaea On the road to -pre2 2011-11-23 21:25:01 +01:00
Jean-Baptiste Kempf
cabec14a36 NEWS, po, LIST for hqdn3d 2011-11-23 20:38:57 +01:00
Rémi Denis-Courmont
f0a4865fdd PulseAudio news 2011-11-10 21:02:38 +02:00
Jean-Baptiste Kempf
307831c36a Update NEWS about activex 2011-11-08 02:40:12 +01:00
Jean-Baptiste Kempf
506bb385a5 Moving to 1.2.0-pre1 2011-11-04 02:30:52 +01:00
Jean-Baptiste Kempf
4039ea6f1b Update NEWS 2011-11-04 02:16:35 +01:00
Michael Feurstein
7d1b317977 qtsound: updated news and list entry
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-11-04 02:16:35 +01:00
Jean-Baptiste Kempf
bab7fd937b Update NEWS, LIST and po for DASH 2011-10-26 07:43:18 +02:00
Rémi Denis-Courmont
8f51f1bc92 Speex resampler (for FL32 and S16N)
This adds a good resampler for integers, while reusing a source package
(speex) that is already dependend on.

Contrary to SRC, the library is BSD and the plugin is LGPL.
2011-10-16 21:33:15 +03:00
Jean-Baptiste Kempf
c98e449b8b Update NEWS for TS 2011-10-09 23:24:05 +02:00
Rémi Denis-Courmont
ed17149b8c News 2011-10-08 16:16:21 +03:00
Rémi Denis-Courmont
25aed51d82 News 2011-10-08 11:47:59 +03:00
Rémi Denis-Courmont
05842dc376 Document --miface-addr/--miface change 2011-10-07 23:16:33 +03:00
Rémi Denis-Courmont
fc4debe6e6 Document --*-caching change 2011-10-07 23:16:33 +03:00
Felix Paul Kühne
b5c3569607 quartztext: lower the priority in favor of freetype 2011-10-07 17:30:36 +02:00
Rémi Denis-Courmont
5352e7b2eb Import news for 1.1.12 2011-10-06 22:00:52 +03:00
Rob Jonson
ab90a0b9bc use make_uri on mrl inputs
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-10-05 18:50:13 +02:00
Jean-Baptiste Kempf
14626943eb Update NEWS and LIST 2011-10-05 14:07:27 +02:00
Rémi Denis-Courmont
4919998c7e News about seekpoint change 2011-09-25 17:03:56 +03:00
Jean-Baptiste Kempf
ac8a668497 Update NEWS and LIST 2011-09-24 12:50:35 +02:00
Jean-Baptiste Kempf
db387a130c NEWS: mention mkv improvements for anime fans 2011-09-21 02:34:30 +02:00
Felix Paul Kühne
20b554bff0 NEWS update 2011-09-16 17:24:55 +02:00
Jean-Baptiste Kempf
0899262b24 Add support for ProRes through Libavc
Thanks Elvis
2011-09-16 11:39:23 +02:00
Jean-Baptiste Kempf
92b7c62150 Contribs: use openjpeg in libav/ffmpeg
So that we have jp2k support on Windows and MacOS
2011-09-15 13:20:43 +02:00
Jean-Baptiste Kempf
0e044faad3 Update copyright and remove unnecessary include (CC) 2011-09-14 16:54:22 +02:00
Jean-Baptiste Kempf
2f77bea145 Mention WMVP in NEWS 2011-08-24 00:36:37 +02:00
Anuradha Suraparaju
8d9ba243b8 Add Dirac encoding support using the Schroedinger library
Modified-by and Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-08-19 10:17:26 +02:00
Rémi Denis-Courmont
423241d4d7 NEWS: add S20B and DAT12 2011-08-18 18:36:47 +03:00
Felix Paul Kühne
f1e8c225d2 macosx: added native fullscreen support for OS X Lion 2011-08-16 14:09:30 +02:00
Rémi Denis-Courmont
270e903b71 libsamplerate resampling filter 2011-08-09 19:22:28 +03:00
Jean-Baptiste Kempf
01d1a3a603 NEWS about SDL_audio 2011-08-02 23:18:34 +02:00
Rémi Denis-Courmont
960bdbbf7e Document HTTP and RTSP change 2011-08-02 19:19:14 +03:00
Rob Jonson
18381e4a3b Add json capabilities to http requests
- refactor logic and model from status.xml and playlist.xml to prepare those to work as simple views driven by the model. This will allow the .json files to exist as models as well - so .json is also added as a mimetype
- refactor status.xml to use data from shared model in luahttp.lua
- added status.json - mimics functionality of status.xml
2011-07-22 02:52:34 +02:00
Jean-Baptiste Kempf
66f0d1a543 NEWS: add a few file formats recognized now by demux+intf 2011-07-21 12:23:55 +02:00
Felix Paul Kühne
f61167e756 merged news from VLC 1.1.11 and added 2 points for the Mac interface 2011-07-15 17:29:41 +02:00
Jean-Baptiste Kempf
d8a7e2d1c8 Support of Lagarith 2011-07-08 07:34:22 +02:00