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

12627 Commits

Author SHA1 Message Date
Rafaël Carré
c3b55fa92c DBus: use the current array of playlist items
fix #1570
2008-05-08 17:38:17 +02:00
Felix Paul Kühne
e6e564bd14 Don't mix 2 implementation approaches
Introduced in the previous commit, pointed by Pierre. Thanks!
2008-05-07 21:50:58 +02:00
Felix Paul Kühne
7b4e7dc93d Remove any pl_Get usage 2008-05-07 21:33:55 +02:00
Rémi Denis-Courmont
82921f3c8d Remove p_playlist from p_libvlc
Plugins are already using pl_Yield to get the playlist, as they should.
2008-05-07 22:26:56 +03:00
Rémi Denis-Courmont
2b5eb3185e Don't reregister the same callbacks over and over again 2008-05-07 21:37:29 +03:00
Rémi Denis-Courmont
77bea34920 UPnP_Intel: yield the playlist
(Could someone please review these commit)
2008-05-07 21:28:54 +03:00
Rémi Denis-Courmont
85a8d07027 Vorbis: yield the playlist when using it 2008-05-07 21:25:54 +03:00
Rémi Denis-Courmont
0d9ed88c6b SAP: yield and release the playlist 2008-05-07 21:18:49 +03:00
Rémi Denis-Courmont
ef04b504e9 We know where VLM is, no need to find it.
Now we can remove the VLM object type.
2008-05-07 20:58:36 +03:00
Rafaël Carré
b5b7e051fd Fix detection of ending of FontBuilder thread 2008-05-07 18:53:30 +02:00
Rémi Denis-Courmont
75f050b3c6 Fix Range handling
In RTSP/1.0, don't return any range (as far as I understand).
In RTSP/2.0, we'd have to compute the time from the beginning.
2008-05-07 19:38:48 +03:00
Rémi Denis-Courmont
d8c68f7f9c Add RTSP Date: 2008-05-07 19:10:25 +03:00
Rémi Denis-Courmont
fe182634ea RTSP: output proper Range: header 2008-05-07 19:10:25 +03:00
Rémi Denis-Courmont
8764d2a1a6 sout-std: remove RTP stuff (since we don't have a RTP access output) 2008-05-07 17:34:32 +03:00
Rémi Denis-Courmont
8e65c917b6 Undo --sout-udp-auto-mcast
(was not in previous release, so not adding _obsolete).
2008-05-07 17:34:32 +03:00
Rafaël Carré
99c0445a5a Fix #1572
The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/
2008-05-06 23:17:57 +02:00
Ilkka Ollakka
e2edb44547 Adding some forgotten return-statements and removing some commented-out code. 2008-05-06 21:12:18 +03:00
Miguel Angel Cabrera Moya
aa5fe86aed RTMP bugfix and reusability enhacenment
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
2008-05-06 21:12:18 +03:00
Felix Paul Kühne
e1acded83b use PL_**LOCK instead of vlc_mutex_lock 2008-05-06 17:52:06 +02:00
Rafaël Carré
f4bdd3effb mosaic: Free string variables after using them 2008-05-06 13:11:48 +02:00
Jean-Paul Saman
482492e008 Fix compiler warning in fbosd.c 2008-05-06 10:57:47 +02:00
Jean-Paul Saman
62829b3b5e Remove dead code. 2008-05-06 10:57:47 +02:00
Jean-Paul Saman
09b646affc Cleanup and add workaround for FPGA bug. 2008-05-06 10:57:47 +02:00
Rémi Denis-Courmont
c20e5a73cb SSL certificates are in /etc, not in /usr/share 2008-05-05 23:55:12 +03:00
Rémi Denis-Courmont
cb47bc073c config_GetConfigDir -> config_GetUserConfDir 2008-05-05 23:41:18 +03:00
Rémi Denis-Courmont
9b6ca60280 Use config_Get*Dir 2008-05-05 23:34:22 +03:00
Rafaël Carré
063e507707 s/URI/location/ to comply to the spec 2008-05-05 22:14:22 +02:00
Rafaël Carré
821a4658d2 Read the correct type from the vlc value - fixes #1569 2008-05-05 22:10:45 +02:00
Rafaël Carré
2ff0095888 Avoid deadlocking: refs #1566 2008-05-05 22:00:34 +02:00
Rafaël Carré
d1aff39845 ncurses: use --color option 2008-05-05 21:26:18 +02:00
Rafaël Carré
a88db7865f DBus: Round volume to nearest integer - fixes #1561 2008-05-05 20:57:25 +02:00
Rémi Denis-Courmont
ed57b5bda9 Fontconfig: compiler warning 2008-05-05 19:50:11 +03:00
Rafaël Carré
8c8eae269b Fix memleak 2008-05-05 17:33:40 +02:00
Rafaël Carré
d5017d216e Fix es format leaking in live555 2008-05-05 17:24:37 +02:00
Rafaël Carré
62a71b894c Fix memory leak in dummy input 2008-05-05 14:30:54 +02:00
Rafaël Carré
e41147c874 Use the verbose variable, over the private i_verbose member 2008-05-05 09:51:07 +02:00
Rémi Denis-Courmont
60987ce27f No need to lookup i_verbose. The core does it anyway. 2008-05-04 21:39:05 +03:00
Rémi Denis-Courmont
067e6c3763 Don't use libvlc->b_color 2008-05-04 21:36:09 +03:00
Rémi Denis-Courmont
38276a4632 Remove VLC_OBJECT_GLOBAL 2008-05-04 19:16:06 +03:00
Jean-Baptiste Kempf
89d6e4c600 Direct3D blurriness fix by Kaarlo Henrik Räihä 2008-05-04 07:38:05 -07:00
Rémi Denis-Courmont
d4da0d585c Also if BUILD_LUA 2008-05-04 16:03:51 +03:00
Rémi Denis-Courmont
48dd75b1d3 Avoid useless recursion into GUI directories 2008-05-04 15:57:04 +03:00
Rémi Denis-Courmont
7849b24961 More avoidable directories 2008-05-04 15:51:15 +03:00
Rémi Denis-Courmont
5d6e797a6b Maintain SUBDIRS manually for extra flexibility 2008-05-04 15:36:23 +03:00
Rémi Duraffort
a82a9bc60a Fix a false assertion fail in the Qt4 playlist. 2008-05-04 14:02:48 +02:00
Rémi Denis-Courmont
e2133869a6 Factorize the gcrypt thread support 2008-05-04 14:33:19 +03:00
Rémi Denis-Courmont
6da90a1716 vlc_mutex_init: remove unused paramter 2008-05-04 14:14:46 +03:00
Rémi Duraffort
db52627c33 Fix the playlist column problem added in 7bc28eebe8 pointed out by phytos and JPeg. 2008-05-04 12:26:39 +02:00
Rémi Denis-Courmont
4724e090bc LUA: don't reinvent scandir 2008-05-03 23:50:55 +03:00
Rémi Denis-Courmont
fd658c7d49 RTP sout: --sout-rtp-sap, works like --sout-standard-sap
In addition to #rtp{sdp=sap}, we can now use #rtp{sap}
2008-05-03 23:25:12 +03:00