]> git.sesse.net Git - vlc/log
vlc
18 years ago * ALL: extention -> extension
Christophe Massiot [Thu, 6 Apr 2006 17:54:21 +0000 (17:54 +0000)]
 * ALL: extention -> extension

18 years ago * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
Christophe Massiot [Thu, 6 Apr 2006 17:12:32 +0000 (17:12 +0000)]
 * include/vlc_url.h: Fixed vlc_UrlEncode to return correct values and avoid
   crashing with strings as simple as "/toto", but all in all the entire
   function seems very wrong to me, see the next mail.

18 years ago * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.
Christophe Massiot [Thu, 6 Apr 2006 16:16:02 +0000 (16:16 +0000)]
 * modules/control/http/util.c: Simplify MRLParse, and fix parsing of quotes.

18 years ago * modules/codec/png.c: More robust error checking, avoid calling abort() in
Christophe Massiot [Thu, 6 Apr 2006 15:53:06 +0000 (15:53 +0000)]
 * modules/codec/png.c: More robust error checking, avoid calling abort() in
   case of an invalid file.

18 years ago* Only compile cyberlink if --enable-cyberlink is explicitly set by the user.
Derk-Jan Hartman [Thu, 6 Apr 2006 15:16:05 +0000 (15:16 +0000)]
* Only compile cyberlink if --enable-cyberlink is explicitly set by the user.

18 years ago- fixed a few return codes from APIs
Damien Fouilleul [Thu, 6 Apr 2006 15:09:40 +0000 (15:09 +0000)]
- fixed a few return codes from APIs

18 years ago* Disable cyberlink and expat, the module immediatly crashes.
Derk-Jan Hartman [Thu, 6 Apr 2006 14:46:30 +0000 (14:46 +0000)]
* Disable cyberlink and expat, the module immediatly crashes.

18 years ago* Fix --with-cyberlink-tree when using contrib
Derk-Jan Hartman [Thu, 6 Apr 2006 13:50:12 +0000 (13:50 +0000)]
* Fix --with-cyberlink-tree when using contrib

18 years agoFix if statement
Christophe Mutricy [Thu, 6 Apr 2006 09:04:42 +0000 (09:04 +0000)]
Fix if statement

18 years agoFix potential bugs
Clément Stenac [Thu, 6 Apr 2006 07:36:57 +0000 (07:36 +0000)]
Fix potential bugs

18 years ago* Evil hack to get libFLAC working with SDK building on OSX.
Derk-Jan Hartman [Thu, 6 Apr 2006 00:57:01 +0000 (00:57 +0000)]
* Evil hack to get libFLAC working with SDK building on OSX.

18 years ago* Fix gettext -framework usage. This is needed for SDK support.
Derk-Jan Hartman [Wed, 5 Apr 2006 21:50:43 +0000 (21:50 +0000)]
* Fix gettext -framework usage. This is needed for SDK support.

18 years agoThis commit message is Copyright (C) 2006, Clément Stenac.
Clément Stenac [Wed, 5 Apr 2006 21:01:55 +0000 (21:01 +0000)]
This commit message is Copyright (C) 2006, Clément Stenac.

18 years ago * src/misc/httpd.c: Do not dereference a possibly NULL pointer.
Christophe Massiot [Wed, 5 Apr 2006 17:17:22 +0000 (17:17 +0000)]
 * src/misc/httpd.c: Do not dereference a possibly NULL pointer.

18 years ago* don't alloc more capacity than necessary
Felix Paul Kühne [Wed, 5 Apr 2006 11:42:47 +0000 (11:42 +0000)]
* don't alloc more capacity than necessary

18 years ago* fixed a bug which prevented the display of Input's and Interface's general-nodes...
Felix Paul Kühne [Wed, 5 Apr 2006 11:38:53 +0000 (11:38 +0000)]
* fixed a bug which prevented the display of Input's and Interface's general-nodes. Thanks to zorglub and DiDjCodt

18 years agohttp.c: Fix string.
Christophe Mutricy [Wed, 5 Apr 2006 09:58:20 +0000 (09:58 +0000)]
http.c: Fix string.

18 years agoRemove useless code (or its use was really cryptic)
Antoine Cellerier [Tue, 4 Apr 2006 23:01:11 +0000 (23:01 +0000)]
Remove useless code (or its use was really cryptic)

18 years ago- compilation fix for unicows on buildbot
Damien Fouilleul [Tue, 4 Apr 2006 22:33:50 +0000 (22:33 +0000)]
- compilation fix for unicows on buildbot

18 years ago- link vlc.exe with libunicows.a if available
Damien Fouilleul [Tue, 4 Apr 2006 22:22:39 +0000 (22:22 +0000)]
- link vlc.exe with libunicows.a if available

18 years ago- added libunicows in contribs for win32 builds to support Microsoft Layer for Unicod...
Damien Fouilleul [Tue, 4 Apr 2006 22:19:13 +0000 (22:19 +0000)]
- added libunicows in contribs for win32 builds to support Microsoft Layer for Unicode on Win95/98/ME (http://libunicows.sourceforge.net/)

18 years agoOoops, i forgot to commit this in [14771]
Antoine Cellerier [Tue, 4 Apr 2006 21:21:23 +0000 (21:21 +0000)]
Ooops, i forgot to commit this in [14771]

18 years ago* I should get some sleep now
Felix Paul Kühne [Tue, 4 Apr 2006 20:41:44 +0000 (20:41 +0000)]
* I should get some sleep now

18 years ago* remove commented ifs o_O
Felix Paul Kühne [Tue, 4 Apr 2006 20:39:52 +0000 (20:39 +0000)]
* remove commented ifs o_O

18 years ago* store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare...
Felix Paul Kühne [Tue, 4 Apr 2006 20:33:54 +0000 (20:33 +0000)]
* store the value of 'macosx-black' as one of VLCWindow's properties to prevent rare crashes when en-/disabling vout-filters or leaving/entering fullscreen-mode really fast.

When going to fast to fullscreen/windowed-mode VLC can still crash (now at vout.m:375), but that scenario isn't realistic because you need to perform this function at least 5 to 10 times per second to get this done.

18 years ago* Reading APIs before starting to code can allow to spare time and to avoid writing...
Benjamin Pracht [Tue, 4 Apr 2006 20:18:16 +0000 (20:18 +0000)]
* Reading APIs before starting to code can allow to spare time and to avoid writing silly khludges

18 years agoFix time update and slider movement on PDA interface. Patch from fredyd (http://forum...
Jean-Paul Saman [Tue, 4 Apr 2006 20:11:39 +0000 (20:11 +0000)]
Fix time update and slider movement on PDA interface. Patch from fredyd (http://forum.videolan.org/viewtopic.php?t=19028) modified by me.

18 years ago* Implement Aspect ratio change in the QT vout
Benjamin Pracht [Tue, 4 Apr 2006 20:06:13 +0000 (20:06 +0000)]
* Implement Aspect ratio change in the QT vout

18 years ago- should fix audio capture for Hauppagge WinTV PVR and other cards
Damien Fouilleul [Tue, 4 Apr 2006 16:42:01 +0000 (16:42 +0000)]
- should fix audio capture for Hauppagge WinTV PVR and other cards

18 years agoFix from 0.8.4-test2 forum thread
Antoine Cellerier [Mon, 3 Apr 2006 20:35:24 +0000 (20:35 +0000)]
Fix from 0.8.4-test2 forum thread

18 years agoaudio / video libvlc functions binded.
Filippo Carone [Mon, 3 Apr 2006 18:05:47 +0000 (18:05 +0000)]
audio / video libvlc functions binded.

18 years agolinux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)
Sigmund Augdal Helberg [Mon, 3 Apr 2006 16:41:03 +0000 (16:41 +0000)]
linux_dvb.c: hopefully fixed CAM support for some cards (full feature cards?)

18 years agoComple fix
Christophe Mutricy [Mon, 3 Apr 2006 14:06:19 +0000 (14:06 +0000)]
Comple fix

18 years agoSync debian patch with string review
Christophe Mutricy [Mon, 3 Apr 2006 11:43:16 +0000 (11:43 +0000)]
Sync debian patch with string review

18 years ago- Do not rewrite “+” as a white space when unescaping URL parameters (fixes #625).
Rémi Denis-Courmont [Mon, 3 Apr 2006 11:39:35 +0000 (11:39 +0000)]
- Do not rewrite “+” as a white space when unescaping URL parameters (fixes #625).
- Rename decode_encoded_URI as unescape_URI as it really is what is done.

18 years ago* Fix FindFallbackEncoding on Mac OS X.
Derk-Jan Hartman [Mon, 3 Apr 2006 01:39:59 +0000 (01:39 +0000)]
* Fix FindFallbackEncoding on Mac OS X.
* More distintinctive debug messages on the selection of charset.

18 years agopossible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150...
Damien Fouilleul [Sun, 2 Apr 2006 23:16:01 +0000 (23:16 +0000)]
possible fix for Trac Ticket #621, whereby Hauppage WinTV capture cards (PVR-150, others ?) no longer works

18 years agoAdd some examples
Antoine Cellerier [Sun, 2 Apr 2006 22:57:39 +0000 (22:57 +0000)]
Add some examples

18 years agotypo
Christophe Mutricy [Sun, 2 Apr 2006 21:15:18 +0000 (21:15 +0000)]
typo

18 years agox264.c: the string review was a bit too strong here
Christophe Mutricy [Sun, 2 Apr 2006 21:06:13 +0000 (21:06 +0000)]
x264.c: the string review was a bit too strong here

18 years agoFix warning
Rémi Denis-Courmont [Sun, 2 Apr 2006 19:15:30 +0000 (19:15 +0000)]
Fix warning

18 years agoBig cleanup and fix hundreds of extra warnings
Rémi Denis-Courmont [Sun, 2 Apr 2006 19:12:58 +0000 (19:12 +0000)]
Big cleanup and fix hundreds of extra warnings

18 years agoMissing ;
Rémi Denis-Courmont [Sun, 2 Apr 2006 18:36:51 +0000 (18:36 +0000)]
Missing ;

18 years ago- make sure help string for propget and propput properties are identical + a couple...
Damien Fouilleul [Sun, 2 Apr 2006 18:29:08 +0000 (18:29 +0000)]
- make sure help string for propget and propput properties are identical + a couple of changes
- commit output of MIDL compilation otherwise changes don't make it into the build

18 years agoForgot memset() to actually fix the problem... shame on me
Rémi Denis-Courmont [Sun, 2 Apr 2006 17:16:42 +0000 (17:16 +0000)]
Forgot memset() to actually fix the problem... shame on me

18 years ago* Finally found a list of SSA charset id's. Add to the comments. Not used so far.
Derk-Jan Hartman [Sun, 2 Apr 2006 15:00:59 +0000 (15:00 +0000)]
* Finally found a list of SSA charset id's. Add to the comments. Not used so far.

18 years ago* Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16,...
Derk-Jan Hartman [Sun, 2 Apr 2006 14:49:26 +0000 (14:49 +0000)]
* Force the UTF-8 encoding on mp4 text subtitles. (Note they can also be UTF-16, but that needs to be converted to UTF-8 in that case. refs #612

18 years ago* Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560
Derk-Jan Hartman [Sun, 2 Apr 2006 14:28:55 +0000 (14:28 +0000)]
* Don't ignore blank alpha pallettes. Tested with all my DVDs. Fixes #560

18 years ago* implement DEMUX_GET_LENGTH based upon the stream's meta data
Felix Paul Kühne [Sun, 2 Apr 2006 14:28:18 +0000 (14:28 +0000)]
* implement DEMUX_GET_LENGTH based upon the stream's meta data

18 years ago- Fix use of undefined (static) memory
Rémi Denis-Courmont [Sun, 2 Apr 2006 13:41:47 +0000 (13:41 +0000)]
- Fix use of undefined (static) memory
- Code factorization

18 years agoFix a few warnings
Rémi Denis-Courmont [Sun, 2 Apr 2006 13:34:21 +0000 (13:34 +0000)]
Fix a few warnings
(struct should be fully initialized)

18 years agoDon't crash on null metas
Clément Stenac [Sun, 2 Apr 2006 13:20:55 +0000 (13:20 +0000)]
Don't crash on null metas

18 years agoFix warning
Rémi Denis-Courmont [Sun, 2 Apr 2006 13:12:49 +0000 (13:12 +0000)]
Fix warning

18 years agoSame as previous commit
Antoine Cellerier [Sun, 2 Apr 2006 12:27:24 +0000 (12:27 +0000)]
Same as previous commit

18 years agoWe don't have a cross compiler package anymore (at least not that i know)
Antoine Cellerier [Sun, 2 Apr 2006 12:23:41 +0000 (12:23 +0000)]
We don't have a cross compiler package anymore (at least not that i know)

18 years agoUpdate po and changelog
Clément Stenac [Sun, 2 Apr 2006 12:22:55 +0000 (12:22 +0000)]
Update po and changelog

18 years ago* add XSPF and RM/RAM to the list of openable files (closes #617)
Felix Paul Kühne [Sun, 2 Apr 2006 12:17:20 +0000 (12:17 +0000)]
* add XSPF and RM/RAM to the list of openable files (closes #617)

18 years ago* merge most corrections by Steven Sheehy (taken from [15039], refs #438)
Felix Paul Kühne [Sun, 2 Apr 2006 11:45:32 +0000 (11:45 +0000)]
* merge most corrections by Steven Sheehy (taken from [15039], refs #438)

18 years agoUpdate NEWS, ChangeLog, and INSTALL.win32
Clément Stenac [Sun, 2 Apr 2006 11:17:53 +0000 (11:17 +0000)]
Update NEWS, ChangeLog, and INSTALL.win32

18 years ago2nd activeX review (Refs:#438)
Clément Stenac [Sun, 2 Apr 2006 11:11:26 +0000 (11:11 +0000)]
2nd activeX review (Refs:#438)

18 years agoActiveX review by tonsofpcs
Clément Stenac [Sun, 2 Apr 2006 11:02:32 +0000 (11:02 +0000)]
ActiveX review by tonsofpcs

18 years agoRemove unused variable
Rémi Denis-Courmont [Sun, 2 Apr 2006 09:44:19 +0000 (09:44 +0000)]
Remove unused variable

18 years agoWX Strings review by Steven Sheehy (Refs:#438)
Clément Stenac [Sun, 2 Apr 2006 07:58:36 +0000 (07:58 +0000)]
WX Strings review by Steven Sheehy (Refs:#438)

18 years agoOups
Christophe Mutricy [Sat, 1 Apr 2006 23:29:26 +0000 (23:29 +0000)]
Oups

18 years agofix again
Christophe Mutricy [Sat, 1 Apr 2006 23:06:11 +0000 (23:06 +0000)]
fix again

18 years agoUpdate debian patch
Christophe Mutricy [Sat, 1 Apr 2006 22:44:36 +0000 (22:44 +0000)]
Update debian patch

18 years agoRun update-po and update Spanish translation by Javier Varela.
Christophe Mutricy [Sat, 1 Apr 2006 21:57:41 +0000 (21:57 +0000)]
Run update-po and update Spanish translation by Javier Varela.

18 years agoString fixes to extrapanel. Thanks to Steven on IRC
Clément Stenac [Sat, 1 Apr 2006 21:46:33 +0000 (21:46 +0000)]
String fixes to extrapanel. Thanks to Steven on IRC

18 years agogui/macos/*: 2nd String Review (refs #438)
Christophe Mutricy [Sat, 1 Apr 2006 21:38:18 +0000 (21:38 +0000)]
gui/macos/*: 2nd String Review (refs #438)

18 years agoCommit SSE/SSE2 detection fix when VLC is compiled with mingw32.
Antoine Cellerier [Sat, 1 Apr 2006 20:36:24 +0000 (20:36 +0000)]
Commit SSE/SSE2 detection fix when VLC is compiled with mingw32.
fix #616/fixes #616

18 years ago * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
Sam Hocevar [Sat, 1 Apr 2006 20:33:59 +0000 (20:33 +0000)]
  * modules/video_filter/deinterlace.c: pagvb is illegal MMX, use it when MMX
    EXT is available, use pavgusb when 3DNow is available, and nothing instead.

18 years agoFix quotes arround inputs like "fake: option fake-file=thing.png" which should be...
Antoine Cellerier [Sat, 1 Apr 2006 17:28:29 +0000 (17:28 +0000)]
Fix quotes arround inputs like "fake: option fake-file=thing.png" which should be "fake:" option "fake-file=thing.png"

18 years ago* don't try to open real streams, but quit before triggering any errors. thanks to...
Felix Paul Kühne [Sat, 1 Apr 2006 15:12:35 +0000 (15:12 +0000)]
* don't try to open real streams, but quit before triggering any errors. thanks to thedj for pointing this out.

18 years ago* livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
Felix Paul Kühne [Sat, 1 Apr 2006 14:16:10 +0000 (14:16 +0000)]
* livedotcom.cpp: transform a blocking msg_err to a more descriptive msg_warn.
    Please revert if this breaks something I didn't know about.
* real.c: minor clean up

18 years ago* show meta information for real streams (only Title, Author, Copyright, Comment...
Felix Paul Kühne [Sat, 1 Apr 2006 14:07:46 +0000 (14:07 +0000)]
* show meta information for real streams (only Title, Author, Copyright, Comment for now)

18 years ago* 2nd review of /src/* \ libvlc.h (refs #438)
Felix Paul Kühne [Sat, 1 Apr 2006 11:27:40 +0000 (11:27 +0000)]
* 2nd review of /src/* \ libvlc.h (refs #438)

18 years ago- Don't assume builddir = srcdir
Rémi Denis-Courmont [Sat, 1 Apr 2006 11:03:08 +0000 (11:03 +0000)]
- Don't assume builddir = srcdir
- Fix minor memleak

18 years agoCopyright year moved from 2004 to 2006
Filippo Carone [Sat, 1 Apr 2006 10:29:32 +0000 (10:29 +0000)]
Copyright year moved from 2004 to 2006

18 years ago* remove the extension of the input file before adding the new one
Felix Paul Kühne [Sat, 1 Apr 2006 10:10:25 +0000 (10:10 +0000)]
* remove the extension of the input file before adding the new one
* some minor string corrections and output changes

18 years agoMore useless code - at least at do try to understand what I commit
Rémi Denis-Courmont [Sat, 1 Apr 2006 08:40:15 +0000 (08:40 +0000)]
More useless code - at least at do try to understand what I commit

18 years agoFixes are cool when they actually fix something
Rémi Denis-Courmont [Sat, 1 Apr 2006 08:34:48 +0000 (08:34 +0000)]
Fixes are cool when they actually fix something

18 years agoHum, this isn't needed anymore.
Antoine Cellerier [Sat, 1 Apr 2006 00:25:58 +0000 (00:25 +0000)]
Hum, this isn't needed anymore.

18 years agoFix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.
Antoine Cellerier [Sat, 1 Apr 2006 00:18:25 +0000 (00:18 +0000)]
Fix stat wrapper on windows... Wrappers are nice. Wrappers which work are better.

18 years agoFix compile
Christophe Mutricy [Fri, 31 Mar 2006 23:30:46 +0000 (23:30 +0000)]
Fix compile

18 years agoAccess/*: Second lecture (refs #438)
Christophe Mutricy [Fri, 31 Mar 2006 23:07:01 +0000 (23:07 +0000)]
Access/*: Second lecture (refs #438)

18 years agoPrevent segfault under windows. We now have to fix the stream_Size function so it...
Antoine Cellerier [Fri, 31 Mar 2006 22:41:22 +0000 (22:41 +0000)]
Prevent segfault under windows. We now have to fix the stream_Size function so it works.
(exemple segfault with : $ ./vlc --fake-file="C:\Documents and Settings\Antoine\Mes documents\Mes images\vlc-1337.jpg" fake: )

18 years ago skins2/src/ft2_font.*: s/initalize/initialize/
Olivier Teulière [Fri, 31 Mar 2006 22:33:45 +0000 (22:33 +0000)]
 skins2/src/ft2_font.*: s/initalize/initialize/

18 years ago* do only show the destination of the first item on the summary page when transcoding...
Felix Paul Kühne [Fri, 31 Mar 2006 22:23:53 +0000 (22:23 +0000)]
* do only show the destination of the first item on the summary page when transcoding to file and add a counter for the others

18 years agoLibvlc strings 2nd review (Refs:#438)
Antoine Cellerier [Fri, 31 Mar 2006 21:37:52 +0000 (21:37 +0000)]
Libvlc strings 2nd review (Refs:#438)

18 years agoProbably a fix for crap compilers
Rémi Denis-Courmont [Fri, 31 Mar 2006 21:21:49 +0000 (21:21 +0000)]
Probably a fix for crap compilers

18 years agoFix an old overflow and two recent bugs introduced by me
Rémi Denis-Courmont [Fri, 31 Mar 2006 21:20:37 +0000 (21:20 +0000)]
Fix an old overflow and two recent bugs introduced by me

18 years agoX264 (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 19:34:02 +0000 (19:34 +0000)]
X264 (Refs:#438)

18 years agoSkins strings (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 19:24:33 +0000 (19:24 +0000)]
Skins strings (Refs:#438)

18 years agotypo
Christophe Mutricy [Fri, 31 Mar 2006 16:46:08 +0000 (16:46 +0000)]
typo

18 years agoMuxers (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 16:39:23 +0000 (16:39 +0000)]
Muxers (Refs:#438)

18 years agocodec 2nd round exept fo x264 (refs #438)
Christophe Mutricy [Fri, 31 Mar 2006 16:28:03 +0000 (16:28 +0000)]
codec 2nd round exept fo x264 (refs #438)

18 years ago2nd packetizer round (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 16:24:32 +0000 (16:24 +0000)]
2nd packetizer round (Refs:#438)

18 years agovlc_config_cat.h 2nd round (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 16:22:19 +0000 (16:22 +0000)]
vlc_config_cat.h 2nd round (Refs:#438)

18 years ago* 2nd review of video* and control/telnet.c
Felix Paul Kühne [Fri, 31 Mar 2006 16:12:31 +0000 (16:12 +0000)]
* 2nd review of video* and control/telnet.c

18 years agoMakefile typo fixed
Filippo Carone [Fri, 31 Mar 2006 15:51:47 +0000 (15:51 +0000)]
Makefile typo fixed
VlcClient.java and VlcClient class now match.