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

17 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

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

17 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

17 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

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

17 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]

17 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 ? )

17 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.

17 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

17 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

17 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

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

17 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)

17 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.

17 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

17 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)

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

17 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

17 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

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

17 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.

17 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

17 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

17 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.

17 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)

17 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.

17 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.

17 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

17 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.

17 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

17 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

17 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

17 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 ;)

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

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

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

17 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)

17 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

17 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

17 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

17 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.

17 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.

17 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

17 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

17 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

17 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

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

17 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

17 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.

17 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

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

17 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

17 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

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

17 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

17 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.

17 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...

17 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

17 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)

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

17 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

17 years agoFix a bug with menu items selection
Clément Stenac [Sun, 27 Aug 2006 15:34:52 +0000 (15:34 +0000)]
Fix a bug with menu items selection

17 years agoStart some simple prefs panels. Different kinds of layouts used (ie audio vs video...
Antoine Cellerier [Sun, 27 Aug 2006 15:34:02 +0000 (15:34 +0000)]
Start some simple prefs panels. Different kinds of layouts used (ie audio vs video panel). This will have to be standardized (i beleive that the video panel is better).

17 years agoSimple prefs left hand side stuff (categories). Icons will of course be changed in...
Antoine Cellerier [Sun, 27 Aug 2006 14:50:39 +0000 (14:50 +0000)]
Simple prefs left hand side stuff (categories). Icons will of course be changed in the future :)

17 years agoImproved layout for preferences
Clément Stenac [Sun, 27 Aug 2006 14:40:22 +0000 (14:40 +0000)]
Improved layout for preferences

17 years agoFix "All files"
Clément Stenac [Sun, 27 Aug 2006 13:09:16 +0000 (13:09 +0000)]
Fix "All files"

17 years agoEnsure minimum spacing between the status bar and the text
Clément Stenac [Sun, 27 Aug 2006 13:05:51 +0000 (13:05 +0000)]
Ensure minimum spacing between the status bar and the text

17 years agoFix play/pause icons
Clément Stenac [Sun, 27 Aug 2006 12:50:32 +0000 (12:50 +0000)]
Fix play/pause icons
Implement integer config control

17 years agoFix a bug with slider positionning
Clément Stenac [Sun, 27 Aug 2006 12:41:54 +0000 (12:41 +0000)]
Fix a bug with slider positionning

17 years agoFix a refcount issue
Clément Stenac [Sun, 27 Aug 2006 11:01:22 +0000 (11:01 +0000)]
Fix a refcount issue
Start using media library

17 years agoFix for deletion of current item
Clément Stenac [Sun, 27 Aug 2006 10:34:35 +0000 (10:34 +0000)]
Fix for deletion of current item

17 years agoImplement basic panel change
Clément Stenac [Sat, 26 Aug 2006 23:24:23 +0000 (23:24 +0000)]
Implement basic panel change
Forgot this file

17 years agoSkeleton for simple prefs
Clément Stenac [Sat, 26 Aug 2006 23:11:37 +0000 (23:11 +0000)]
Skeleton for simple prefs

17 years agoCosmetics
Clément Stenac [Sat, 26 Aug 2006 21:33:56 +0000 (21:33 +0000)]
Cosmetics

17 years agoFind as you type
Clément Stenac [Sat, 26 Aug 2006 21:30:49 +0000 (21:30 +0000)]
Find as you type

17 years agoVolume control
Clément Stenac [Sat, 26 Aug 2006 19:16:09 +0000 (19:16 +0000)]
Volume control

17 years ago* Sorting
Clément Stenac [Sat, 26 Aug 2006 18:03:08 +0000 (18:03 +0000)]
* Sorting
* Fix a memory leak / crasher

17 years agoCosmetics + Enable menu in playlist
Clément Stenac [Sat, 26 Aug 2006 17:06:27 +0000 (17:06 +0000)]
Cosmetics + Enable menu in playlist

17 years ago* Allow service discoveries to state whether they prefer being displayed as tree
Clément Stenac [Sat, 26 Aug 2006 16:51:55 +0000 (16:51 +0000)]
* Allow service discoveries to state whether they prefer being displayed as tree
* Start putting together all interface strings (Refs:#703)

17 years ago* Popups
Clément Stenac [Sat, 26 Aug 2006 15:36:45 +0000 (15:36 +0000)]
* Popups
* Fix a nasty playlist crash

17 years ago * Add atrack, vtrack and strack commands. Those can be use to display/change audio...
Antoine Cellerier [Fri, 25 Aug 2006 22:11:33 +0000 (22:11 +0000)]
 * Add atrack, vtrack and strack commands. Those can be use to display/change audio, video and subtitle tracks.
 * Fix compile warning in enqueue command.

17 years agoremove unneeded include
Pavlov Konstantin [Fri, 25 Aug 2006 21:27:56 +0000 (21:27 +0000)]
remove unneeded include

17 years agoFix flickering of panels in preferences
Clément Stenac [Fri, 25 Aug 2006 21:10:10 +0000 (21:10 +0000)]
Fix flickering of panels in preferences

17 years agoImprove Qt preferences layout handling
Clément Stenac [Fri, 25 Aug 2006 15:54:38 +0000 (15:54 +0000)]
Improve Qt preferences layout handling

17 years ago* set the autoSaveName for the main playlist view, so re-arranged column orders are...
Felix Paul Kühne [Fri, 25 Aug 2006 15:47:46 +0000 (15:47 +0000)]
* set the autoSaveName for the main playlist view, so re-arranged column orders are saved

17 years ago * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.
Sam Hocevar [Fri, 25 Aug 2006 12:59:00 +0000 (12:59 +0000)]
  * modules/demux/playlist/asx.c modules/demux/mp4/mp4.c: add missing includes.

17 years ago * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
Sam Hocevar [Fri, 25 Aug 2006 12:54:14 +0000 (12:54 +0000)]
  * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.

17 years ago * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.
Sam Hocevar [Fri, 25 Aug 2006 12:19:34 +0000 (12:19 +0000)]
  * modules/demux/playlist/xspf.c: fix warnings that are bugs on amd64.

17 years agoMultiple selection
Clément Stenac [Thu, 24 Aug 2006 20:47:22 +0000 (20:47 +0000)]
Multiple selection

17 years agoFake the mono stream by duplicating it in both channels
Jean-Paul Saman [Thu, 24 Aug 2006 19:50:23 +0000 (19:50 +0000)]
Fake the mono stream by duplicating it in both channels

17 years agocompile fix
Clément Stenac [Thu, 24 Aug 2006 19:45:08 +0000 (19:45 +0000)]
compile fix

17 years agoStupid platforms
Clément Stenac [Thu, 24 Aug 2006 18:39:25 +0000 (18:39 +0000)]
Stupid platforms

17 years agoPreliminary deletion support
Clément Stenac [Thu, 24 Aug 2006 18:00:28 +0000 (18:00 +0000)]
Preliminary deletion support

17 years agoTemplate for profile parser
Clément Stenac [Thu, 24 Aug 2006 17:52:35 +0000 (17:52 +0000)]
Template for profile parser

17 years agoQt: Small fix on the filters for simpleOpenFile
Jean-Baptiste Kempf [Thu, 24 Aug 2006 16:57:39 +0000 (16:57 +0000)]
Qt: Small fix on the filters for simpleOpenFile

17 years ago * doc/Makefile.am: added missing ChangeLog-2005.
Sam Hocevar [Thu, 24 Aug 2006 16:08:31 +0000 (16:08 +0000)]
  * doc/Makefile.am: added missing ChangeLog-2005.

17 years ago* Some more debug
Benjamin Pracht [Thu, 24 Aug 2006 06:39:20 +0000 (06:39 +0000)]
* Some more debug

17 years ago* Also pass along the USER DATA of mpeg4
Derk-Jan Hartman [Thu, 24 Aug 2006 01:20:43 +0000 (01:20 +0000)]
* Also pass along the USER DATA of mpeg4
  This should help identify the producing encoder and fix some issues with codec specific problems

17 years ago* Handle Dicas AVC FOURCC
Derk-Jan Hartman [Thu, 24 Aug 2006 01:17:58 +0000 (01:17 +0000)]
* Handle Dicas AVC FOURCC