]>
git.sesse.net Git - vlc/log
Anthony Loiseau [Mon, 31 Mar 2008 15:03:31 +0000 (17:03 +0200)]
Add "toolbar:bool" RW property for the JS API, fix toolbar visibility
The mozilla plugin has already a "toolbar"(bool) parameter.
For coherency between ActiveX and mozilla plugin, the "toolbar"
parameter has been added to ActiveX, which has created also a
"toolbar" property in the exported API (JavaScript for web pages).
This commit add it to mozilla plugin too, to maintain coherency.
This commit also fix toolbar visibility when toolbar="true" parameter
is used in embed object.
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
Jean-Paul Saman [Tue, 17 Jun 2008 15:45:44 +0000 (17:45 +0200)]
Break long line.
Jean-Paul Saman [Tue, 17 Jun 2008 15:45:17 +0000 (17:45 +0200)]
Fix calculation of toolbar width.
Jean-Paul Saman [Tue, 17 Jun 2008 10:33:17 +0000 (12:33 +0200)]
Use commandline value if available for setting teletextGoto field.
Jean-Paul Saman [Tue, 17 Jun 2008 09:52:26 +0000 (11:52 +0200)]
Add callback to spu-es from the input.
Jean-Paul Saman [Sun, 15 Jun 2008 18:46:47 +0000 (20:46 +0200)]
Add some video-filter2 effects to wxwidget extrapanel
Jean-Paul Saman [Sun, 15 Jun 2008 18:15:07 +0000 (20:15 +0200)]
Remove silly out of memory message in out of memory situation.
Jean-Paul Saman [Sun, 15 Jun 2008 16:46:33 +0000 (18:46 +0200)]
Replace vlc_object_find() and vlc_object_release() of VLC_OBJECT_PLAYLIST with pl_Yield() and pl_Release()
Jean-Paul Saman [Sun, 15 Jun 2008 16:45:16 +0000 (18:45 +0200)]
Typo in pl_Release();
Pierre d'Herbemont [Wed, 18 Jun 2008 06:50:16 +0000 (08:50 +0200)]
media_player: Don't forgot to clear exception.
Jean-Baptiste Kempf [Wed, 18 Jun 2008 06:35:47 +0000 (23:35 -0700)]
Menus: Comments and code cosmetics.
Jean-Baptiste Kempf [Wed, 18 Jun 2008 06:21:55 +0000 (23:21 -0700)]
Fix popup menu play and interface entries.
Jean-Philippe Andre [Tue, 17 Jun 2008 19:09:03 +0000 (21:09 +0200)]
Qt menus: fix popup submenus non disparition
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Bill C Riemers [Tue, 17 Jun 2008 20:16:22 +0000 (16:16 -0400)]
No need to send Connection: close or Connection: Keep-Alive.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Rémi Denis-Courmont [Tue, 17 Jun 2008 20:24:23 +0000 (23:24 +0300)]
RTP: align RTP port numbers properly
Rémi Denis-Courmont [Tue, 17 Jun 2008 19:33:26 +0000 (22:33 +0300)]
Move object lock and condition into the internals
Rémi Denis-Courmont [Tue, 17 Jun 2008 18:55:55 +0000 (21:55 +0300)]
SAP: mutex double initialization
Rémi Denis-Courmont [Tue, 17 Jun 2008 18:43:32 +0000 (21:43 +0300)]
Remove the last direct use of object_wait
Rémi Denis-Courmont [Tue, 17 Jun 2008 18:21:07 +0000 (21:21 +0300)]
Use vlc_object_signal
Rémi Denis-Courmont [Tue, 17 Jun 2008 17:56:58 +0000 (20:56 +0300)]
Use vlc_object_lock and vlc_object_unlock
Bill C Riemers [Mon, 16 Jun 2008 15:46:47 +0000 (11:46 -0400)]
access_http: do not close the stream when seeking out of range
+ minor simplifications
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Rémi Denis-Courmont [Tue, 17 Jun 2008 16:33:08 +0000 (19:33 +0300)]
HTTP: do not send a negative byte range
Rémi Denis-Courmont [Tue, 17 Jun 2008 16:01:06 +0000 (19:01 +0300)]
AVI: do not ask whether to fix the index for non-seekable streams
Based on patch from Bill C Riemers
Jean-Baptiste Kempf [Tue, 17 Jun 2008 15:16:31 +0000 (08:16 -0700)]
Simplify and remove duplicate code.
Menus are the same on the right click and the main menu... Thanks for the users...
Pierre d'Herbemont [Tue, 17 Jun 2008 10:26:00 +0000 (12:26 +0200)]
input: Attempt to fix variables deadlocks.
Jean-Baptiste Kempf [Tue, 17 Jun 2008 07:29:57 +0000 (00:29 -0700)]
Jean-Baptiste Kempf [Tue, 17 Jun 2008 03:37:57 +0000 (20:37 -0700)]
Small change in menus order
Jean-Baptiste Kempf [Tue, 17 Jun 2008 03:19:36 +0000 (20:19 -0700)]
Cosmetic.
Jean-Philippe Andre [Mon, 16 Jun 2008 23:25:29 +0000 (01:25 +0200)]
Qt menus: use addDPStaticEntry and add a static Subtitles Loader in popup
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 23:00:35 +0000 (01:00 +0200)]
Qt menus: popup interface menu
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 22:17:09 +0000 (00:17 +0200)]
Qt menus: Add a fullscreen switch button (popup)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 21:41:16 +0000 (23:41 +0200)]
Clean popup menu
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 21:01:57 +0000 (23:01 +0200)]
Qt menus: s/Q_FOREACH/foreach
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 21:01:02 +0000 (23:01 +0200)]
Qt menus: prefer THEMIM->getInput()
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 19:05:41 +0000 (21:05 +0200)]
Qt menu: fix navigation, delete non static entries
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 16:26:46 +0000 (18:26 +0200)]
Qt menus: add loadSubtitlesFile
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 14:58:17 +0000 (16:58 +0200)]
Qt menus: enable/disable correctly static entries
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 14:30:41 +0000 (16:30 +0200)]
Qt menu: use MenuFunc with InterfaceMenu
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Philippe Andre [Mon, 16 Jun 2008 13:40:10 +0000 (15:40 +0200)]
Qt4 menus: start fixing ticket 1602
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Rémi Denis-Courmont [Mon, 16 Jun 2008 19:21:36 +0000 (22:21 +0300)]
vmem: small memory leak
Rémi Denis-Courmont [Mon, 16 Jun 2008 18:16:23 +0000 (21:16 +0300)]
live555: remove tautology
Dominique Leuenberger [Mon, 16 Jun 2008 17:01:42 +0000 (20:01 +0300)]
Fix Memory leak: free proxy_factory even when buffer for asprintf can not be assigned
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Rémi Denis-Courmont [Mon, 16 Jun 2008 17:30:59 +0000 (20:30 +0300)]
RTP: handle odd port numbers correctly
We should also open a RTCP socket, if only to not send ICMP errors back
Przemyslaw Fiala [Mon, 16 Jun 2008 16:53:19 +0000 (18:53 +0200)]
MMS stream pausing
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Rémi Denis-Courmont [Mon, 16 Jun 2008 16:47:52 +0000 (19:47 +0300)]
RTP sout: memory leak
Rémi Denis-Courmont [Mon, 16 Jun 2008 16:47:40 +0000 (19:47 +0300)]
RTP sout: append RTCP BYE to the Sender Report
Pointed-out-by: Sébastien Escudier
Vincent Penquerc'h [Mon, 16 Jun 2008 09:37:34 +0000 (10:37 +0100)]
ogg: only check kate magic in the first 8 bytes
Follows a proposed common requirement for Ogg codecs.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Pierre d'Herbemont [Mon, 16 Jun 2008 09:45:05 +0000 (11:45 +0200)]
input: Make sure we send input state changes events. (Should fix the non sending of a play event reported by Rov Juvano).
Felix Paul Kühne [Mon, 16 Jun 2008 07:55:43 +0000 (09:55 +0200)]
Removed the 'fetch-meta' setting as it isn't present anymore
Felix Paul Kühne [Sun, 15 Jun 2008 17:27:03 +0000 (19:27 +0200)]
Redesigned the window to make it look more Mac-like and much smaller by adding a popupbutton at the top to choose the filters and by removing all the expanding stuff
This way adding more uis to different filters is much easier and faster to do.
Felix Paul Kühne [Sun, 15 Jun 2008 14:52:26 +0000 (16:52 +0200)]
Added stub on libfreetype, so we don't forget about it
Felix Paul Kühne [Sun, 15 Jun 2008 14:39:59 +0000 (16:39 +0200)]
the vout might still run after the playlist termination, so we don't want to use pl_Yield. Pointed by courmisch, thanks!
Pierre d'Herbemont [Sun, 15 Jun 2008 21:14:14 +0000 (23:14 +0200)]
update: It's not allowed to vlc_object_release() from an object's thread.
Pierre d'Herbemont [Sun, 15 Jun 2008 21:10:23 +0000 (23:10 +0200)]
macosx: Make sure we have an autorelease pool in -checkForUpdate.
Pierre d'Herbemont [Sun, 15 Jun 2008 21:07:33 +0000 (23:07 +0200)]
update: Use const char * for psz_destdir.
Pierre d'Herbemont [Sun, 15 Jun 2008 21:07:07 +0000 (23:07 +0200)]
macosx: Make sure we do call update on main thread.
Pierre d'Herbemont [Sun, 15 Jun 2008 20:51:37 +0000 (22:51 +0200)]
macosx: Get rid of vlc_object_find(playlist).
Pierre d'Herbemont [Sun, 15 Jun 2008 20:51:13 +0000 (22:51 +0200)]
macosx: Fix assert. (hum).
Pierre d'Herbemont [Sun, 15 Jun 2008 20:44:14 +0000 (22:44 +0200)]
Fix VLC.app.
Jean-Baptiste Kempf [Sun, 15 Jun 2008 20:26:21 +0000 (22:26 +0200)]
Fix win32 compile.
Pierre d'Herbemont [Sun, 15 Jun 2008 20:11:43 +0000 (22:11 +0200)]
macosx: s/NSAssert/assert/
Pierre d'Herbemont [Sun, 15 Jun 2008 20:02:57 +0000 (22:02 +0200)]
macosx: Use var_GetBool.
Pierre d'Herbemont [Sun, 15 Jun 2008 19:55:49 +0000 (21:55 +0200)]
macosx: Use NSAssert for impossible cases.
Rémi Denis-Courmont [Sun, 15 Jun 2008 19:41:04 +0000 (22:41 +0300)]
RTP sout: fix buffer size for SRTP
Rémi Denis-Courmont [Sun, 15 Jun 2008 19:40:33 +0000 (22:40 +0300)]
SRTP: check buffer length before sequence
Rémi Denis-Courmont [Sun, 15 Jun 2008 19:39:55 +0000 (22:39 +0300)]
Add build dependency
Rémi Denis-Courmont [Sun, 15 Jun 2008 18:48:48 +0000 (21:48 +0300)]
RTP sout: rudimentary SRTP support
Rémi Denis-Courmont [Sun, 15 Jun 2008 19:03:57 +0000 (22:03 +0300)]
SRTP: test the parser
Rémi Denis-Courmont [Sun, 15 Jun 2008 18:23:55 +0000 (21:23 +0300)]
SRTP: fix parser
Rémi Denis-Courmont [Sun, 15 Jun 2008 19:04:28 +0000 (22:04 +0300)]
RTP: need to create variables before using them
Antoine Cellerier [Sun, 15 Jun 2008 17:47:52 +0000 (19:47 +0200)]
Fix image resizing with non accelerated vouts. Still uses chroma builtin
resizing which is horrible. Upcomming commit will fix that.
Rémi Denis-Courmont [Sun, 15 Jun 2008 16:34:40 +0000 (19:34 +0300)]
Remove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
Rémi Denis-Courmont [Sun, 15 Jun 2008 16:32:33 +0000 (19:32 +0300)]
input: kill all the children [add evil laughters here]
No need for vlc_object_find()
Rémi Denis-Courmont [Sun, 15 Jun 2008 16:28:26 +0000 (19:28 +0300)]
streams are always attached to access - no need for vlc_object_find
Kaloyan Kovachev [Wed, 11 Jun 2008 15:22:14 +0000 (18:22 +0300)]
Dynamic two-keys CSA
N.B.: I suspect there is a small race condition whereby the callbacks are
invoked while being deleted, but this looks like yet another LibVLC
objects insanity.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Pierre d'Herbemont [Sun, 15 Jun 2008 15:54:07 +0000 (17:54 +0200)]
libvlc_event: Typo.
Pierre d'Herbemont [Sun, 15 Jun 2008 15:22:27 +0000 (17:22 +0200)]
libvlc_event: Fix a typo in libvlc_event_manager_release(), that result in a double free(). (Issue reported by Rov Juvano).
Pierre d'Herbemont [Sun, 15 Jun 2008 13:57:24 +0000 (15:57 +0200)]
vout: Create the drawable variable from the vout, not libvlc.
Pierre d'Herbemont [Sun, 15 Jun 2008 13:43:29 +0000 (15:43 +0200)]
playlist: Fix a typo in event detaching.
Rémi Denis-Courmont [Sun, 15 Jun 2008 13:22:53 +0000 (16:22 +0300)]
Fix warnings
bl4 [Sun, 15 Jun 2008 12:58:40 +0000 (14:58 +0200)]
M3U playlist detection
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Rémi Denis-Courmont [Sun, 15 Jun 2008 12:52:51 +0000 (15:52 +0300)]
RTP: always enable Roll-Over-Counter carriage
It is pretty much impossible to receive broadcast SRTP without this.
If/when someone needs to disable this, let me know.
Rémi Denis-Courmont [Sun, 15 Jun 2008 12:32:09 +0000 (15:32 +0300)]
Remove unused VLC_EBADOBJ
Dominique Leuenberger [Sun, 8 Jun 2008 13:56:35 +0000 (16:56 +0300)]
HTTP access: support for libproxy, with configure autodetection
Libproxy can read proxy settings from KDE, GNOME, NetworkManager, or
the environment.
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Jean-Paul Saman [Sun, 15 Jun 2008 12:24:34 +0000 (14:24 +0200)]
Add a note about extended state reporting for the web plugins.
Rémi Denis-Courmont [Sun, 15 Jun 2008 11:14:58 +0000 (14:14 +0300)]
RTMP output: fix warnings (msg_Warn invocation was broken)
Rémi Denis-Courmont [Sun, 15 Jun 2008 11:11:15 +0000 (14:11 +0300)]
RTMP output: restore listen/accept and remove ENOSYS connect
Revert "Remove non-sensical connect->listen transition"
This reverts commit
e1b146414f8b85755fb917bbac941367fb3c4e15
Antoine Cellerier [Fri, 13 Jun 2008 10:14:16 +0000 (12:14 +0200)]
Update lua intf scripts to new API (untested).
Antoine Cellerier [Fri, 13 Jun 2008 09:51:31 +0000 (11:51 +0200)]
Update lua meta script to new API (untested).
Antoine Cellerier [Fri, 13 Jun 2008 09:50:35 +0000 (11:50 +0200)]
Update lua playlist scripts to new API. (untested)
Antoine Cellerier [Thu, 12 Jun 2008 22:36:58 +0000 (00:36 +0200)]
Add a global documentation for all the Lua modules.
Antoine Cellerier [Thu, 12 Jun 2008 16:23:28 +0000 (18:23 +0200)]
Use filter chain in mosaic bridge too.
Antoine Cellerier [Wed, 11 Jun 2008 13:57:58 +0000 (15:57 +0200)]
Implement Lua objects in the C code directly. Fix most type checks. Move every thing arround.
Jean-Paul Saman [Sun, 15 Jun 2008 07:33:29 +0000 (09:33 +0200)]
Fix test program.
Jean-Paul Saman [Sat, 14 Jun 2008 20:30:20 +0000 (22:30 +0200)]
Make distinction between stop and ended status.
Jean-Paul Saman [Sat, 14 Jun 2008 20:28:36 +0000 (22:28 +0200)]
Add Ended state.
Jean-Baptiste Kempf [Sun, 15 Jun 2008 03:22:00 +0000 (20:22 -0700)]
Cosmetic.
Jean-Baptiste Kempf [Sun, 15 Jun 2008 03:21:11 +0000 (20:21 -0700)]
Attempt to fix crashes on the extended panel.
Jean-Baptiste Kempf [Sun, 15 Jun 2008 01:28:08 +0000 (18:28 -0700)]
Kill a Warning
Jean-Baptiste Kempf [Sun, 15 Jun 2008 01:02:17 +0000 (18:02 -0700)]
Small adding to NEWS.