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
478ab0ba1d Update NEWS and MODULES_LIST 2016-01-07 21:12:25 +01:00
Thomas Guillem
f3c02b5419 add vlc_keystore API 2016-01-07 20:08:50 +01:00
Jean-Baptiste Kempf
3173fc9263 Update NEWS 2015-12-24 15:51:42 +01:00
Rémi Denis-Courmont
53a31886a3 https: update NEWS 2015-12-13 18:25:21 +02:00
Jean-Baptiste Kempf
383a83fe97 Remove Win32text module 2015-11-23 16:50:38 +01:00
Jean-Baptiste Kempf
fb66c9392a Remove QuartzText module 2015-11-23 16:50:38 +01:00
Rémi Denis-Courmont
d2ed3fb624 directory: ignore non-regular non-directory files by default
Playing FIFOs and devices (especially character devices) typically
only makes sense if explicitly requested. Playing FIFOs will usually
lock up. Playing devices could have any effects.

Add an option to restore the old behaviour in case someone wants it.
2015-11-05 21:28:01 +02:00
Francois Cartegnie
51ca639648 update NEWS 2015-11-03 15:34:22 +01:00
Francois Cartegnie
169dd181dd stream_filter: smooth: remove legacy smooth filter
Deprecated by adaptative, which is also now jammed by filter.
Drops specific MP4 forged smoo/stra hacks.
2015-11-03 15:34:22 +01:00
Jean-Baptiste Kempf
0deb1edc72 NEWS: fix information about libvlc symbols 2015-11-02 17:34:51 +01:00
Thomas Guillem
15965484a5 modules: add SoX Resampler audio_filter
This resampler supports 5 quality presets: from 0 to 4, 2 is the default and
correspond to "mq". It supports integer and float samples. Performances are way
better when this module is used as an "audio converter" (fixed sample rate).

See http://lastique.github.io/src_test/ for comparison with speexdsp.

It is deactivated for now.
2015-10-30 17:04:42 +01:00
Jean-Baptiste Kempf
818f41da6b Update NEWS for libvlc_media_player_set_*
Android and Evas
2015-10-25 23:35:44 +01:00
Thomas Guillem
290ebe50e0 evas: add Tizen TBM Surface support 2015-10-23 19:32:19 +02:00
Thomas Guillem
cbecdf6ad0 modules: add Evas video output 2015-10-23 19:28:15 +02:00
Jean-Baptiste Kempf
a7eb0f0aa5 Add a SAPI synthetizer for Windows
This is the work from Moti Zilberman, modified by me to build and
integrate in-tree

It's heavily inspired on the OS X one.

Be careful: you need a very recent Mingw-W64 to hope to compile it.

Ref #11893
2015-10-11 21:48:49 +02:00
Thomas Guillem
9053b0919f modules: add tizen audio output
Tizen audio_io.h supports only mono/stereo, with PCM U8/S16.  With Tizen 2.3,
flush is done by destroying/recreating the audio_output. A real flush will come
with Tizen 2.4.

There is no TimeGet for now since there is no way to know the position in audio
stream.
2015-09-28 20:19:29 +02:00
Felix Paul Kühne
688e3bcb4d libvlc media list player: add getter for player instance 2015-09-10 18:18:49 +02:00
Rémi Denis-Courmont
a19dc6ab5b gnomevfs: remove plugin
gnomevfs has been deprecated for years.
2015-09-01 21:35:30 +03:00
Rémi Denis-Courmont
c74fb8e1ac prefetch: stream filter for threaded prefetching/buffering 2015-08-28 21:45:11 +03:00
Francois Cartegnie
3e8235d458 demux: subtitle: add support for SBV (fix #15180) 2015-08-06 16:36:45 +02:00
Jean-Baptiste Kempf
1c3e3a54ed Update NEWS and Module_list for new modules 2015-07-30 00:20:11 +02:00
Felix Paul Kühne
5f08edfe08 libvlc: deprecate AGL vout setter/getter
The QuickDraw vout is gone since  a long time so this remnant is a NO-OP
2015-07-24 19:18:12 +02:00
Rémi Denis-Courmont
dfe06d6ecd concat: access to concatenate multiple access objects
Usage:

$ vlc concat:// :concat=URL1,URL2,....URLn

Note: As for the existing input-slave and input-list options, URLs are
assumed to not contain unencoded commas. This is usually the case but
not strictly warranted as the comma is a sub-delimiter.
2015-07-22 23:24:06 +03:00
Felix Paul Kühne
1b312ceb9e Remove outdated QTCapture module 2015-07-20 14:33:59 +02:00
Rémi Denis-Courmont
6713041eeb atmo: remove video filter 2015-07-10 18:24:52 +03:00
Felix Paul Kühne
4416dd0bb4 Minor news update 2015-07-02 16:55:46 +02:00
Felix Paul Kühne
1f5567b34c Add VideoToolbox based decoder
Supports H.264, mp4v, H.263 and DV depending on Darwin flavor and version
2015-06-26 15:24:16 +02:00
Tristan Matthews
22a9c02f42 avcodec: add mappings for gbrp 9/10-bit LE,BE
Fixes #14909
2015-06-23 08:48:17 -04:00
Jean-Baptiste Kempf
7d72f2c99a NEWS about SAT>IP 2015-06-22 11:05:17 +02:00
Jean-Baptiste Kempf
ea42a7e670 Update NEWS 2015-06-14 19:38:41 +02:00
Francois Cartegnie
9565350a2c demux: hls: add adaptative based hls demuxer 2015-06-10 18:51:49 +02:00
Francois Cartegnie
363acaf189 stream_filter: remove httplive 2015-06-10 18:51:49 +02:00
Felix Paul Kühne
b0ba9c4cc8 libvlc: expand media player API to retrieve full information about available chapter of a given title 2015-06-09 17:58:14 +02:00
Felix Paul Kühne
8bb74ef54d libvlc: expand media player API to retrieve information about all available titles of the currently playing media item 2015-06-09 17:58:14 +02:00
Steve Lhomme
8b62450cea d3d11va: add a D3D11 hardware decoder similar to DXVA2
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-06-05 22:45:43 +02:00
David Fuhrmann
21c71b1799 Update NEWS 2015-05-31 14:03:52 +02:00
Thomas Guillem
49acb8726e Updated NEWS 2015-05-21 17:23:53 +02:00
Tristan Matthews
e73ab63e10 Updated NEWS for adjust filter 2015-05-05 13:34:44 -04:00
Hugo Beauzée-Luyssen
44dd0225bb Add basic TTML support
This is meant to serve as a base for our Outreachy student's project:
https://wiki.gnome.org/Outreachy/2015/MayAugust#VideoLAN
refs #9396
2015-04-30 12:33:42 +02:00
Jean-Baptiste Kempf
c97017b383 Merge NEWS from 2.2.1 2015-04-16 12:07:12 +02:00
Francois Cartegnie
0bdface8cb demux: avi: add support for creative adpcm
refs samples/A-codecs/Creative/
2015-04-15 14:22:13 +02:00
Francois Cartegnie
e4f45b4086 demux: voc: handle creative adpcm and a/ulaw
refs samples/A-codecs/CreativeADPCM8bit/
2015-04-15 12:50:39 +02:00
Francois Cartegnie
8516b0f8c7 demux: ts: basic handling of MPEG4-SL 2015-03-31 21:19:21 +02:00
Rémi Denis-Courmont
37604c948f NEWS: add libvlc_media_new_callbacks() 2015-03-31 22:02:46 +03:00
Steve Lhomme
250f82a811 DxVA2: add HEVC decoding support
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-03-31 16:50:55 +02:00
Aleksandr Pasechnik
dc130ca2b3 added start playback in paused mode (#2936)
Added a boolean Playlist preference called start-pause.

Setting the preference causes the src/input/input.c Run function to call the
ControlPause function after Init finishes successfully.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-03-25 15:50:58 +01:00
Thomas Guillem
f3cc5c9f0f libvlc: add libvlc_media_get_type
Get the type of the media.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2015-03-25 15:29:57 +01:00
Rémi Denis-Courmont
a199a57b24 wasapi: audio capture client module (fixes #7205) 2015-03-22 21:32:01 +02:00
Jean-Baptiste Kempf
0b6f58c673 Map Canopus HQX decoder 2015-03-14 14:32:06 +01:00
Jean-Baptiste Kempf
0f86c9440c Map TDSC avcodec 2015-03-14 14:22:30 +01:00
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