]> git.sesse.net Git - vlc/log
vlc
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.

18 years agoBe a bit more verbose (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 15:30:32 +0000 (15:30 +0000)]
Be a bit more verbose (Refs:#438)

18 years agoAdditional string fixes (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 15:30:21 +0000 (15:30 +0000)]
Additional string fixes (Refs:#438)

18 years agoMakefile updated for new java bindings classes.
Filippo Carone [Fri, 31 Mar 2006 15:28:12 +0000 (15:28 +0000)]
Makefile updated for new java bindings classes.
copyright and svn:id fixed for new classes

18 years ago* 2nd review of modules/audio* (refs #438)
Felix Paul Kühne [Fri, 31 Mar 2006 15:15:07 +0000 (15:15 +0000)]
* 2nd review of modules/audio* (refs #438)

18 years agoJava classes for Java bindings added
Filippo Carone [Fri, 31 Mar 2006 15:07:55 +0000 (15:07 +0000)]
Java classes for Java bindings added

18 years agoJava bindings update to latest JVLC (step 1/2)
Filippo Carone [Fri, 31 Mar 2006 15:06:39 +0000 (15:06 +0000)]
Java bindings update to latest JVLC (step 1/2)

JNI: unused files removed
JNI: libvlc.h dependent file added
A sample SWT (ugly) player added
Old java bindings files removed

18 years ago* add bigben's latest additions
Felix Paul Kühne [Fri, 31 Mar 2006 14:24:32 +0000 (14:24 +0000)]
* add bigben's latest additions

18 years agoCodecs (except x264). Refs:#438
Clément Stenac [Fri, 31 Mar 2006 13:46:39 +0000 (13:46 +0000)]
Codecs (except x264). Refs:#438

18 years agowxWidgets strings (Refs:#438)
Clément Stenac [Fri, 31 Mar 2006 12:51:59 +0000 (12:51 +0000)]
wxWidgets strings (Refs:#438)

18 years agoPlaylist control: libvlc_playlist_pause added
Filippo Carone [Fri, 31 Mar 2006 09:32:09 +0000 (09:32 +0000)]
Playlist control: libvlc_playlist_pause added

18 years agoLet's be proactive
Clément Stenac [Fri, 31 Mar 2006 08:41:34 +0000 (08:41 +0000)]
Let's be proactive

18 years agoString review in codec. 1st part. ffmpeg.h to be improve. refs #438
Christophe Mutricy [Thu, 30 Mar 2006 22:58:23 +0000 (22:58 +0000)]
String review in codec. 1st part. ffmpeg.h to be improve. refs #438

18 years ago* Implement Crop in the ogl vout
Benjamin Pracht [Thu, 30 Mar 2006 21:54:07 +0000 (21:54 +0000)]
* Implement Crop in the ogl vout
* The implementation is quite dirty, but I just cannot see any other easy solution...

18 years ago* added 2 options for the OSX-disk-image creation-line
Felix Paul Kühne [Thu, 30 Mar 2006 17:38:36 +0000 (17:38 +0000)]
* added 2 options for the OSX-disk-image creation-line
    - scrub: removes .Trashes
    - imagekey zlib-level=9: uses a better compression method, which saves us something MBs, but needs a bit more CPU-time.

Thanks to cilly on IRC for suggesting this.

18 years agoRemoves invalid UTF-8 byte sequences from meta data as a work-around
Rémi Denis-Courmont [Thu, 30 Mar 2006 16:37:06 +0000 (16:37 +0000)]
Removes invalid UTF-8 byte sequences from meta data as a work-around
until someone who knows how MPEG4 specifies encoding fixes the issue (refs #612)

18 years ago2nd control review (except telnet)
Clément Stenac [Thu, 30 Mar 2006 15:46:31 +0000 (15:46 +0000)]
2nd control review (except telnet)

18 years agomodules/misc/svg.c:
Olivier Aubert [Thu, 30 Mar 2006 14:39:50 +0000 (14:39 +0000)]
modules/misc/svg.c:
  * specify unit for malloc
  * use g_object_unref to properly free the p_rendition
  * remove spurious whitespace

18 years agobindings/mediacontrol-python/Makefile.am:
Olivier Aubert [Thu, 30 Mar 2006 14:31:02 +0000 (14:31 +0000)]
bindings/mediacontrol-python/Makefile.am:
  * add python binding files to EXTRA_DIST
  * move COMPILERARG definition inside the BUILD_PYTHON code

18 years agoMany thanks to Albert on the forums for his help with the http interface
Antoine Cellerier [Thu, 30 Mar 2006 14:05:13 +0000 (14:05 +0000)]
Many thanks to Albert on the forums for his help with the http interface

18 years agoTry dialog width style fix
Antoine Cellerier [Thu, 30 Mar 2006 14:01:24 +0000 (14:01 +0000)]
Try dialog width style fix

18 years agoCosmetic, Fix my name
Rémi Denis-Courmont [Thu, 30 Mar 2006 13:57:58 +0000 (13:57 +0000)]
Cosmetic, Fix my name

18 years ago- cleaned up in place and UI activation: VLC Plugin should behave better with other...
Damien Fouilleul [Thu, 30 Mar 2006 13:16:06 +0000 (13:16 +0000)]
- cleaned up in place and UI activation: VLC Plugin should behave better with other controls (ie. don't eat TABSTOP keystrokes, etc...)
- minor code cleanup and fixes

18 years agoopengl.c: fixed string declaration over multiple lines
Damien Fouilleul [Thu, 30 Mar 2006 10:20:26 +0000 (10:20 +0000)]
opengl.c: fixed string declaration over multiple lines

18 years agoVideo filters and outputs strings (Refs:#438)
Clément Stenac [Thu, 30 Mar 2006 08:40:51 +0000 (08:40 +0000)]
Video filters and outputs strings (Refs:#438)

18 years agoUse the string
Clément Stenac [Thu, 30 Mar 2006 08:36:49 +0000 (08:36 +0000)]
Use the string