]> git.sesse.net Git - vlc/log
vlc
16 years agohotkeys: use the new object locking API
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:51:35 +0000 (10:51 +0000)]
hotkeys: use the new object locking API

16 years agoForgot this file in [22086]
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:50:10 +0000 (10:50 +0000)]
Forgot this file in [22086]

16 years agoCosmetic
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:49:43 +0000 (10:49 +0000)]
Cosmetic

16 years agoAlso use the new API here
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:45:23 +0000 (10:45 +0000)]
Also use the new API here

16 years agoUse the new object locking API
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:40:28 +0000 (10:40 +0000)]
Use the new object locking API

16 years agoWrappers around thread signaling functions for object:
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:39:50 +0000 (10:39 +0000)]
Wrappers around thread signaling functions for object:
 - vlc_object_lock, vlc_object_unlock: take/release object_lock
 - vlc_object_signal: trigger object_wait
 - vlc_object_wait, vlc_object_timedwait: wait on object_wait

16 years agoReturn an error if timer expires, but still do not print it
Rémi Denis-Courmont [Sun, 16 Sep 2007 10:27:09 +0000 (10:27 +0000)]
Return an error if timer expires, but still do not print it

16 years agoConst cleanup
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:32:30 +0000 (09:32 +0000)]
Const cleanup

16 years agovar_CreateGetNEString simplications
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:25:11 +0000 (09:25 +0000)]
var_CreateGetNEString simplications

16 years agoSwitch the few var_GetString remains to var_GetNonEmptyString
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:15:27 +0000 (09:15 +0000)]
Switch the few var_GetString remains to var_GetNonEmptyString

16 years agoFix to var_GetNonEmptyString
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:14:54 +0000 (09:14 +0000)]
Fix to var_GetNonEmptyString

16 years agoFix HTTP DVB ACL
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:12:41 +0000 (09:12 +0000)]
Fix HTTP DVB ACL

16 years agotypo
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:06:47 +0000 (09:06 +0000)]
typo

16 years agoMemory error handling
Rémi Denis-Courmont [Sun, 16 Sep 2007 09:02:16 +0000 (09:02 +0000)]
Memory error handling

16 years agoPartial memory error handling
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:58:37 +0000 (08:58 +0000)]
Partial memory error handling

16 years agoError handling
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:57:34 +0000 (08:57 +0000)]
Error handling

16 years agoMemory error handling
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:52:38 +0000 (08:52 +0000)]
Memory error handling

16 years agoSimplification / memory error handling
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:49:55 +0000 (08:49 +0000)]
Simplification / memory error handling

16 years agoUse var_GetNonEmptyString were applicable
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:39:12 +0000 (08:39 +0000)]
Use var_GetNonEmptyString were applicable

16 years agoGetNonEmptyString simplification
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:29:09 +0000 (08:29 +0000)]
GetNonEmptyString simplification

16 years agoTry to fix memleaks
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:27:49 +0000 (08:27 +0000)]
Try to fix memleaks

16 years agoApparent memleak (ipkiss should review perhaps?)
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:27:06 +0000 (08:27 +0000)]
Apparent memleak (ipkiss should review perhaps?)

16 years agoError handling
Rémi Denis-Courmont [Sun, 16 Sep 2007 08:24:58 +0000 (08:24 +0000)]
Error handling

16 years agoFix condition variable clock ifdef
Rémi Denis-Courmont [Sun, 16 Sep 2007 07:49:52 +0000 (07:49 +0000)]
Fix condition variable clock ifdef

16 years agomenu.cfg has been moved to minimal.cfg
Rafaël Carré [Sat, 15 Sep 2007 23:20:13 +0000 (23:20 +0000)]
menu.cfg has been moved to minimal.cfg

16 years agoosdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same...
Rafaël Carré [Sat, 15 Sep 2007 22:54:41 +0000 (22:54 +0000)]
osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory.

16 years agoWin32 installer: save language used in installer for uninstaller. "[PATCH] saves...
Antoine Cellerier [Sat, 15 Sep 2007 20:54:09 +0000 (20:54 +0000)]
Win32 installer: save language used in installer for uninstaller. "[PATCH] saves the chosen language of the installer in the registry..." by Hannes Domani

16 years agoRevert [22061]. I probably need more sleep.
Rémi Denis-Courmont [Sat, 15 Sep 2007 20:44:32 +0000 (20:44 +0000)]
Revert [22061]. I probably need more sleep.

16 years agoOSD install fix from Hannes Domani
Rémi Denis-Courmont [Sat, 15 Sep 2007 20:33:07 +0000 (20:33 +0000)]
OSD install fix from Hannes Domani

16 years agoMakes vlc the 2nd Media Player in history to implement the MPRIS draft (after audacious)
Rafaël Carré [Sat, 15 Sep 2007 20:21:14 +0000 (20:21 +0000)]
Makes vlc the 2nd Media Player in history to implement the MPRIS draft (after audacious)

16 years agoAnnounce API simplification
Rémi Denis-Courmont [Sat, 15 Sep 2007 20:10:50 +0000 (20:10 +0000)]
Announce API simplification

16 years agoRemove dead code
Rémi Denis-Courmont [Sat, 15 Sep 2007 20:03:48 +0000 (20:03 +0000)]
Remove dead code

16 years agoUnexport some unused APIs
Rémi Denis-Courmont [Sat, 15 Sep 2007 19:56:11 +0000 (19:56 +0000)]
Unexport some unused APIs

16 years agostream_out_std: use new SDP API too
Rémi Denis-Courmont [Sat, 15 Sep 2007 19:45:15 +0000 (19:45 +0000)]
stream_out_std: use new SDP API too

16 years agoTypo
Rémi Denis-Courmont [Sat, 15 Sep 2007 19:33:39 +0000 (19:33 +0000)]
Typo

16 years agoVLC-specific playlist group support
Rémi Denis-Courmont [Sat, 15 Sep 2007 19:26:07 +0000 (19:26 +0000)]
VLC-specific playlist group support

16 years agoRework SDP API a little
Rémi Denis-Courmont [Sat, 15 Sep 2007 19:14:11 +0000 (19:14 +0000)]
Rework SDP API a little

16 years agoPrice of the most useless piece of code of the day
Rémi Denis-Courmont [Sat, 15 Sep 2007 18:28:10 +0000 (18:28 +0000)]
Price of the most useless piece of code of the day
(actually it might be my code)

16 years agoFix MacOS linking
Rémi Denis-Courmont [Sat, 15 Sep 2007 18:06:26 +0000 (18:06 +0000)]
Fix MacOS linking

16 years agoFix deadlock
Rémi Denis-Courmont [Sat, 15 Sep 2007 18:00:22 +0000 (18:00 +0000)]
Fix deadlock

16 years agoAnother MacOS compile fix
Rémi Denis-Courmont [Sat, 15 Sep 2007 17:41:19 +0000 (17:41 +0000)]
Another MacOS compile fix

16 years agoNote how to check which modules are enable
Christophe Mutricy [Sat, 15 Sep 2007 17:39:59 +0000 (17:39 +0000)]
Note how to check which modules are enable

16 years agoAnother attempt at fixing MacOS build
Rémi Denis-Courmont [Sat, 15 Sep 2007 17:34:23 +0000 (17:34 +0000)]
Another attempt at fixing MacOS build

16 years agoAttempt to fix MacOS build
Rémi Denis-Courmont [Sat, 15 Sep 2007 17:24:49 +0000 (17:24 +0000)]
Attempt to fix MacOS build

16 years agoSimplification to avoid busy loops after process suspension
Rémi Denis-Courmont [Sat, 15 Sep 2007 17:19:00 +0000 (17:19 +0000)]
Simplification to avoid busy loops after process suspension

16 years agoSame here
Rémi Denis-Courmont [Sat, 15 Sep 2007 17:03:36 +0000 (17:03 +0000)]
Same here

16 years agoUse monotonic clock when available only
Rémi Denis-Courmont [Sat, 15 Sep 2007 17:00:25 +0000 (17:00 +0000)]
Use monotonic clock when available only

16 years agoWake up screensaver thread every 30 seconds rather than 1/4 seconds
Rémi Denis-Courmont [Sat, 15 Sep 2007 16:51:06 +0000 (16:51 +0000)]
Wake up screensaver thread every 30 seconds rather than 1/4 seconds

16 years agoCheck for <linux/dccp.h> before including it
Rémi Denis-Courmont [Sat, 15 Sep 2007 16:50:14 +0000 (16:50 +0000)]
Check for <linux/dccp.h> before including it

16 years agoFixes debug build
Rémi Denis-Courmont [Sat, 15 Sep 2007 16:48:15 +0000 (16:48 +0000)]
Fixes debug build

16 years agoETIMEDOUT is perfectly expected here, do not complain about it
Rémi Denis-Courmont [Sat, 15 Sep 2007 16:46:13 +0000 (16:46 +0000)]
ETIMEDOUT is perfectly expected here, do not complain about it

16 years agovlc_cond_timedwait: wrapper around pthread_cond_timedwait
Rémi Denis-Courmont [Sat, 15 Sep 2007 16:31:40 +0000 (16:31 +0000)]
vlc_cond_timedwait: wrapper around pthread_cond_timedwait

16 years agoMake sure we use the same clock for condition variable
Rémi Denis-Courmont [Sat, 15 Sep 2007 16:05:36 +0000 (16:05 +0000)]
Make sure we use the same clock for condition variable
Otherwise, it'll screw up completely when we add vlc_cond_timedwait

16 years agoWhen killing libvlc, also kill all its immediate children
Rémi Denis-Courmont [Sat, 15 Sep 2007 15:46:56 +0000 (15:46 +0000)]
When killing libvlc, also kill all its immediate children
Not particularly clean, but we need to pass the exit request from libvlc
to the actual interfaces and inputs somehow...

16 years agoFix doc
Rémi Denis-Courmont [Sat, 15 Sep 2007 15:45:27 +0000 (15:45 +0000)]
Fix doc

16 years agotypo
Rémi Denis-Courmont [Sat, 15 Sep 2007 15:45:09 +0000 (15:45 +0000)]
typo

16 years agoWakes an object when it is being killed
Rémi Denis-Courmont [Sat, 15 Sep 2007 15:30:47 +0000 (15:30 +0000)]
Wakes an object when it is being killed

16 years agoRemove interface b_block property.
Rémi Denis-Courmont [Sat, 15 Sep 2007 15:27:13 +0000 (15:27 +0000)]
Remove interface b_block property.

16 years agoIf LibVLC is closing, any interface should close, not just the main one
Rémi Denis-Courmont [Sat, 15 Sep 2007 15:18:04 +0000 (15:18 +0000)]
If LibVLC is closing, any interface should close, not just the main one

16 years agoDoc change
Rémi Denis-Courmont [Sat, 15 Sep 2007 14:39:56 +0000 (14:39 +0000)]
Doc change

16 years agoThere is really no excuse for not checking the hostname.
Rémi Denis-Courmont [Sat, 15 Sep 2007 14:38:22 +0000 (14:38 +0000)]
There is really no excuse for not checking the hostname.
I wonder why I added this option in the first place.

16 years agoDon't crash if a client sends an overly large header
Rémi Denis-Courmont [Sat, 15 Sep 2007 13:43:38 +0000 (13:43 +0000)]
Don't crash if a client sends an overly large header

16 years agoMinor fixes, add comments
Rafaël Carré [Sat, 15 Sep 2007 11:01:48 +0000 (11:01 +0000)]
Minor fixes, add comments

16 years agoSome sout news
Rémi Denis-Courmont [Sat, 15 Sep 2007 10:31:01 +0000 (10:31 +0000)]
Some sout news

16 years agoCosmetics
Rémi Denis-Courmont [Sat, 15 Sep 2007 10:23:33 +0000 (10:23 +0000)]
Cosmetics

16 years agoRemove auto-update. This is blatantly insecure.
Rémi Denis-Courmont [Sat, 15 Sep 2007 09:46:06 +0000 (09:46 +0000)]
Remove auto-update. This is blatantly insecure.
Other projects have had CVEs for much less than this (e.g. CVE-2006-4567)

16 years agoFix the dailymotion lua script.
Antoine Cellerier [Fri, 14 Sep 2007 22:48:04 +0000 (22:48 +0000)]
Fix the dailymotion lua script.

16 years agoDon't mix VLC.app and VLC-release.app
Jérome Decoodt [Fri, 14 Sep 2007 22:15:38 +0000 (22:15 +0000)]
Don't mix VLC.app and VLC-release.app

16 years agoAdds ncurses compiled with wide characters support to contribs for MacOSX
Rafaël Carré [Fri, 14 Sep 2007 16:53:04 +0000 (16:53 +0000)]
Adds ncurses compiled with wide characters support to contribs for MacOSX

16 years ago- Add aggregate control URL
Rémi Denis-Courmont [Fri, 14 Sep 2007 16:46:25 +0000 (16:46 +0000)]
- Add aggregate control URL
- Fix non-aggregate control URL

16 years agotypo
Rémi Denis-Courmont [Fri, 14 Sep 2007 16:40:34 +0000 (16:40 +0000)]
typo

16 years agoHide (+minor changes) block_fifo_t layout
Rémi Denis-Courmont [Fri, 14 Sep 2007 16:37:42 +0000 (16:37 +0000)]
Hide (+minor changes) block_fifo_t layout

16 years agoUse the new block_Fifo functions
Rémi Denis-Courmont [Fri, 14 Sep 2007 16:36:10 +0000 (16:36 +0000)]
Use the new block_Fifo functions

16 years ago* .aclocal should always be the last item here
Felix Paul Kühne [Fri, 14 Sep 2007 16:23:13 +0000 (16:23 +0000)]
* .aclocal should always be the last item here

16 years agoDocument previous functions
Rémi Denis-Courmont [Fri, 14 Sep 2007 16:15:59 +0000 (16:15 +0000)]
Document previous functions

16 years agoWrite accessor for relevant block_fifo_t state
Rémi Denis-Courmont [Fri, 14 Sep 2007 16:13:50 +0000 (16:13 +0000)]
Write accessor for relevant block_fifo_t state

16 years agoRemove dummy error
Rémi Denis-Courmont [Fri, 14 Sep 2007 15:38:15 +0000 (15:38 +0000)]
Remove dummy error

16 years agompris.glade: put loop/repeat/shuffle buttons in the expander
Rafaël Carré [Fri, 14 Sep 2007 00:56:09 +0000 (00:56 +0000)]
mpris.glade: put loop/repeat/shuffle buttons in the expander

16 years agoextras/contrib/src: clean up Makefile & packages.mak
Rafaël Carré [Fri, 14 Sep 2007 00:26:12 +0000 (00:26 +0000)]
extras/contrib/src: clean up Makefile & packages.mak
Makes it clear that subversion is required for ffmpeg & tremor
Removes obsolete libraries from the list

16 years agompris: make sure only one gobject timer is running
Rafaël Carré [Fri, 14 Sep 2007 00:01:39 +0000 (00:01 +0000)]
mpris: make sure only one gobject timer is running

16 years agoDo not try to connect to last.fm every second if the request fails, and server allows...
Rafaël Carré [Fri, 14 Sep 2007 00:00:17 +0000 (00:00 +0000)]
Do not try to connect to last.fm every second if the request fails, and server allows immediate retry

16 years agoncurses: fallback on libncurses if libncursesw isn't available (macosx)
Rafaël Carré [Thu, 13 Sep 2007 21:58:05 +0000 (21:58 +0000)]
ncurses: fallback on libncurses if libncursesw isn't available (macosx)
it is now enabled by default if headers & library are present

16 years agobootstrap: print a success message
Rafaël Carré [Thu, 13 Sep 2007 21:25:01 +0000 (21:25 +0000)]
bootstrap: print a success message
unify errors on missing/too old tools
remove insulting and not used variables

16 years agoExplicit casts to proper integer types when formatting
Rémi Denis-Courmont [Thu, 13 Sep 2007 20:29:32 +0000 (20:29 +0000)]
Explicit casts to proper integer types when formatting

16 years agoFix invalid FOURCC use
Rémi Denis-Courmont [Thu, 13 Sep 2007 20:29:02 +0000 (20:29 +0000)]
Fix invalid FOURCC use

16 years agoRemove debug not intended to be committed, however feel free to use it
Rafaël Carré [Thu, 13 Sep 2007 19:52:07 +0000 (19:52 +0000)]
Remove debug not intended to be committed, however feel free to use it

16 years agoChecks ncursesw/curses.h presence
Rafaël Carré [Thu, 13 Sep 2007 19:50:32 +0000 (19:50 +0000)]
Checks ncursesw/curses.h presence

16 years agoFix macosx gui compilation (shame on me i broke it in [21943])
Rafaël Carré [Thu, 13 Sep 2007 19:12:49 +0000 (19:12 +0000)]
Fix macosx gui compilation (shame on me i broke it in [21943])

16 years agoncurses: Use ncursesw to correctly display wide characters on UTF-8 locale
Rafaël Carré [Thu, 13 Sep 2007 17:53:40 +0000 (17:53 +0000)]
ncurses: Use ncursesw to correctly display wide characters on UTF-8 locale

16 years agoTrivial encoder for plain-text subtitles.
Rémi Denis-Courmont [Thu, 13 Sep 2007 16:47:26 +0000 (16:47 +0000)]
Trivial encoder for plain-text subtitles.
This allows transcoding say, DVD or DVB subs to normal ones.

Only tested with RTP output, but might also work with ogg, mp4, ts...
The problem is that most of these do not seem to check the encoding.

16 years ago// is valid inside "", despite what my vim says
Rafaël Carré [Thu, 13 Sep 2007 16:26:28 +0000 (16:26 +0000)]
// is valid inside "", despite what my vim says

16 years agoMakes logger html output « Valid HTML 4.01 Strict! », thanks to dionoea
Rafaël Carré [Thu, 13 Sep 2007 16:24:27 +0000 (16:24 +0000)]
Makes logger html output « Valid HTML 4.01 Strict! », thanks to dionoea

16 years agoAdd t140 FOURCC for always-UTF-8 subs
Rémi Denis-Courmont [Thu, 13 Sep 2007 16:13:30 +0000 (16:13 +0000)]
Add t140 FOURCC for always-UTF-8 subs

16 years agoUse size_t instead of socklen_t
Rémi Denis-Courmont [Thu, 13 Sep 2007 15:08:19 +0000 (15:08 +0000)]
Use size_t instead of socklen_t

16 years agologger: Sets HTML encoding to UTF-8
Rafaël Carré [Thu, 13 Sep 2007 11:01:40 +0000 (11:01 +0000)]
logger: Sets HTML encoding to UTF-8

16 years agoqt-notify only if vlc window is not visile was removed accidentally in [21845]
Rafaël Carré [Wed, 12 Sep 2007 22:13:11 +0000 (22:13 +0000)]
qt-notify only if vlc window is not visile was removed accidentally in [21845]

16 years ago*Try* to improve the strings in the QT4 intf
Christophe Mutricy [Wed, 12 Sep 2007 21:43:57 +0000 (21:43 +0000)]
*Try* to improve the strings in the QT4 intf

16 years agoFix youtube.lua probe() function.
Antoine Cellerier [Wed, 12 Sep 2007 20:29:00 +0000 (20:29 +0000)]
Fix youtube.lua probe() function.

16 years agoRemembers verbosity level when closing ncurses intf
Rafaël Carré [Wed, 12 Sep 2007 20:23:28 +0000 (20:23 +0000)]
Remembers verbosity level when closing ncurses intf

16 years agoAdd FVFW and fvfw since ffdshow seems to offer that as an option when encoding mpeg...
Antoine Cellerier [Wed, 12 Sep 2007 19:52:05 +0000 (19:52 +0000)]
Add FVFW and fvfw since ffdshow seems to offer that as an option when encoding mpeg 4 video. This might fix a few cases where videos weren't decoded by VLC.