Commit Graph

801 Commits

Author SHA1 Message Date
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
Jean-Baptiste Kempf
56690386a6 NEWS about noise, 16bits, Freetype 2011-06-27 16:33:24 +02:00
Jean-Baptiste Kempf
4e3ae10688 Mention webUI in NEWS 2011-06-21 14:01:09 +02:00
Rémi Denis-Courmont
0d9a15289b News 2011-06-16 21:08:42 +03:00
Jean-Baptiste Kempf
6ca901ec6e Android video output based on Surface
Collective work by Ming Hu, Ludovic Fauvet, Sébastien Toque and minor
fixes by Jean-Baptiste Kempf

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-06-15 00:45:42 +02:00
Jean-Baptiste Kempf
4f72229d51 OpenSL ES audio output for Android
This module implements Android's variation of the OpenSL ES standard
Collective work by Dominique Martinet and Hugo Beauzée-Luyssen
Minor fixes by Jean-Baptiste Kempf

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2011-06-13 18:15:07 +02:00
Rémi Denis-Courmont
97e233d494 Spell overridden correctly 2011-06-11 22:39:52 +03:00
Jean-Baptiste Kempf
6d67a6d13c NEWS for VLC 1.2.0 Windows versions support
Unsupported versions:
- Win9x (this is already the case)
- Win XP SP0, SP1
- Win 2000 (all editions)
- Windows 2003 SP0

Supported versions:
- Windows XP SP2, SP3
- Windows 2003 SP1
- Windows Vista, 7 and 2008
2011-06-08 17:29:49 +02:00
Rémi Denis-Courmont
48884d48a9 Revert "Add Dirac encoding support to VLC using the Schroedinger library."
Hand-crafted code in plugin descriptor is not allowed. And the code was
unsurprisingly buggy.
This reverts commit 1c2a95b85e.

Conflicts:

	modules/codec/schroedinger.c
2011-06-06 23:07:58 +03:00
Jean-Baptiste Kempf
a69763f0d4 NEWS: sync with 1.1.10 2011-06-06 12:40:42 +02:00
Jean-Baptiste Kempf
9fc20c0a4f Update NEWS, LIST and subtitles extensions for STL 2011-06-05 19:15:18 +02:00
Jean-Baptiste Kempf
8e18506ac5 NEWS: mention taglib improvements 2011-06-05 02:48:23 +02:00
Jean-Baptiste Kempf
1032cea7b3 NEWS: OpenGL blending and Aout 2011-05-31 17:41:02 +02:00
Jean-Baptiste Kempf
093bcba4f2 Update NEWS 2011-05-30 10:10:55 +02:00
Mirsal Ennaime
a606de8d79 NEWS: Describe the recent changes changes of the dbus control module 2011-05-16 22:58:09 +02:00
Jean-Baptiste Kempf
81e570b095 NEWS, LIST and po update for the new filter 2011-05-15 21:04:37 +02:00
Jean-Baptiste Kempf
c9be4f7e16 NEWS: Mention amem and new libvlc functions
And remove trailing spaces...
2011-05-10 21:59:11 +02:00
Katsushi Kobayashi
c1cbe14707 qtcapture: added support for all QTKit-compatible video input devices
includes a couple of tweaks by me and will need further testing and cleaning
2011-05-07 16:27:01 +02:00
Felix Paul Kühne
be80120018 macosx: added a track synchronization panel 2011-05-06 20:52:13 +02:00
Rémi Denis-Courmont
87ea4084d6 OSS: define HAVE_OSS, and disable on Linux by default
In many cases, OSS was used when the builder forgot to install the
alsa-lib development headers. This should not be an issue anymore, as
ALSA is now required on Linux by default.

I believe the fallback to OSS from ALSA and PulseAudio is causing more
confusion than it solves problem. Besides, the OSS emulation by ALSA
cannot mix, so OSS is almost completely useless on Linux, unless OSSv4
was specifically installed.

Moreover, Linux distributions have started dropping OSS completely.
2011-05-01 17:04:14 +03:00
Jean-Baptiste Kempf
2c58e8a27f Update NEWS
and mention subtitles blending in vout
2011-04-29 16:17:57 +02:00
Laurent Aimar
675a76e96c NEWS: mentionned subsass decoder removal. 2011-04-26 22:17:22 +02:00
Felix Paul Kühne
448f14dd0a macosx: completed audio effects panel implementation 2011-04-26 00:32:02 +02:00
Pierre Ynard
f7a79bf171 NEWS: merged lua rc and telnet into cli 2011-04-23 00:23:27 +02:00
Jean-Baptiste Kempf
6cf9460c86 NEWS: update about upnp/win32 2011-04-23 00:08:02 +02:00
Jean-Baptiste Kempf
bba2eae589 Remove oldhttp
Sure, this will be unpopular, and this will likely kill you kittens, but
maintaining 2 http interface is stupid and counter-productive.
Let's hope luahttp will finally get fixed.
2011-04-21 11:43:10 +02:00
Rémi Denis-Courmont
4dc39e9f45 subsdelay news 2011-04-20 12:10:44 +03:00
Jean-Baptiste Kempf
6f798af994 NEWS: IVTC 2011-04-16 16:20:00 +02:00
Jean-Baptiste Kempf
4fdef6de43 NEWS: sync with 1.1.9 2011-04-13 22:38:31 +02:00
Rémi Denis-Courmont
a20d44c75a invmem: remove the plugin
Its only supported codec (of sorts) cannot occur anymore, as the fake
access_demux was superseded by the image demux.
2011-04-13 17:09:11 +03:00
Jean-Baptiste Kempf
588e6f12a9 NEWS: Mention Phosphor 2011-03-30 14:11:09 +02:00
Jean-Baptiste Kempf
f4195d95f9 NEWS: mention CVE and fix the base version for the Changelog 2011-03-24 19:09:32 +01:00
Jean-Baptiste Kempf
60c1ea78f3 NEWS: merge 1.1.8 into master NEWS 2011-03-24 02:02:52 +01:00
Ilkka Ollakka
4502138811 reword dvb-c scanning news 2011-03-10 13:20:34 +02:00
Ilkka Ollakka
6f42766e4e add NEWS mention on modulation scanning in dvb-c 2011-03-09 11:37:43 +02:00
Rémi Denis-Courmont
7d029e21e7 hd1000a: remove obsolete plugin
We already removed hd1000v, so this was not really any use.
2011-02-15 19:20:36 +02:00
Jean-Paul Saman
eb4b232156 NEWS: trimmed example for stream_out_select 2011-02-15 14:02:45 +01:00
Jean-Paul Saman
0abea921cf NEWS: correct select example 2011-02-15 13:50:15 +01:00
Jean-Baptiste Kempf
5d812dcdb5 News, po, and module list for select 2011-02-15 12:04:42 +01:00
Rémi Denis-Courmont
229ff45993 Mark plugin-path as obsolete 2011-02-12 11:06:17 +02:00
Jean-Baptiste Kempf
306e657c6d Update NEWS about EGL 2011-02-08 00:27:46 +01:00
Jean-Baptiste Kempf
553b15df85 Sync news with 1.1.7 2011-02-02 00:19:55 +01:00
Rémi Denis-Courmont
3c22db76a7 Resync news from 1.1 2011-01-25 19:05:10 +02:00
Rémi Denis-Courmont
456bfb7a7b One day, we will remove --enable-non-utf8 2011-01-24 18:51:05 +02:00