1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00
Commit Graph

604 Commits

Author SHA1 Message Date
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