]> git.sesse.net Git - vlc/log
vlc
18 years agoFix CDDA and a corner-case in playlist handling
Clément Stenac [Thu, 25 May 2006 19:38:45 +0000 (19:38 +0000)]
Fix CDDA and a corner-case in playlist handling

18 years ago* H264 RTP packetization by Vitaly V. Bursov <vitalyvb at ukr dotnet> refs #132
Derk-Jan Hartman [Thu, 25 May 2006 18:34:32 +0000 (18:34 +0000)]
* H264 RTP packetization by Vitaly V. Bursov <vitalyvb at ukr dotnet> refs #132
  NAL and FU-A modes of RFC 3984
  works for VLC -> VLC
  Does not work with QT yet, because QT requires the optional params profile-level-id and sprop-parameter-sets. these are usually provided in QT hinted tracks I guess. I'm not sure if we can reconstruct them manually. If someone would care to investigate..

18 years agoCumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com >
Clément Stenac [Thu, 25 May 2006 18:27:39 +0000 (18:27 +0000)]
Cumulative fix for BeOS - by Cian Duffy < myob87 4t gmail dot com >

18 years agoHandle Volume Up/Down as well
Eric Petit [Thu, 25 May 2006 15:26:51 +0000 (15:26 +0000)]
Handle Volume Up/Down as well

18 years agoAdds support for Apple's remote (only handles Play/Pause at the moment).
Eric Petit [Thu, 25 May 2006 14:59:57 +0000 (14:59 +0000)]
Adds support for Apple's remote (only handles Play/Pause at the moment).

AppleRemote.[mh] is MIT licensed code from Martin Kahr:
http://www.martinkahr.com/source-code

18 years agoSpell fix
Antoine Cellerier [Thu, 25 May 2006 14:52:17 +0000 (14:52 +0000)]
Spell fix

18 years agoMark skins2-config, wx-config and parent-item as internal
Clément Stenac [Thu, 25 May 2006 14:43:53 +0000 (14:43 +0000)]
Mark skins2-config, wx-config and parent-item as internal

18 years ago* Fix id3tag new meta
Derk-Jan Hartman [Thu, 25 May 2006 14:40:20 +0000 (14:40 +0000)]
* Fix id3tag new meta

18 years agoAdd a change_internal modifier to options. Please check OS X implementation
Clément Stenac [Thu, 25 May 2006 14:24:17 +0000 (14:24 +0000)]
Add a change_internal modifier to options. Please check OS X implementation

18 years agoSanity checks
Clément Stenac [Thu, 25 May 2006 13:58:28 +0000 (13:58 +0000)]
Sanity checks

18 years agoFix XSPF (Closes:#651)
Clément Stenac [Thu, 25 May 2006 13:45:33 +0000 (13:45 +0000)]
Fix XSPF (Closes:#651)

18 years ago* Compile before you commit :D
Derk-Jan Hartman [Thu, 25 May 2006 13:19:44 +0000 (13:19 +0000)]
* Compile before you commit :D

18 years ago* Another ID3 tag supported :D
Derk-Jan Hartman [Thu, 25 May 2006 13:04:51 +0000 (13:04 +0000)]
* Another ID3 tag supported :D

18 years ago* Almost fix shoutcast (still some problems in "flat" view)
Clément Stenac [Thu, 25 May 2006 11:45:32 +0000 (11:45 +0000)]
* Almost fix shoutcast (still some problems in "flat" view)
* Disable interaction in WX until it's fixed

18 years agoFix overflows
Rémi Denis-Courmont [Thu, 25 May 2006 10:51:17 +0000 (10:51 +0000)]
Fix overflows

18 years agoFix DVB demuxer. Barely tested
Clément Stenac [Thu, 25 May 2006 10:11:06 +0000 (10:11 +0000)]
Fix DVB demuxer. Barely tested

18 years agoAlso implement msleep() wrt _POSIX_MONOTONIC_CLOCK
Rémi Denis-Courmont [Thu, 25 May 2006 09:54:35 +0000 (09:54 +0000)]
Also implement msleep() wrt _POSIX_MONOTONIC_CLOCK

18 years ago* Remove unused playlist_ItemCopy
Clément Stenac [Thu, 25 May 2006 09:52:57 +0000 (09:52 +0000)]
* Remove unused playlist_ItemCopy
* Fix some debug

18 years agoFix playing from popup
Clément Stenac [Thu, 25 May 2006 09:20:03 +0000 (09:20 +0000)]
Fix playing from popup

18 years agoFix a bug in preparse throttling
Clément Stenac [Thu, 25 May 2006 09:19:25 +0000 (09:19 +0000)]
Fix a bug in preparse throttling

18 years ago* Search on artist and album
Clément Stenac [Thu, 25 May 2006 09:04:19 +0000 (09:04 +0000)]
* Search on artist and album
* Remove some debug

18 years agoFix m3u unhandled meta
Clément Stenac [Thu, 25 May 2006 08:55:05 +0000 (08:55 +0000)]
Fix m3u unhandled meta

18 years agoFix monotonic clock POSIX option detection
Rémi Denis-Courmont [Wed, 24 May 2006 20:39:21 +0000 (20:39 +0000)]
Fix monotonic clock POSIX option detection

18 years agoUse the monotonic clock from POSIX real time extension when available.
Rémi Denis-Courmont [Wed, 24 May 2006 19:35:31 +0000 (19:35 +0000)]
Use the monotonic clock from POSIX real time extension when available.
That one goes at the same “speed” as the real time clock, but it is
warp-less. Now it should be safe to call ntpdate while performing.

18 years agoconfigure.ac: Forgot this one.
Christophe Mutricy [Tue, 23 May 2006 23:05:34 +0000 (23:05 +0000)]
configure.ac: Forgot this one.

18 years agoproper subme integer range
Dennis van Amerongen [Mon, 22 May 2006 21:34:50 +0000 (21:34 +0000)]
proper subme integer range

18 years agoconfigure.ac: More strict test fot GL stuff
Christophe Mutricy [Mon, 22 May 2006 20:06:40 +0000 (20:06 +0000)]
configure.ac: More strict test fot GL stuff

18 years ago* fixed a typo
Felix Paul Kühne [Mon, 22 May 2006 15:45:01 +0000 (15:45 +0000)]
* fixed a typo

18 years agos/livedotcom/live555
Christophe Mutricy [Mon, 22 May 2006 09:42:08 +0000 (09:42 +0000)]
s/livedotcom/live555

18 years agoUpdate po file after filename change ( we should do a post-commit hook one day)
Christophe Mutricy [Mon, 22 May 2006 08:53:17 +0000 (08:53 +0000)]
Update po file after filename change ( we should do a post-commit hook one day)

18 years ago* control/hotkeys.c: Fix Play/Pause hotkey
Yoann Peronneau [Sun, 21 May 2006 22:17:25 +0000 (22:17 +0000)]
* control/hotkeys.c: Fix Play/Pause hotkey

18 years agoAdd support for keyboard multimedia keys on win32. This is of course untested.
Antoine Cellerier [Sun, 21 May 2006 22:01:14 +0000 (22:01 +0000)]
Add support for keyboard multimedia keys on win32. This is of course untested.

18 years agoUpdate
Christophe Mutricy [Sun, 21 May 2006 21:39:34 +0000 (21:39 +0000)]
Update

18 years agos/livedotcom/live555/
Christophe Mutricy [Sun, 21 May 2006 21:20:06 +0000 (21:20 +0000)]
s/livedotcom/live555/

18 years agoALL: s/livedotcom/live555/
Christophe Mutricy [Sun, 21 May 2006 21:17:52 +0000 (21:17 +0000)]
ALL: s/livedotcom/live555/

18 years ago* Fix hal detection
Benjamin Pracht [Sun, 21 May 2006 20:00:27 +0000 (20:00 +0000)]
* Fix hal detection

18 years agoFix the integer widget
Christophe Mutricy [Sun, 21 May 2006 17:31:06 +0000 (17:31 +0000)]
Fix the integer widget

18 years ago* HAL / DBUS / GnomeVFS aren't linux only
Benjamin Pracht [Sat, 20 May 2006 13:38:04 +0000 (13:38 +0000)]
* HAL / DBUS / GnomeVFS aren't linux only

18 years agoAdd missing const qualifier
Rémi Denis-Courmont [Sat, 20 May 2006 13:17:00 +0000 (13:17 +0000)]
Add missing const qualifier

18 years agomissing #include
Rémi Denis-Courmont [Sat, 20 May 2006 13:16:46 +0000 (13:16 +0000)]
missing #include

18 years agoUse correct datatype in srtncasecmp
Jean-Paul Saman [Sat, 20 May 2006 13:10:30 +0000 (13:10 +0000)]
Use correct datatype in srtncasecmp

18 years agoUse correct datatype
Jean-Paul Saman [Sat, 20 May 2006 13:05:21 +0000 (13:05 +0000)]
Use correct datatype

18 years agoUse correct types
Jean-Paul Saman [Sat, 20 May 2006 12:55:15 +0000 (12:55 +0000)]
Use correct types

18 years agoRemove unused variables
Jean-Paul Saman [Sat, 20 May 2006 11:46:26 +0000 (11:46 +0000)]
Remove unused variables

18 years agoRemove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC...
Jean-Paul Saman [Sat, 20 May 2006 11:45:33 +0000 (11:45 +0000)]
Remove unused variables and #ifdef DEBUG_SPUDEC the variables used when DEBUG_SPUDEC is active.

18 years agoCompare the right datatypes
Jean-Paul Saman [Sat, 20 May 2006 11:43:35 +0000 (11:43 +0000)]
Compare the right datatypes

18 years agoDefault value for pointer that could be used uninitalised
Jean-Paul Saman [Sat, 20 May 2006 11:42:40 +0000 (11:42 +0000)]
Default value for pointer that could be used uninitalised

18 years agoReturn in a non-void function
Jean-Paul Saman [Sat, 20 May 2006 11:41:26 +0000 (11:41 +0000)]
Return in a non-void function

18 years agoRemove unused variables
Jean-Paul Saman [Sat, 20 May 2006 11:41:08 +0000 (11:41 +0000)]
Remove unused variables

18 years agoReturn in a non-void function
Jean-Paul Saman [Sat, 20 May 2006 11:40:50 +0000 (11:40 +0000)]
Return in a non-void function

18 years agoReturn in a non-void function
Jean-Paul Saman [Sat, 20 May 2006 11:40:35 +0000 (11:40 +0000)]
Return in a non-void function

18 years agoCompare using the right data types
Jean-Paul Saman [Sat, 20 May 2006 11:40:15 +0000 (11:40 +0000)]
Compare using the right data types

18 years agoRemove unused variables
Jean-Paul Saman [Sat, 20 May 2006 11:39:53 +0000 (11:39 +0000)]
Remove unused variables

18 years agoRemove unused variables
Jean-Paul Saman [Sat, 20 May 2006 11:39:32 +0000 (11:39 +0000)]
Remove unused variables

18 years agoRemove unused variables
Jean-Paul Saman [Sat, 20 May 2006 11:39:19 +0000 (11:39 +0000)]
Remove unused variables

18 years agoFix data type: Compiler warning
Jean-Paul Saman [Sat, 20 May 2006 11:38:50 +0000 (11:38 +0000)]
Fix data type: Compiler warning

18 years agoRemove unused variables
Jean-Paul Saman [Sat, 20 May 2006 11:38:26 +0000 (11:38 +0000)]
Remove unused variables

18 years agoCompiler warning
Jean-Paul Saman [Sat, 20 May 2006 11:38:04 +0000 (11:38 +0000)]
Compiler warning

18 years agoAdd missing vlc_es.h
Jean-Paul Saman [Sat, 20 May 2006 11:37:41 +0000 (11:37 +0000)]
Add missing vlc_es.h

18 years agoreturn -1 in a non-void function
Jean-Paul Saman [Sat, 20 May 2006 11:37:26 +0000 (11:37 +0000)]
return -1 in a non-void function

18 years agoCompiler warnings
Jean-Paul Saman [Sat, 20 May 2006 11:37:01 +0000 (11:37 +0000)]
Compiler warnings

18 years agoCompiler warnings
Jean-Paul Saman [Sat, 20 May 2006 11:36:38 +0000 (11:36 +0000)]
Compiler warnings

18 years agox264 options patch from Dennis van Amerongen (Trax) (dennis dot vanAmerongen at nob...
Jean-Paul Saman [Sat, 20 May 2006 10:16:21 +0000 (10:16 +0000)]
x264 options patch from Dennis van Amerongen (Trax) (dennis dot vanAmerongen at nob dot nl)

18 years agogcc 2.95 compile fix
Clément Stenac [Fri, 19 May 2006 10:00:39 +0000 (10:00 +0000)]
gcc 2.95 compile fix

18 years agoAdd Czech translation. Many thaks to Miroslav Oujesky
Christophe Mutricy [Thu, 18 May 2006 23:00:48 +0000 (23:00 +0000)]
Add Czech translation. Many thaks to Miroslav Oujesky

18 years ago- using strcmp with a NULL string isn't really a good thing to do
Damien Fouilleul [Thu, 18 May 2006 22:01:31 +0000 (22:01 +0000)]
- using strcmp with a NULL string isn't really a good thing to do

18 years ago* address the user formally instead of informally (comparable to tu <-> vous in French)
Felix Paul Kühne [Thu, 18 May 2006 17:50:19 +0000 (17:50 +0000)]
* address the user formally instead of informally (comparable to tu <-> vous in French)

18 years ago* This makes the cddax and vcdx modules compile again. meta is disabled. functionalit...
Derk-Jan Hartman [Wed, 17 May 2006 19:38:53 +0000 (19:38 +0000)]
* This makes the cddax and vcdx modules compile again. meta is disabled. functionality is untested.
refs #649

18 years agoFix po/Makefile.in.in
Jean-Paul Saman [Wed, 17 May 2006 11:17:31 +0000 (11:17 +0000)]
Fix po/Makefile.in.in

18 years agoForgot to change the deletion function
Clément Stenac [Wed, 17 May 2006 06:04:37 +0000 (06:04 +0000)]
Forgot to change the deletion function

18 years ago* gui/ncurses.c: first attempt to fix ncurses with new playlist
Yoann Peronneau [Wed, 17 May 2006 02:59:48 +0000 (02:59 +0000)]
* gui/ncurses.c: first attempt to fix ncurses with new playlist
                 still not working: Add something to playlist

18 years ago* playlist/tree.c: when removing a node, don't forget to remove it from its parent!
Yoann Peronneau [Wed, 17 May 2006 02:31:30 +0000 (02:31 +0000)]
* playlist/tree.c: when removing a node, don't forget to remove it from its parent!

18 years agoFix mozilla and xpidl detection
Christophe Mutricy [Tue, 16 May 2006 23:40:52 +0000 (23:40 +0000)]
Fix mozilla and xpidl detection

18 years ago* Fixed Meta for OSX, so i know what music i'm listening to.
Derk-Jan Hartman [Tue, 16 May 2006 22:29:39 +0000 (22:29 +0000)]
* Fixed Meta for OSX, so i know what music i'm listening to.
(debug left in place. when you run into a crash please not the console info so we can investigate)

18 years ago* sorry, this part wasn't supposed to be committed yet
Felix Paul Kühne [Tue, 16 May 2006 19:25:18 +0000 (19:25 +0000)]
* sorry, this part wasn't supposed to be committed yet

18 years ago* ask for the name of the new node through the interaction framework (node creation...
Felix Paul Kühne [Tue, 16 May 2006 19:22:02 +0000 (19:22 +0000)]
* ask for the name of the new node through the interaction framework (node creation runs in a separate thread now to avoid interface blocking)

18 years ago* don't fail http output if AVAHI support is enabled, but the avahi daemon is not...
Derk-Jan Hartman [Tue, 16 May 2006 18:23:37 +0000 (18:23 +0000)]
* don't fail http output if AVAHI support is enabled, but the avahi daemon is not running. Just generate an error and continue.

18 years ago* detail what id3tag handling is unimplemented.
Derk-Jan Hartman [Tue, 16 May 2006 18:09:47 +0000 (18:09 +0000)]
* detail what id3tag handling is unimplemented.

18 years ago* update of the German translation by Mathias C. Berens | welcome-soft with some...
Felix Paul Kühne [Tue, 16 May 2006 16:45:57 +0000 (16:45 +0000)]
* update of the German translation by Mathias C. Berens | welcome-soft with some few additions by myself

18 years agocoding style fix
Jean-Paul Saman [Tue, 16 May 2006 16:04:06 +0000 (16:04 +0000)]
coding style fix

18 years agoFix potential segmentation fault
Jean-Paul Saman [Tue, 16 May 2006 16:02:56 +0000 (16:02 +0000)]
Fix potential segmentation fault

18 years agoFix po installation
Jean-Paul Saman [Tue, 16 May 2006 16:01:59 +0000 (16:01 +0000)]
Fix po installation

18 years agoFix Segmentation fault in RPN while parsing pathnames.
Jean-Paul Saman [Tue, 16 May 2006 16:01:01 +0000 (16:01 +0000)]
Fix Segmentation fault in RPN while parsing pathnames.

18 years ago* a plain %s can't be localised IMHO ;)
Felix Paul Kühne [Mon, 15 May 2006 20:08:30 +0000 (20:08 +0000)]
* a plain %s can't be localised IMHO ;)

18 years agoNew playlist API fix.
Christophe Mutricy [Mon, 15 May 2006 14:47:23 +0000 (14:47 +0000)]
New playlist API fix.

18 years agoLast fix for win32 ?
Clément Stenac [Mon, 15 May 2006 12:50:39 +0000 (12:50 +0000)]
Last fix for win32 ?

18 years agoShould fix Xosd compilation
Clément Stenac [Mon, 15 May 2006 12:28:44 +0000 (12:28 +0000)]
Should fix Xosd compilation

18 years agoShould fix win32 WX compile
Clément Stenac [Mon, 15 May 2006 12:26:49 +0000 (12:26 +0000)]
Should fix win32 WX compile

18 years agoFix bonjour compilation. Completely untested
Clément Stenac [Mon, 15 May 2006 12:07:26 +0000 (12:07 +0000)]
Fix bonjour compilation. Completely untested

18 years agoRun make update-po. Fix make dist
Christophe Mutricy [Mon, 15 May 2006 09:37:08 +0000 (09:37 +0000)]
Run make update-po. Fix make dist

18 years agoNew helper to create nodes for services discovery
Clément Stenac [Mon, 15 May 2006 05:57:19 +0000 (05:57 +0000)]
New helper to create nodes for services discovery

18 years ago * skins2: new LayoutID.isActive boolean variable
Olivier Teulière [Sun, 14 May 2006 22:16:59 +0000 (22:16 +0000)]
 * skins2: new LayoutID.isActive boolean variable

18 years ago* more compilation fixes
Felix Paul Kühne [Sun, 14 May 2006 21:57:37 +0000 (21:57 +0000)]
* more compilation fixes

18 years ago * skins2/src/skin_main.cpp: Do not forget to return a value
Olivier Teulière [Sun, 14 May 2006 21:51:37 +0000 (21:51 +0000)]
 * skins2/src/skin_main.cpp: Do not forget to return a value

18 years ago * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin
Olivier Teulière [Sun, 14 May 2006 21:43:22 +0000 (21:43 +0000)]
 * skins2/parser/skin_parser.cpp: make sure the IDs are unique in the whole skin

18 years ago* vlc-meta fixes
Felix Paul Kühne [Sun, 14 May 2006 21:10:07 +0000 (21:10 +0000)]
* vlc-meta fixes

18 years agoFix ffmpeg linking
Clément Stenac [Sun, 14 May 2006 20:40:23 +0000 (20:40 +0000)]
Fix ffmpeg linking

18 years agoFix shout compile
Clément Stenac [Sun, 14 May 2006 19:52:42 +0000 (19:52 +0000)]
Fix shout compile

18 years agoChange some error message to assertions
Clément Stenac [Sun, 14 May 2006 18:49:50 +0000 (18:49 +0000)]
Change some error message to assertions

18 years agoFix http access output with bonjour
Clément Stenac [Sun, 14 May 2006 18:44:21 +0000 (18:44 +0000)]
Fix http access output with bonjour