]> git.sesse.net Git - vlc/log
vlc
13 years agoRevert "Remove libvlc_free"
Rémi Denis-Courmont [Sat, 2 Oct 2010 15:54:53 +0000 (18:54 +0300)]
Revert "Remove libvlc_free"

This reverts commit 61f0547b72d3ba80039f09064249d89fa8f2b0f7.

Conflicts:

include/vlc/libvlc.h

13 years agodecode an RTP/H264 elementary stream without using SDP
Tony Vankrunkelsven [Thu, 30 Sep 2010 11:13:06 +0000 (13:13 +0200)]
decode an RTP/H264 elementary stream without using SDP

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoFix file rights.
Rémi Duraffort [Sat, 2 Oct 2010 09:42:54 +0000 (11:42 +0200)]
Fix file rights.

13 years agoLUA HTTP Interface: Implementation of missing seeking funtionality when using status...
GBX [Sat, 2 Oct 2010 09:28:20 +0000 (11:28 +0200)]
LUA HTTP Interface: Implementation of missing seeking funtionality when using status.xml from the lua http interface.

Seeking is now possible with relative values instead of just absolute ones.
Also the time format as mentioned in the readme file is now recognized:
[+ or -][<int><H or h>:][<int><M or m or '>:][<int><nothing or S or s or ">]

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoplaylist: do not signal the playlist thread when PLAYLIST_PAUSE is asked without...
Rémi Duraffort [Sat, 2 Oct 2010 07:49:25 +0000 (09:49 +0200)]
playlist: do not signal the playlist thread when PLAYLIST_PAUSE is asked without input.

This fix a strange behavior if playlist_Pause is called without input.

13 years agoLUA HTTP Interface: If <id> is omitted at the status.xml play command, play last...
GBX [Sat, 2 Oct 2010 06:53:15 +0000 (08:53 +0200)]
LUA HTTP Interface: If <id> is omitted at the status.xml play command, play last active item instead of first playlist item.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agomtime: Minimize imprecision and prevent overflow on darwin.
Pierre d'Herbemont [Thu, 30 Sep 2010 19:00:06 +0000 (21:00 +0200)]
mtime: Minimize imprecision and prevent overflow on darwin.

Pointed-out-by: Rémi Denis-Courmont.
13 years agoChange RGB2 to RGB8
Kaarlo Raiha [Sun, 15 Aug 2010 15:54:59 +0000 (18:54 +0300)]
Change RGB2 to RGB8

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoh264 packet: Remove trailing spaces
Jean-Baptiste Kempf [Fri, 1 Oct 2010 14:07:55 +0000 (16:07 +0200)]
h264 packet: Remove trailing spaces

13 years agoSupport H.264 SEI recovery points.
Steinar H. Gunderson [Tue, 28 Sep 2010 21:55:48 +0000 (23:55 +0200)]
Support H.264 SEI recovery points.

H.264 SEI recovery points are put at frames in the stream that are not
(necessarily) keyframes, but that mark “if you decode the next N frames, you
will have a [perfectly or approximately] valid picture no matter what your
starting point was”. In particular, this is needed to decode streams encoded
with Periodic Intra Refresh (e.g. --sout-x264-intra-refresh true), at least if
you don't see the beginning of the stream, e.g. tuning into a multicast stream.
This may also help with some kinds of streams from AVCHD cameras that use
similar techniques.

One could argue that this functionality should live inside libavcodec instead,
but given that VLC does its own H.264 depacketization, this seems to be the
best place. I've tested it with streaming over UDP, and it seems to work fine.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agofreetype: use var_Inherit.
Rémi Duraffort [Thu, 30 Sep 2010 18:39:21 +0000 (20:39 +0200)]
freetype: use var_Inherit.

13 years agofix freetype compilation for WIN32 without HAVE_FONTCONFIG
Denis Charmet [Thu, 30 Sep 2010 18:37:10 +0000 (20:37 +0200)]
fix freetype compilation for WIN32 without HAVE_FONTCONFIG

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoQt: CaptureOpenPanel: fix layout
Francois Cartegnie [Wed, 29 Sep 2010 17:32:36 +0000 (19:32 +0200)]
Qt: CaptureOpenPanel: fix layout

13 years agoQt: CaptureOpenPanel: check and prefill with usual devices
Francois Cartegnie [Wed, 29 Sep 2010 17:13:51 +0000 (19:13 +0200)]
Qt: CaptureOpenPanel: check and prefill with usual devices

13 years agoQt: NetOpenPanel: add drop-down list
Francois Cartegnie [Wed, 29 Sep 2010 15:47:02 +0000 (17:47 +0200)]
Qt: NetOpenPanel: add drop-down list

13 years agolua: factorize the right way.
Rémi Duraffort [Wed, 29 Sep 2010 19:26:13 +0000 (21:26 +0200)]
lua: factorize the right way.

13 years agoRevert "lua_extension: factorize."
Rémi Duraffort [Wed, 29 Sep 2010 17:59:30 +0000 (19:59 +0200)]
Revert "lua_extension: factorize."

This reverts commit e20a107d1aae63efe536c863e9e9d4692da86e45.

13 years agolua: fix fonction prototype (should return a boolean).
Rémi Duraffort [Sun, 26 Sep 2010 19:08:13 +0000 (21:08 +0200)]
lua: fix fonction prototype (should return a boolean).

13 years agolua_meta: factorize.
Rémi Duraffort [Sun, 26 Sep 2010 19:02:09 +0000 (21:02 +0200)]
lua_meta: factorize.

13 years agolua_extension: remove dummy variable (we want to run every extension anyway).
Rémi Duraffort [Sun, 26 Sep 2010 18:39:56 +0000 (20:39 +0200)]
lua_extension: remove dummy variable (we want to run every extension anyway).

13 years agoFix DVD LPCM format description in comments.
Steinar H. Gunderson [Mon, 27 Sep 2010 21:52:59 +0000 (23:52 +0200)]
Fix DVD LPCM format description in comments.

The format comments are out of sync with what the code actually
assumes. I updated the comments, and filled in some missing information from
http://www.mpucoder.com/DVD/ass-hdr.html .

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoUse live555 asynchronous calls.
Sébastien Escudier [Wed, 29 Sep 2010 06:42:26 +0000 (08:42 +0200)]
Use live555 asynchronous calls.
Require live555 version >= 2010.05.29

13 years agoCorrect documentation libvlc_media_get_tracks_info (fix #4202)
Rémi Denis-Courmont [Wed, 29 Sep 2010 04:22:02 +0000 (07:22 +0300)]
Correct documentation libvlc_media_get_tracks_info (fix #4202)

Too many quotes.

13 years agoQt: standardbuttons are bad for win32 and translation. Only use custom
Francois Cartegnie [Mon, 27 Sep 2010 13:44:48 +0000 (15:44 +0200)]
Qt: standardbuttons are bad for win32 and translation. Only use custom
buttons in the managed layout.

13 years agoNEWS update
Jean-Baptiste Kempf [Mon, 27 Sep 2010 14:42:05 +0000 (16:42 +0200)]
NEWS update

13 years agoqt4: attempt to work around a design flaw in the toolbar editor
Ludovic Fauvet [Thu, 23 Sep 2010 22:04:50 +0000 (00:04 +0200)]
qt4: attempt to work around a design flaw in the toolbar editor

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agocontrib: Disable ffprobe in ffmpeg.
Pierre d'Herbemont [Sat, 25 Sep 2010 21:51:08 +0000 (23:51 +0200)]
contrib: Disable ffprobe in ffmpeg.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agolua_extension: factorize.
Rémi Duraffort [Sun, 26 Sep 2010 10:05:38 +0000 (12:05 +0200)]
lua_extension: factorize.

13 years agolua_demux: fix a potential read of uninitialized value (thanks to JoungEunKim on...
Rémi Duraffort [Sun, 26 Sep 2010 09:32:18 +0000 (11:32 +0200)]
lua_demux: fix a potential read of uninitialized value (thanks to JoungEunKim on the forum).

13 years agoAttach the sap object to libvlc.
Rémi Duraffort [Thu, 23 Sep 2010 20:25:15 +0000 (22:25 +0200)]
Attach the sap object to libvlc.

13 years agopthread: Use pthread_cond_timedwait_relative_np() on Darwin.
Pierre d'Herbemont [Sun, 1 Aug 2010 15:15:10 +0000 (17:15 +0200)]
pthread: Use pthread_cond_timedwait_relative_np() on Darwin.

Switching to the non monotonic clock was still unsafe.
This fixes some sync issues on the iPad.

13 years agomtime: Avoid overflow when using mach_absolute_time().
Pierre d'Herbemont [Sun, 1 Aug 2010 10:48:49 +0000 (12:48 +0200)]
mtime: Avoid overflow when using mach_absolute_time().

Switch to double, do the operations and then convert back.
This fixes the iPad video freezes.

13 years agoVLCKit: Protect against file that takes forever to thumbnail.
Pierre d'Herbemont [Sat, 25 Sep 2010 18:56:33 +0000 (20:56 +0200)]
VLCKit: Protect against file that takes forever to thumbnail.

13 years agoVLCKit: Import MobileVLCKit.
Pierre d'Herbemont [Mon, 28 Jun 2010 20:29:33 +0000 (22:29 +0200)]
VLCKit: Import MobileVLCKit.

13 years agoQt: messages dialog: new verbosity spinbox
Francois Cartegnie [Sat, 25 Sep 2010 20:20:45 +0000 (22:20 +0200)]
Qt: messages dialog: new verbosity spinbox

13 years agoQt: errors dialog: use standard buttons. pack controls.
Francois Cartegnie [Fri, 24 Sep 2010 21:18:24 +0000 (23:18 +0200)]
Qt: errors dialog: use standard buttons. pack controls.

13 years agoQt: v4l2 control: drop v4l2.ui. auto-detect instance.
Francois Cartegnie [Fri, 24 Sep 2010 21:01:23 +0000 (23:01 +0200)]
Qt: v4l2 control: drop v4l2.ui. auto-detect instance.

13 years agoQt: make extended dialog use standard buttons
Francois Cartegnie [Thu, 23 Sep 2010 20:26:43 +0000 (22:26 +0200)]
Qt: make extended dialog use standard buttons

13 years agoQt: make help dialog use standard buttons
Francois Cartegnie [Thu, 23 Sep 2010 19:07:19 +0000 (21:07 +0200)]
Qt: make help dialog use standard buttons

13 years agoQt: rebase update dialog on QtCreator
Francois Cartegnie [Thu, 23 Sep 2010 13:51:15 +0000 (15:51 +0200)]
Qt: rebase update dialog on QtCreator

13 years agoQt: rebase about dialog on Qtcreator
Francois Cartegnie [Sat, 18 Sep 2010 12:41:43 +0000 (14:41 +0200)]
Qt: rebase about dialog on Qtcreator

13 years agocontribs: updated live patch
Felix Paul Kühne [Fri, 24 Sep 2010 10:54:13 +0000 (12:54 +0200)]
contribs: updated live patch

13 years agovideo_output/xcb: fix description strings for --xvideo-format-id config option
Gildas Bazin [Fri, 24 Sep 2010 07:50:34 +0000 (08:50 +0100)]
video_output/xcb: fix description strings for --xvideo-format-id config option

13 years agovideo_output/xcb: add --xvideo-format-id config option
Gildas Bazin [Sat, 14 Aug 2010 09:44:16 +0000 (10:44 +0100)]
video_output/xcb: add --xvideo-format-id config option

13 years agodemux/mkv: extract framerate info for RealVideo
Gildas Bazin [Thu, 23 Sep 2010 21:27:32 +0000 (22:27 +0100)]
demux/mkv: extract framerate info for RealVideo

13 years agoFix playback of RealVideo with B frames (pts were not calculated properly)
Gildas Bazin [Thu, 23 Sep 2010 21:22:39 +0000 (22:22 +0100)]
Fix playback of RealVideo with B frames (pts were not calculated properly)

13 years agovlm: remove dead code (AFAIK a relative seek does exactly the same thing).
Rémi Duraffort [Thu, 23 Sep 2010 19:33:28 +0000 (21:33 +0200)]
vlm: remove dead code (AFAIK a relative seek does exactly the same thing).

13 years agoQt: sprefs_audio fix layout
Francois Cartegnie [Wed, 22 Sep 2010 10:34:37 +0000 (12:34 +0200)]
Qt: sprefs_audio fix layout

13 years agobroken avi dialog: notify the effective changes
Francois Cartegnie [Wed, 22 Sep 2010 10:31:37 +0000 (12:31 +0200)]
broken avi dialog: notify the effective changes

13 years agotranscode: destroy spu on transcode_spu_close
Ilkka Ollakka [Wed, 22 Sep 2010 09:48:41 +0000 (12:48 +0300)]
transcode: destroy spu on transcode_spu_close

Fixes issue for me when doing transcode{}:gather: --sout-keep and subtitle
overlaying from dvbs. Otherwise keeps last subtitles on video if new channel
doesn't contain dvbs track.

also consistenty as spu_Create is called on transcode_spu_new()

13 years agoQt4: compressor and Spatializer widget margin shouldn't be 0
Jean-Baptiste Kempf [Tue, 21 Sep 2010 23:12:35 +0000 (01:12 +0200)]
Qt4: compressor and Spatializer widget margin shouldn't be 0

13 years agoQt: equalizer, fix the "too much space between preamp and first slider" bug
Jean-Baptiste Kempf [Tue, 21 Sep 2010 22:57:42 +0000 (00:57 +0200)]
Qt: equalizer, fix the "too much space between preamp and first slider" bug

13 years agoAdjust: code cosmetics
Jean-Baptiste Kempf [Tue, 21 Sep 2010 22:33:28 +0000 (00:33 +0200)]
Adjust: code cosmetics

13 years agoQt4: rework on the video effect dialog
Jean-Baptiste Kempf [Tue, 21 Sep 2010 22:29:11 +0000 (00:29 +0200)]
Qt4: rework on the video effect dialog

Changing places of items depending on their actual usefulness
Removing one tab
Reordering tabs according to usefulness
Reordering of tab order and buddies

13 years agoContribs: add libbluray
Jean-Baptiste Kempf [Tue, 24 Aug 2010 14:54:54 +0000 (16:54 +0200)]
Contribs: add libbluray

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoBasic support for Blu-Ray using libbluray
Jean-Baptiste Kempf [Mon, 20 Sep 2010 13:14:12 +0000 (15:14 +0200)]
Basic support for Blu-Ray using libbluray

This needs heavy testing and improvement to be actually usable

13 years agoQt: sprefs, cleaning of input/codecs part
Jean-Baptiste Kempf [Sun, 19 Sep 2010 22:38:18 +0000 (00:38 +0200)]
Qt: sprefs, cleaning of input/codecs part

13 years agoQt Sprefs: remove mpeg2 skip-frames
Jean-Baptiste Kempf [Sun, 19 Sep 2010 22:28:45 +0000 (00:28 +0200)]
Qt Sprefs: remove mpeg2 skip-frames

13 years agoQt sprefs, cleaning of Audio and Interface parts
Jean-Baptiste Kempf [Sun, 19 Sep 2010 22:25:16 +0000 (00:25 +0200)]
Qt sprefs, cleaning of Audio and Interface parts

13 years agoQt: sprefs, simplification
Jean-Baptiste Kempf [Sun, 19 Sep 2010 22:17:35 +0000 (00:17 +0200)]
Qt: sprefs, simplification

Removal of UDPport... This doesn't belong here

13 years agoQt: Simple preferences simplifications
Jean-Baptiste Kempf [Sun, 19 Sep 2010 22:08:48 +0000 (00:08 +0200)]
Qt: Simple preferences simplifications

13 years agolivehttp: add missing , to EXTINF after duration
Ilkka Ollakka [Sun, 19 Sep 2010 20:36:53 +0000 (23:36 +0300)]
livehttp: add missing , to EXTINF after duration

13 years agobroken avi dialog: don't confuse user by asking a binary answer
Francois Cartegnie [Thu, 16 Sep 2010 13:09:39 +0000 (15:09 +0200)]
broken avi dialog: don't confuse user by asking a binary answer

13 years agoTS: prioritize normal audio tracks over special ones
Rémi Denis-Courmont [Fri, 17 Sep 2010 04:09:19 +0000 (07:09 +0300)]
TS: prioritize normal audio tracks over special ones

Otherwise, VLC sometimes selects the impaired track instead of the
usual/default one. This is a major annoyance with YLE, the Finnish
national broadcaster. YLE routinely provides a visual impaired audio
track in Finnish (declared as Dutch for some reason!) in addition to
the original version.

13 years agoFix potential overflow in vlc_readdir()
Rémi Denis-Courmont [Fri, 17 Sep 2010 03:10:17 +0000 (06:10 +0300)]
Fix potential overflow in vlc_readdir()

13 years agoImprove vlc_readdir documentation
Rémi Denis-Courmont [Fri, 17 Sep 2010 03:10:04 +0000 (06:10 +0300)]
Improve vlc_readdir documentation

13 years agoMark http-user-agent private
Rémi Denis-Courmont [Fri, 17 Sep 2010 02:41:53 +0000 (05:41 +0300)]
Mark http-user-agent private

Modifying from the configuration won't work anyway (since VLC overrides it).

13 years agoRestore LibVLC/VERSION at the end of the HTTP user agent
Rémi Denis-Courmont [Fri, 17 Sep 2010 02:25:13 +0000 (05:25 +0300)]
Restore LibVLC/VERSION at the end of the HTTP user agent

13 years agoconfigure.ac: Fix linking plugins with static ffmpeg on Linux 64bit.
Konstantin Pavlov [Tue, 14 Sep 2010 09:56:17 +0000 (13:56 +0400)]
configure.ac: Fix linking plugins with static ffmpeg on Linux 64bit.

13 years agoFix Solaris building
Jean-Baptiste Kempf [Thu, 16 Sep 2010 16:45:16 +0000 (18:45 +0200)]
Fix Solaris building

Close #3040

13 years agoMacOS: fix equalizer 170Hz issue
Jean-Baptiste Kempf [Thu, 16 Sep 2010 15:50:46 +0000 (17:50 +0200)]
MacOS: fix equalizer 170Hz issue

Close #4177

13 years agoAdding posterize filter to effects dialog
Branko Kokanovic [Wed, 15 Sep 2010 22:35:45 +0000 (00:35 +0200)]
Adding posterize filter to effects dialog

Adding posterize filter to Color fun tab of Video effects tab of Effects
and filters dialog

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoskins2: small optimisation
Erwan Tulou [Wed, 15 Sep 2010 15:59:04 +0000 (17:59 +0200)]
skins2: small optimisation

Only update image and notify for those mouse events that we care about.
This removes the job being done twice (once on mouse pressed and once
 on mouse released)

13 years agoadding posterize video filter
Branko Kokanovic [Sat, 11 Sep 2010 16:17:56 +0000 (18:17 +0200)]
adding posterize video filter

Acked-by: Jean-Baptiste Kempf <jb@videolan.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoOgg: no tabs in source-code
Jean-Baptiste Kempf [Thu, 16 Sep 2010 00:03:04 +0000 (02:03 +0200)]
Ogg: no tabs in source-code

13 years agoNEWS about libvlc_media_player_navigate
Jean-Baptiste Kempf [Wed, 15 Sep 2010 23:11:34 +0000 (01:11 +0200)]
NEWS about libvlc_media_player_navigate

13 years agoNEWS, po and modules/LIST for AudioQueue
Jean-Baptiste Kempf [Wed, 15 Sep 2010 23:08:00 +0000 (01:08 +0200)]
NEWS, po and modules/LIST for AudioQueue

13 years agoiOS: audio output module (Based on the AudioQueue API)
Romain Goyet [Sat, 11 Sep 2010 17:17:54 +0000 (19:17 +0200)]
iOS: audio output module (Based on the AudioQueue API)

This audio output is still quite young, but works fine on existing iOS devices.
In theory this can also be used on Mac OS X as well, but for now it's not as powerful as the existing CoreAudio driver.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt, selector: cleanup
Jean-Baptiste Kempf [Sat, 11 Sep 2010 19:51:19 +0000 (21:51 +0200)]
Qt, selector: cleanup

Code cleanup, forward declaration and cosmetics

13 years agoRevert "Qt4: don't reset rate when input changes"
Ilkka Ollakka [Tue, 14 Sep 2010 20:48:21 +0000 (23:48 +0300)]
Revert "Qt4: don't reset rate when input changes"

This reverts commit 21ad24ea6b641038a8a95d4a33b817fcfea02820.

I'll try to do it properly in core

13 years agoupdate: remove spurious asprintf (the string is not used).
Rémi Duraffort [Tue, 14 Sep 2010 18:06:52 +0000 (20:06 +0200)]
update: remove spurious asprintf (the string is not used).

13 years agoaccess_http: use the user agent provided by the user: fix #4162
Rémi Duraffort [Tue, 14 Sep 2010 17:16:00 +0000 (19:16 +0200)]
access_http: use the user agent provided by the user: fix #4162

13 years agoFix out of range memory access when APIC frame type is out of the range defined in...
Fargier Sylvain [Mon, 13 Sep 2010 22:24:48 +0000 (00:24 +0200)]
Fix out of range memory access when APIC frame type is out of the range defined in the ID3v2 specification (corrupted tag or vendor defined).

Signed-off-by: Fargier Sylvain <fargier.sylvain@free.fr>
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agolua: Update the README.
Rémi Duraffort [Mon, 13 Sep 2010 20:50:26 +0000 (22:50 +0200)]
lua: Update the README.

13 years agolua: remove "bla ? true : false"
Rémi Duraffort [Mon, 13 Sep 2010 18:19:44 +0000 (20:19 +0200)]
lua: remove "bla ? true : false"

13 years agoUpdated contribs for Mac OS X
Felix Paul Kühne [Mon, 13 Sep 2010 17:42:14 +0000 (19:42 +0200)]
Updated contribs for Mac OS X

This also fixes the X11 la file issue on machines running 10.6 and later.

13 years agolua: use msg_Err instead of fprintf (remaining debug).
Rémi Duraffort [Mon, 13 Sep 2010 17:50:33 +0000 (19:50 +0200)]
lua: use msg_Err instead of fprintf (remaining debug).

13 years agolua: also implement timer:getoverrun()
Rémi Duraffort [Mon, 13 Sep 2010 17:46:31 +0000 (19:46 +0200)]
lua: also implement timer:getoverrun()

13 years agocontribs/libcaca: disable X11 support on Mac OS X
Felix Paul Kühne [Mon, 13 Sep 2010 16:20:58 +0000 (18:20 +0200)]
contribs/libcaca: disable X11 support on Mac OS X

13 years agoQt4: don't reset rate when input changes
Ilkka Ollakka [Sun, 12 Sep 2010 20:05:56 +0000 (23:05 +0300)]
Qt4: don't reset rate when input changes

Maybe littlebit hackis implementation and core could be better place to
implement this.

13 years agolua: implement timers in vlc.misc
Rémi Duraffort [Sun, 12 Sep 2010 17:24:10 +0000 (19:24 +0200)]
lua: implement timers in vlc.misc

13 years agolua: cosmetics (use the exact pointer typer not just void*).
Rémi Duraffort [Sun, 12 Sep 2010 16:34:25 +0000 (18:34 +0200)]
lua: cosmetics (use the exact pointer typer not just void*).

13 years agoi420->yuv2 converter: disabled altivec usage if video's width isn't a multiple of 32
Felix Paul Kühne [Sun, 12 Sep 2010 13:19:54 +0000 (15:19 +0200)]
i420->yuv2 converter: disabled altivec usage if video's width isn't a multiple of 32

This fixes the video output on PowerPC based Macs. A proper fix would be welcome.

Forward-port of [c036a9961b04ef03e8ae6951c78f1e550e57395a]

13 years agoExtend libvlc Media Player API for DVD menu navigation
Arnaud Vallat [Fri, 10 Sep 2010 06:47:10 +0000 (08:47 +0200)]
Extend libvlc Media Player API for DVD menu navigation

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoRevert "skins2(X11): add missing <limits.h>"
Rémi Denis-Courmont [Fri, 10 Sep 2010 01:45:09 +0000 (04:45 +0300)]
Revert "skins2(X11): add missing <limits.h>"

This reverts commit e209d40a8614c9fbb4c89300f327146528eae397.
This is not needed anymore because of the previous commit.

13 years agoRevert "skins: use readdir_r() instead of readdir()"
Rémi Denis-Courmont [Fri, 10 Sep 2010 01:43:44 +0000 (04:43 +0300)]
Revert "skins: use readdir_r() instead of readdir()"

This reverts commit 4bf419574b51ced5dea893f9e247fe38a2a0d163.

This is not needed. readdir() uses one dirent buffer per DIR pointer,
not per process. In other words, as long as a given DIR pointer is used
in a single thread, readdir() is thread-safe.

13 years agoskins2: fix compiler warnings (missing ())
Rémi Duraffort [Thu, 9 Sep 2010 18:34:30 +0000 (20:34 +0200)]
skins2: fix compiler warnings (missing ())

13 years agoChange %d into %PRId64
Rémi Duraffort [Thu, 9 Sep 2010 18:23:26 +0000 (20:23 +0200)]
Change %d into %PRId64

13 years agolua_intf: also provide the --rc-host option for backward compatibility.
Rémi Duraffort [Thu, 9 Sep 2010 17:57:38 +0000 (19:57 +0200)]
lua_intf: also provide the --rc-host option for backward compatibility.

13 years agolibrivox: some cleanup and add the book author as artist of the item.
Rémi Duraffort [Thu, 9 Sep 2010 17:26:20 +0000 (19:26 +0200)]
librivox: some cleanup and add the book author as artist of the item.