]> git.sesse.net Git - vlc/log
vlc
18 years agoMerge [PATCH] http chunked encoding fix
Rémi Denis-Courmont [Sat, 2 Sep 2006 20:30:53 +0000 (20:30 +0000)]
Merge [PATCH] http chunked encoding fix

18 years agoUse our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong...
Christophe Mutricy [Sat, 2 Sep 2006 19:48:49 +0000 (19:48 +0000)]
Use our own pkg-config macro. So we don't have problems on OSX (ol pkg.m4 or wrong installation)

18 years agoOops.
Antoine Cellerier [Sat, 2 Sep 2006 17:08:08 +0000 (17:08 +0000)]
Oops.

18 years agoFixes for random + live search
Clément Stenac [Sat, 2 Sep 2006 17:07:46 +0000 (17:07 +0000)]
Fixes for random + live search

18 years agosubpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value...
Antoine Cellerier [Sat, 2 Sep 2006 17:03:36 +0000 (17:03 +0000)]
subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29)

18 years agoRe-enable random.
Clément Stenac [Sat, 2 Sep 2006 16:59:50 +0000 (16:59 +0000)]
Re-enable random.
It is now based on a shuffled array of items, so that next + prev takes you back to what you were playing

18 years agoDon't compile the motion plugin on win32
Christophe Mutricy [Sat, 2 Sep 2006 14:49:53 +0000 (14:49 +0000)]
Don't compile the motion plugin on win32

18 years ago* more ouput -> output typos
Dennis van Amerongen [Sat, 2 Sep 2006 14:32:19 +0000 (14:32 +0000)]
* more ouput -> output typos

18 years agoMake mux_ts a plugin too.
Rémi Denis-Courmont [Sat, 2 Sep 2006 12:26:41 +0000 (12:26 +0000)]
Make mux_ts a plugin too.
Afterall, ts is a plugin, and is probably as useful if not more.

18 years agoMake theora codec a plugin
Rémi Denis-Courmont [Sat, 2 Sep 2006 12:19:59 +0000 (12:19 +0000)]
Make theora codec a plugin

18 years agoCleanup gnutls detection
Rémi Denis-Courmont [Sat, 2 Sep 2006 12:15:55 +0000 (12:15 +0000)]
Cleanup gnutls detection

18 years agoEnable libtool by default.
Rémi Denis-Courmont [Sat, 2 Sep 2006 11:20:55 +0000 (11:20 +0000)]
Enable libtool by default.
You can still disable it manually...
and well, you've had six months to fix your build system.

18 years agoRemove evil kludge.
Rémi Denis-Courmont [Sat, 2 Sep 2006 11:20:07 +0000 (11:20 +0000)]
Remove evil kludge.
Better fix broken code that would rely on this.

18 years agoFix a few quirks with playlist filters
Clément Stenac [Sat, 2 Sep 2006 10:20:26 +0000 (10:20 +0000)]
Fix a few quirks with playlist filters

18 years agoActually use the --playlist-tree option
Clément Stenac [Sat, 2 Sep 2006 08:40:01 +0000 (08:40 +0000)]
Actually use the --playlist-tree option

18 years agoPreferences
Clément Stenac [Sat, 2 Sep 2006 08:39:28 +0000 (08:39 +0000)]
Preferences
* Enable Save/Cancel. Please test heavily with already implemented stuff. There is a layout bug with simple prefs because they don't implement save yet. Also, we still have some parenting issues to fix
* Remove "advanced" stuff

18 years ago* typo ouput -> output
Dennis van Amerongen [Sat, 2 Sep 2006 07:52:38 +0000 (07:52 +0000)]
* typo ouput -> output

18 years ago- vlcshell.cpp: fix for a couple of crashing scenarios
Damien Fouilleul [Fri, 1 Sep 2006 16:34:46 +0000 (16:34 +0000)]
- vlcshell.cpp: fix for a couple of crashing scenarios

18 years agoasx.c: ignore leading empty lins during detection
Damien Fouilleul [Fri, 1 Sep 2006 16:32:09 +0000 (16:32 +0000)]
asx.c: ignore leading empty lins during detection

18 years agoThis also could be named in non-UTF, recode it
Pavlov Konstantin [Fri, 1 Sep 2006 08:04:55 +0000 (08:04 +0000)]
This also could be named in non-UTF, recode it

18 years agoRecode output in rc interface to current locale
Pavlov Konstantin [Fri, 1 Sep 2006 08:03:00 +0000 (08:03 +0000)]
Recode output in rc interface to current locale

18 years agoEnable verbosity setting
Clément Stenac [Fri, 1 Sep 2006 06:01:06 +0000 (06:01 +0000)]
Enable verbosity setting

18 years agoInitialize the verbosity box
Christophe Mutricy [Thu, 31 Aug 2006 22:57:35 +0000 (22:57 +0000)]
Initialize the verbosity box

18 years agoMerge views.hpp in customwidgets
Clément Stenac [Thu, 31 Aug 2006 22:17:17 +0000 (22:17 +0000)]
Merge views.hpp in customwidgets

18 years agoWarnings/Errors dialog
Clément Stenac [Thu, 31 Aug 2006 22:10:11 +0000 (22:10 +0000)]
Warnings/Errors dialog

18 years ago* Move the embedded option to libvlc
Clément Stenac [Thu, 31 Aug 2006 20:50:50 +0000 (20:50 +0000)]
* Move the embedded option to libvlc
* Make the interface a bit smaller

18 years agoPreliminary work for better audio visualization handling
Clément Stenac [Thu, 31 Aug 2006 20:39:36 +0000 (20:39 +0000)]
Preliminary work for better audio visualization handling

18 years agoExport utf8_vfprintf and utf8_fprintf
Rémi Denis-Courmont [Thu, 31 Aug 2006 14:55:20 +0000 (14:55 +0000)]
Export utf8_vfprintf and utf8_fprintf

18 years ago* Include vlc_input.h so we don't bug out with shared vlc
Derk-Jan Hartman [Thu, 31 Aug 2006 13:12:26 +0000 (13:12 +0000)]
* Include vlc_input.h so we don't bug out with shared vlc

18 years agoDo not select mono filter automatically
Jean-Paul Saman [Thu, 31 Aug 2006 12:37:15 +0000 (12:37 +0000)]
Do not select mono filter automatically

18 years agoFix a bug in the asx parser. I should really finish cleaning it up :D
Derk-Jan Hartman [Thu, 31 Aug 2006 12:23:54 +0000 (12:23 +0000)]
Fix a bug in the asx parser. I should really finish cleaning it up :D

18 years agoadded russian translation by Vladimir Yermolayev
Pavlov Konstantin [Thu, 31 Aug 2006 12:21:51 +0000 (12:21 +0000)]
added russian translation by Vladimir Yermolayev

18 years ago* updated Swedish translation by Daniel Nylander <info at danielnylander dot se>
Felix Paul Kühne [Thu, 31 Aug 2006 11:02:17 +0000 (11:02 +0000)]
* updated Swedish translation by Daniel Nylander <info at danielnylander dot se>

18 years agotypo
Christophe Mutricy [Thu, 31 Aug 2006 09:51:05 +0000 (09:51 +0000)]
typo

18 years ago* some updates on Apple Remote, etc.
Felix Paul Kühne [Wed, 30 Aug 2006 22:59:21 +0000 (22:59 +0000)]
* some updates on Apple Remote, etc.

18 years ago* added some buttons for apple remote controlling. Save for backporting, but needs...
Felix Paul Kühne [Wed, 30 Aug 2006 22:24:25 +0000 (22:24 +0000)]
* added some buttons for apple remote controlling. Save for backporting, but needs some usability testing

18 years agovoutgl: fix AR in mozilla plugin
Damien Fouilleul [Wed, 30 Aug 2006 21:30:28 +0000 (21:30 +0000)]
voutgl: fix AR in mozilla plugin

18 years agoFix and port test
Clément Stenac [Wed, 30 Aug 2006 17:40:36 +0000 (17:40 +0000)]
Fix and port test

18 years ago*Really* fix base 64 encoding
Rémi Denis-Courmont [Wed, 30 Aug 2006 17:27:38 +0000 (17:27 +0000)]
*Really* fix base 64 encoding

18 years agoPort new URL tests to test/
Clément Stenac [Wed, 30 Aug 2006 17:17:11 +0000 (17:17 +0000)]
Port new URL tests to test/
Support Python 2.4

18 years agomozilla: mimetype fixes
Damien Fouilleul [Wed, 30 Aug 2006 16:56:02 +0000 (16:56 +0000)]
mozilla: mimetype fixes

18 years agoFix base64 encoding and add regression test
Rémi Denis-Courmont [Wed, 30 Aug 2006 14:58:18 +0000 (14:58 +0000)]
Fix base64 encoding and add regression test

18 years ago* forwardport [15373] which was left accidently hanging in the 0.8.5 branch
Derk-Jan Hartman [Wed, 30 Aug 2006 14:56:30 +0000 (14:56 +0000)]
* forwardport [15373] which was left accidently hanging in the 0.8.5 branch

18 years ago* typo
Benjamin Pracht [Wed, 30 Aug 2006 13:35:56 +0000 (13:35 +0000)]
* typo

18 years ago* fix stupid mistake in [16427]
Derk-Jan Hartman [Tue, 29 Aug 2006 23:19:23 +0000 (23:19 +0000)]
* fix stupid mistake in [16427]

18 years ago* copy [16427] to the switcher module as well. ( is times 3 bytes enough ? perhaps...
Derk-Jan Hartman [Tue, 29 Aug 2006 23:02:13 +0000 (23:02 +0000)]
* copy [16427] to the switcher module as well. ( is times 3 bytes enough ? perhaps i should use 4 bytes per pixel ? )

18 years ago* set the proper buffer size when encoding with ffmpeg, instead of using fixed 1024x1...
Derk-Jan Hartman [Tue, 29 Aug 2006 22:59:16 +0000 (22:59 +0000)]
* set the proper buffer size when encoding with ffmpeg, instead of using fixed 1024x1024 maximumframe size for the buffer.

18 years ago- compatibility fixes for FireFox, Safari and Opera 9
Damien Fouilleul [Tue, 29 Aug 2006 21:56:10 +0000 (21:56 +0000)]
- compatibility fixes for FireFox, Safari and Opera 9
- fixed a couple of crashes on MacOS X

18 years agoSome preliminary work for streaming stuff
Clément Stenac [Tue, 29 Aug 2006 21:37:20 +0000 (21:37 +0000)]
Some preliminary work for streaming stuff

18 years ago* Fix an issue with DAR vs. Canvas size with matroska files
Derk-Jan Hartman [Tue, 29 Aug 2006 21:05:40 +0000 (21:05 +0000)]
* Fix an issue with DAR vs. Canvas size with matroska files

18 years agohrm, compile before you commit
Christophe Mutricy [Tue, 29 Aug 2006 19:34:50 +0000 (19:34 +0000)]
hrm, compile before you commit

18 years agoFix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)
Christophe Mutricy [Tue, 29 Aug 2006 19:24:59 +0000 (19:24 +0000)]
Fix implicit pointer function. Patch by Dann Frazier. (ref debian #385192)

18 years agocombine two channels into mono for the dowmix as last step.
Jean-Paul Saman [Tue, 29 Aug 2006 18:54:05 +0000 (18:54 +0000)]
combine two channels into mono for the dowmix as last step.

18 years agovlcshell.cpp: prevent browser from downloading SRC URL before passing it to plugin
Damien Fouilleul [Tue, 29 Aug 2006 16:31:39 +0000 (16:31 +0000)]
vlcshell.cpp: prevent browser from downloading SRC URL before passing it to plugin

18 years agoShould fix the problem with messages insertion (new messages are inserted at selectio...
Clément Stenac [Tue, 29 Aug 2006 15:51:56 +0000 (15:51 +0000)]
Should fix the problem with messages insertion (new messages are inserted at selection point)

18 years ago- more javascript fixes
Damien Fouilleul [Tue, 29 Aug 2006 12:47:06 +0000 (12:47 +0000)]
- more javascript fixes
- code cleanup

18 years agono longer need to delete the .xpt
Christophe Mutricy [Tue, 29 Aug 2006 12:31:06 +0000 (12:31 +0000)]
no longer need to delete the .xpt

18 years agoMakefile.am: We no longer need a .xpt for the mozilla plugin
Christophe Mutricy [Tue, 29 Aug 2006 12:23:28 +0000 (12:23 +0000)]
Makefile.am: We no longer need a .xpt for the mozilla plugin

18 years agoCleanup
Jean-Paul Saman [Tue, 29 Aug 2006 11:27:38 +0000 (11:27 +0000)]
Cleanup

18 years agoResample audio channels when doing real stereo to mono.
Jean-Paul Saman [Tue, 29 Aug 2006 09:49:07 +0000 (09:49 +0000)]
Resample audio channels when doing real stereo to mono.

18 years agoLower priority of headphone channel_mixer
Jean-Paul Saman [Tue, 29 Aug 2006 09:14:57 +0000 (09:14 +0000)]
Lower priority of headphone channel_mixer

18 years agoAdd include/vlc_intf_strings.h to tarball
Christophe Mutricy [Tue, 29 Aug 2006 09:14:34 +0000 (09:14 +0000)]
Add include/vlc_intf_strings.h to tarball

18 years agoFix compiler warnings about signed - unsigned comparissons and wrong datatypes.
Jean-Paul Saman [Tue, 29 Aug 2006 08:50:20 +0000 (08:50 +0000)]
Fix compiler warnings about signed - unsigned comparissons and wrong datatypes.

18 years agoFix compiler warnings (mismatch in datatypes)
Jean-Paul Saman [Tue, 29 Aug 2006 08:40:57 +0000 (08:40 +0000)]
Fix compiler warnings (mismatch in datatypes)

18 years agoFix compiler warning about comparing signed and unsigned int.
Jean-Paul Saman [Tue, 29 Aug 2006 08:25:59 +0000 (08:25 +0000)]
Fix compiler warning about comparing signed and unsigned int.

18 years agoFix compiler warnings related to wrong datatypes.
Jean-Paul Saman [Tue, 29 Aug 2006 08:20:19 +0000 (08:20 +0000)]
Fix compiler warnings related to wrong datatypes.

18 years agoUse correct formatting for message size_t
Jean-Paul Saman [Tue, 29 Aug 2006 08:09:16 +0000 (08:09 +0000)]
Use correct formatting for message size_t

18 years agoGive i_skip a sensible value to start with.
Jean-Paul Saman [Tue, 29 Aug 2006 08:07:08 +0000 (08:07 +0000)]
Give i_skip a sensible value to start with.

18 years agoProvide return statements in non-void function
Jean-Paul Saman [Tue, 29 Aug 2006 08:05:15 +0000 (08:05 +0000)]
Provide return statements in non-void function

18 years agovlcshell.cpp: no need for those printf() any more
Damien Fouilleul [Mon, 28 Aug 2006 22:50:30 +0000 (22:50 +0000)]
vlcshell.cpp:  no need for those printf() any more

18 years agonpmac.cpp: forgot one line from Charles Duffy OS X/Intel patch
Damien Fouilleul [Mon, 28 Aug 2006 22:48:57 +0000 (22:48 +0000)]
npmac.cpp: forgot one line from Charles Duffy OS X/Intel patch
vlcshell.cpp: improved FireFox/OSX support

18 years ago* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return...
Felix Paul Kühne [Mon, 28 Aug 2006 22:00:55 +0000 (22:00 +0000)]
* GCC 2.x patch by Cian Duffy <myob87@gmail.com>. BTW. This method should return something but doesn't, so someone with more knowledge of this part might want to have a look at it ;)

18 years agopo/*: Fix make dist
Christophe Mutricy [Mon, 28 Aug 2006 21:28:29 +0000 (21:28 +0000)]
po/*: Fix make dist

18 years agoBegin simple prefs interface panel.
Antoine Cellerier [Mon, 28 Aug 2006 19:44:02 +0000 (19:44 +0000)]
Begin simple prefs interface panel.

18 years ago- formating
Damien Fouilleul [Mon, 28 Aug 2006 18:38:33 +0000 (18:38 +0000)]
- formating
- javascript fixes

18 years agoDon't output debug on fprintf by default (Refs Debian #385008)
Clément Stenac [Mon, 28 Aug 2006 18:31:00 +0000 (18:31 +0000)]
Don't output debug on fprintf by default (Refs Debian #385008)

18 years agoWork-around to not use IPv6 for braindead unusable IPv6 implementations
Rémi Denis-Courmont [Mon, 28 Aug 2006 18:24:34 +0000 (18:24 +0000)]
Work-around to not use IPv6 for braindead unusable IPv6 implementations

18 years ago* Fix the microdvd subs. i forgot that framerate != frameduration :D
Derk-Jan Hartman [Mon, 28 Aug 2006 17:02:52 +0000 (17:02 +0000)]
* Fix the microdvd subs. i forgot that framerate != frameduration :D

18 years ago* Use the microdvd framerate when available
Derk-Jan Hartman [Mon, 28 Aug 2006 16:16:33 +0000 (16:16 +0000)]
* Use the microdvd framerate when available
* avoid the error on sub-original-fps

18 years agoTry to reopen the audio encoder when channels dimensions have changed.
Jean-Paul Saman [Mon, 28 Aug 2006 12:27:59 +0000 (12:27 +0000)]
Try to reopen the audio encoder when channels dimensions have changed.

18 years agoReenable channel selection for mono: -1 = stereo mix of both channels, 0 = left chann...
Jean-Paul Saman [Mon, 28 Aug 2006 11:45:18 +0000 (11:45 +0000)]
Reenable channel selection for mono: -1 = stereo mix of both channels, 0 = left channel, 1 = right channel, etc.

18 years agoContrib : repair a problem with latest live555 for Mac
Jean-Baptiste Kempf [Mon, 28 Aug 2006 09:42:13 +0000 (09:42 +0000)]
Contrib : repair a problem with latest live555 for Mac

18 years agoCosmetics:
Clément Stenac [Mon, 28 Aug 2006 08:34:52 +0000 (08:34 +0000)]
Cosmetics:
* Add application icon
* Make interface a bit smaller in Windows
* Fix messages encoding and add header

18 years agoPeople might perhaps maybe want to right-click anywhere
Clément Stenac [Mon, 28 Aug 2006 08:25:40 +0000 (08:25 +0000)]
People might perhaps maybe want to right-click anywhere

18 years agoRe-enable custom fonts in preferences, without the crash
Clément Stenac [Mon, 28 Aug 2006 08:19:38 +0000 (08:19 +0000)]
Re-enable custom fonts in preferences, without the crash

18 years agoFix Win32 preferences crash
Clément Stenac [Mon, 28 Aug 2006 07:37:17 +0000 (07:37 +0000)]
Fix Win32 preferences crash

18 years agoAdd subtitles display effect to simple prefs panel
Antoine Cellerier [Sun, 27 Aug 2006 21:41:05 +0000 (21:41 +0000)]
Add subtitles display effect to simple prefs panel

18 years agoFloat, Float with range and Integer with range widgets.
Antoine Cellerier [Sun, 27 Aug 2006 21:37:15 +0000 (21:37 +0000)]
Float, Float with range and Integer with range widgets.

18 years agopreferences_widgets.*: Bool prefs widget
Antoine Cellerier [Sun, 27 Aug 2006 21:06:28 +0000 (21:06 +0000)]
preferences_widgets.*: Bool prefs widget
simple_preferences.cpp: Audio simple preferences category

18 years agoFix crash
Clément Stenac [Sun, 27 Aug 2006 20:50:54 +0000 (20:50 +0000)]
Fix crash

18 years agoSome more prefs fun:
Antoine Cellerier [Sun, 27 Aug 2006 20:35:11 +0000 (20:35 +0000)]
Some more prefs fun:
 * preferences_widgets.cpp: implement string and int with choice list
 * other: simple prefs subtitles dialog

18 years agoImproved screen for qt-always-video
Clément Stenac [Sun, 27 Aug 2006 20:27:09 +0000 (20:27 +0000)]
Improved screen for qt-always-video

18 years agovlcshell.cpp: more X11 fixes
Damien Fouilleul [Sun, 27 Aug 2006 19:56:17 +0000 (19:56 +0000)]
vlcshell.cpp: more X11 fixes

18 years agovlcplugin.cpp: removed hardcoded path
Damien Fouilleul [Sun, 27 Aug 2006 19:26:50 +0000 (19:26 +0000)]
vlcplugin.cpp: removed hardcoded path
npmac.cpp: OSX Intel patch by Charles Duffy
vlcshell.cpp: fixed X11

18 years agoFix regression from 0.8.5 when parsing microsoft [Reference] type playlists. We need...
Antoine Cellerier [Sun, 27 Aug 2006 17:07:20 +0000 (17:07 +0000)]
Fix regression from 0.8.5 when parsing microsoft [Reference] type playlists. We need to check that nothing else was forgoten in the old playlist code.

18 years ago* Some more probing
Benjamin Pracht [Sun, 27 Aug 2006 17:06:30 +0000 (17:06 +0000)]
* Some more probing
* The debug output from a v4l2 capable webcam with this would help...

18 years agoAdd ability to put some background when there is no video
Clément Stenac [Sun, 27 Aug 2006 17:06:24 +0000 (17:06 +0000)]
Add ability to put some background when there is no video

18 years agoall: rewrite of mozilla plugin
Damien Fouilleul [Sun, 27 Aug 2006 16:18:59 +0000 (16:18 +0000)]
all: rewrite of mozilla plugin
- added a couple of support APIs in libvlc
- retired XPCOM interface, all scripting now goes through NPObject apis
- new APIs using libvlc (roughly similar to java bindings)

18 years agoFix default category selection
Antoine Cellerier [Sun, 27 Aug 2006 16:19:00 +0000 (16:19 +0000)]
Fix default category selection

18 years agoBind simple prefs forms to corresponding simple prefs categories
Antoine Cellerier [Sun, 27 Aug 2006 16:07:10 +0000 (16:07 +0000)]
Bind simple prefs forms to corresponding simple prefs categories