]> git.sesse.net Git - vlc/log
vlc
17 years agoScript to set vlc as default player on GNOME desktops. Patch by Torsten Spindler...
Jean-Paul Saman [Wed, 27 Dec 2006 10:06:08 +0000 (10:06 +0000)]
Script to set vlc as default player on GNOME desktops. Patch by Torsten Spindler <spindler _at_ tspindler _dot_ de>

17 years agoMake audio functions compliant with current libvlc
Filippo Carone [Tue, 26 Dec 2006 16:41:21 +0000 (16:41 +0000)]
Make audio functions compliant with current libvlc

17 years ago* be more accurate when fading in and out (refs #913 and hopefully fixes it)
Felix Paul Kühne [Tue, 26 Dec 2006 13:22:37 +0000 (13:22 +0000)]
* be more accurate when fading in and out (refs #913 and hopefully fixes it)

17 years agoAdd missing *
Antoine Cellerier [Mon, 25 Dec 2006 23:49:07 +0000 (23:49 +0000)]
Add missing *

17 years ago* add some locking the the video filter2 handling code in video output core. Fix...
Antoine Cellerier [Mon, 25 Dec 2006 22:28:45 +0000 (22:28 +0000)]
* add some locking the the video filter2 handling code in video output core. Fix #945 (untested)

17 years ago* modules/access/dshow/dshow.cpp: Typo specfic -> specific.
Dennis van Amerongen [Sun, 24 Dec 2006 22:03:02 +0000 (22:03 +0000)]
* modules/access/dshow/dshow.cpp: Typo specfic -> specific.

17 years agoMore cleanup
Clément Stenac [Sun, 24 Dec 2006 14:18:21 +0000 (14:18 +0000)]
More cleanup

17 years agoA bit of cleanup here and there
Clément Stenac [Sun, 24 Dec 2006 13:50:47 +0000 (13:50 +0000)]
A bit of cleanup here and there

17 years agoHopefully correct tokenization of open strings
Clément Stenac [Sat, 23 Dec 2006 15:40:20 +0000 (15:40 +0000)]
Hopefully correct tokenization of open strings

17 years agoDon't transform tavs to 4 spaces in Makefiles.
Christophe Mutricy [Sat, 23 Dec 2006 15:12:01 +0000 (15:12 +0000)]
Don't transform tavs to 4 spaces in Makefiles.

17 years agoUnlock the playlist while waiting for input to finish so that input can freely use...
Clément Stenac [Sat, 23 Dec 2006 14:18:49 +0000 (14:18 +0000)]
Unlock the playlist while waiting for input to finish so that input can freely use signal on the playlist whatever the context is (Closes:#937)

17 years agoAdd extra debug to chase #934
Clément Stenac [Sat, 23 Dec 2006 12:20:23 +0000 (12:20 +0000)]
Add extra debug to chase #934

17 years ago* Ensure garbage collector is called when disabling a video track (Closes:#935)
Clément Stenac [Sat, 23 Dec 2006 11:53:20 +0000 (11:53 +0000)]
* Ensure garbage collector is called when disabling a video track (Closes:#935)
* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible

17 years agoFix "File already exists" failure with moc (closes #941)
Rémi Denis-Courmont [Sat, 23 Dec 2006 10:37:03 +0000 (10:37 +0000)]
Fix "File already exists" failure with moc (closes #941)

17 years agoWtf ?
Clément Stenac [Sat, 23 Dec 2006 10:36:47 +0000 (10:36 +0000)]
Wtf ?

17 years ago* Only allow playlist files in open playlist (Refs:#940)
Clément Stenac [Sat, 23 Dec 2006 10:36:24 +0000 (10:36 +0000)]
* Only allow playlist files in open playlist (Refs:#940)
* For the time being, hide simple open. Better three clicks than confusing
  things :)

17 years ago* modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.
Dennis van Amerongen [Sat, 23 Dec 2006 00:32:58 +0000 (00:32 +0000)]
* modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer.

17 years agoCleanup control and parser threads handling. Might fix #917
Clément Stenac [Fri, 22 Dec 2006 21:34:23 +0000 (21:34 +0000)]
Cleanup control and parser threads handling. Might fix #917

17 years agoAdd facilities to report and enrich error messages.
Clément Stenac [Fri, 22 Dec 2006 21:14:11 +0000 (21:14 +0000)]
Add facilities to report and enrich error messages.

The idea is that a given error should be reported only once to the user.
At the moment, for example, we can get:
- "no suitable access module" (printed by module_Need)
 - "unable to create access" (printed by input/access)
 - "unable to open stream" (printed by input/input)
 - ...

The facilities provided here are:
* msg_StackSet( code, message ) : "throw" a new error
* msg_StackAdd( message ) : Append a message allowing to trace the message
* msg_StackMsg() : Retrieve the message

So, in the previous example, module_Need would msg_StackSet( code, "no
suitable access module"), then input/input would add "unable to create
access" and finally, input/input can print the "unable to open stream:
unable to create access: no suitable module" message.

The three functions are context-free, you don't need a vlc_object, so
that we can add verbose error reporting everywhere.

17 years agoAUTHORS: e-mail address fix
Olivier Aubert [Fri, 22 Dec 2006 16:24:21 +0000 (16:24 +0000)]
AUTHORS: e-mail address fix

17 years agoTake program-transform-name into account when creating vlc symlinks
Rémi Denis-Courmont [Thu, 21 Dec 2006 18:18:08 +0000 (18:18 +0000)]
Take program-transform-name into account when creating vlc symlinks

17 years agoEscape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
Rémi Denis-Courmont [Thu, 21 Dec 2006 18:05:54 +0000 (18:05 +0000)]
Escape antislash in CONFIGURE_LINE properly (I hope you like antislashes).
                                   ^^^^^^^^
                   As far as I checked (sed guru required).

17 years agopython bindings: svn propset svn:keywords
Olivier Aubert [Thu, 21 Dec 2006 15:00:04 +0000 (15:00 +0000)]
python bindings: svn propset svn:keywords

17 years agopython bindings: completed libvlc bindings
Olivier Aubert [Thu, 21 Dec 2006 11:02:31 +0000 (11:02 +0000)]
python bindings: completed libvlc bindings

17 years agoinclude/vlc/libvlc.h: comment fixes
Olivier Aubert [Thu, 21 Dec 2006 09:58:22 +0000 (09:58 +0000)]
include/vlc/libvlc.h: comment fixes

17 years ago* Updating NEWS for VP60/VP61 . Ref [18408]
Jean-Baptiste Kempf [Thu, 21 Dec 2006 09:20:26 +0000 (09:20 +0000)]
* Updating NEWS for VP60/VP61 . Ref [18408]

17 years agosrc/video_output/video_output.c: Fixed double free in filter removal
Sigmund Augdal Helberg [Thu, 21 Dec 2006 01:22:05 +0000 (01:22 +0000)]
src/video_output/video_output.c: Fixed double free in filter removal
code
qt4/components/extended_panels.cpp: Improved some dagerous string
parsing code. This whole function looks very ad hoc to me at the
moment and should be rewritten in a more robust way. In particular
this function will misbehave if a video filter exists whose name is a
substring of another video filter. This change here just makes it less
likely to crash...

17 years agofix out of buffer read in equalizer code
Sigmund Augdal Helberg [Thu, 21 Dec 2006 00:07:11 +0000 (00:07 +0000)]
fix out of buffer read in equalizer code

17 years agoAudio track and channel support for JavaScript API. The ActiveX vlc.audio.channel...
Jean-Paul Saman [Wed, 20 Dec 2006 22:11:54 +0000 (22:11 +0000)]
Audio track and channel support for JavaScript API. The ActiveX vlc.audio.channel interface still has a bug left.

17 years agoAdd a plugins/bindings line to the summary
Christophe Mutricy [Wed, 20 Dec 2006 17:22:53 +0000 (17:22 +0000)]
Add a plugins/bindings line to the summary

17 years agoFix a small bug in header detection for Activex
Christophe Mutricy [Wed, 20 Dec 2006 17:01:34 +0000 (17:01 +0000)]
Fix a small bug in header detection for Activex

17 years agoAdding Open Menu entries.
Jean-Baptiste Kempf [Wed, 20 Dec 2006 14:58:33 +0000 (14:58 +0000)]
Adding Open Menu entries.

17 years agoMake static a bunch of functions
Clément Stenac [Tue, 19 Dec 2006 22:23:59 +0000 (22:23 +0000)]
Make static a bunch of functions

17 years agomake update-po
Christophe Mutricy [Tue, 19 Dec 2006 22:01:34 +0000 (22:01 +0000)]
make update-po

17 years agoDo not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does
Rémi Denis-Courmont [Tue, 19 Dec 2006 21:27:57 +0000 (21:27 +0000)]
Do not assume that CXXFLAGS and OBJCFLAGS accept anything that CFLAGS does

17 years agoFix implicit declaration problem
Rémi Denis-Courmont [Tue, 19 Dec 2006 21:26:46 +0000 (21:26 +0000)]
Fix implicit declaration problem

17 years agoDon't use pic on win32. it confuses nasm
Christophe Mutricy [Tue, 19 Dec 2006 20:18:55 +0000 (20:18 +0000)]
Don't use pic on win32. it confuses nasm

17 years agoManual install for pthread
Christophe Mutricy [Tue, 19 Dec 2006 19:58:54 +0000 (19:58 +0000)]
Manual install for pthread

17 years agoRefresh x264 patch and use pthread for x264 in win32
Christophe Mutricy [Tue, 19 Dec 2006 19:45:35 +0000 (19:45 +0000)]
Refresh x264 patch and use pthread for x264 in win32

17 years agopthread for win
Christophe Mutricy [Tue, 19 Dec 2006 17:42:01 +0000 (17:42 +0000)]
pthread for win

17 years ago* gui behaviour change: the textfields are no longer disabled if another protocol...
Felix Paul Kühne [Tue, 19 Dec 2006 17:34:26 +0000 (17:34 +0000)]
* gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914

17 years agoFix win32 compilation
Christophe Mutricy [Tue, 19 Dec 2006 14:16:37 +0000 (14:16 +0000)]
Fix win32 compilation

17 years agoDionoea's commit :D
Jean-Baptiste Kempf [Tue, 19 Dec 2006 10:53:09 +0000 (10:53 +0000)]
Dionoea's commit :D

17 years ago* hide the fspanel if VLC looses its front app state in fullscreen mode (by using...
Felix Paul Kühne [Mon, 18 Dec 2006 23:22:55 +0000 (23:22 +0000)]
* hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.)

17 years agoA bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457
Clément Stenac [Mon, 18 Dec 2006 22:03:30 +0000 (22:03 +0000)]
A bit of cleanup in libvlc playlist API. Preliminary work for: Refs:#457

17 years agoUntested states thread and gnu portable threads implementation of tls
Clément Stenac [Mon, 18 Dec 2006 21:53:26 +0000 (21:53 +0000)]
Untested states thread and gnu portable threads implementation of tls
Fix Win32 implementation

17 years agoAdded initial support for TLS (Thread Local Storage) variables
Clément Stenac [Mon, 18 Dec 2006 21:40:12 +0000 (21:40 +0000)]
Added initial support for TLS (Thread Local Storage) variables

17 years ago* extract now uses sqrt.
Antoine Cellerier [Mon, 18 Dec 2006 21:14:53 +0000 (21:14 +0000)]
* extract now uses sqrt.

17 years ago* Remove comments left in cut & paste.
Antoine Cellerier [Mon, 18 Dec 2006 21:13:07 +0000 (21:13 +0000)]
* Remove comments left in cut & paste.

17 years ago* Make it possible to extract any color component from the video. (Red, Green and...
Antoine Cellerier [Mon, 18 Dec 2006 21:08:11 +0000 (21:08 +0000)]
* Make it possible to extract any color component from the video. (Red, Green and Blue are still hardcoded) Example: ./vlc ~/media/Muse-Concert.mpg --video-filter "extract{component=0xFFFF00}" will get you the yellow stuff.

17 years agoSuSE spec file thanks to DimStar, Dominique Leuenberger
Jean-Baptiste Kempf [Mon, 18 Dec 2006 20:44:07 +0000 (20:44 +0000)]
SuSE spec file thanks to DimStar, Dominique Leuenberger

17 years ago* added an option to disable the fspanel
Felix Paul Kühne [Mon, 18 Dec 2006 11:34:46 +0000 (11:34 +0000)]
* added an option to disable the fspanel

17 years ago* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding...
Dennis van Amerongen [Sun, 17 Dec 2006 23:53:49 +0000 (23:53 +0000)]
* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv.c: Add support for decoding VP60 and VP61

17 years agoDefault disable gnomevfs access plugin as it doesn't work anyway
Pavlov Konstantin [Sun, 17 Dec 2006 23:32:24 +0000 (23:32 +0000)]
Default disable gnomevfs access plugin as it doesn't work anyway

17 years ago * New color extraction video filter. Can be used to extract the Red, Green or Blue...
Antoine Cellerier [Sun, 17 Dec 2006 20:42:32 +0000 (20:42 +0000)]
 * New color extraction video filter. Can be used to extract the Red, Green or Blue component from a video.
 * Add stuff about motiondetect and extract in the News (even though motiondetect isn't finished)

17 years agoRewrite motion detect filter. It currently draws a white rectangle arround moving...
Antoine Cellerier [Sun, 17 Dec 2006 17:58:21 +0000 (17:58 +0000)]
Rewrite motion detect filter. It currently draws a white rectangle arround moving objects (on fixed backgrounds). I still need to add code to make it possible to trigger an action when movement is detected (i.e. a VLM command to start recording).

17 years agoFix include for WIN32 version.
Philippe Morin [Sun, 17 Dec 2006 16:09:00 +0000 (16:09 +0000)]
Fix include for WIN32 version.

17 years agoAdd video filters panel
Clément Stenac [Sat, 16 Dec 2006 14:54:54 +0000 (14:54 +0000)]
Add video filters panel
Fix size of preference tree items

17 years agobindings for new audio functions, thanks to Philippe Morin
Filippo Carone [Sat, 16 Dec 2006 11:05:17 +0000 (11:05 +0000)]
bindings for new audio functions, thanks to Philippe Morin

17 years agoInclude fixing for snapshot.c
Jean-Baptiste Kempf [Sat, 16 Dec 2006 00:20:42 +0000 (00:20 +0000)]
Include fixing for snapshot.c

17 years agoInclude repairing for dc1394
Jean-Baptiste Kempf [Fri, 15 Dec 2006 23:50:28 +0000 (23:50 +0000)]
Include repairing for dc1394

17 years ago2nd argument of playlist_Viewplay is not a boolean
Clément Stenac [Fri, 15 Dec 2006 23:38:33 +0000 (23:38 +0000)]
2nd argument of playlist_Viewplay is not a boolean

17 years agoRework dicts as macros for type-independance
Clément Stenac [Fri, 15 Dec 2006 23:21:27 +0000 (23:21 +0000)]
Rework dicts as macros for type-independance

17 years agoSimpler UTF-8 check functions + rudimentary unit test
Rémi Denis-Courmont [Fri, 15 Dec 2006 14:16:08 +0000 (14:16 +0000)]
Simpler UTF-8 check functions + rudimentary unit test

17 years ago* More compiler warning fixes (const mostly)
Derk-Jan Hartman [Thu, 14 Dec 2006 20:56:18 +0000 (20:56 +0000)]
* More compiler warning fixes (const mostly)

17 years ago- bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe...
Damien Fouilleul [Thu, 14 Dec 2006 13:53:31 +0000 (13:53 +0000)]
- bootstrap: patch libtool on cygwin to prevent linking shared library as '.dll.exe' files

17 years agosrc/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static
Olivier Aubert [Thu, 14 Dec 2006 13:18:53 +0000 (13:18 +0000)]
src/controler/mediacontrol_audio_video.c: make mediacontrol_showtext static

17 years agoinclude/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype
Olivier Aubert [Thu, 14 Dec 2006 13:18:27 +0000 (13:18 +0000)]
include/vlc/mediacontrol.h: define mediacontrol_playlist_next_item prototype

17 years ago- activex: few fixes, generate latest tlb
Damien Fouilleul [Thu, 14 Dec 2006 11:57:03 +0000 (11:57 +0000)]
- activex: few fixes, generate latest tlb

17 years ago* Fix a couple of const, static and other warnings
Derk-Jan Hartman [Thu, 14 Dec 2006 00:14:37 +0000 (00:14 +0000)]
* Fix a couple of const, static and other warnings

17 years agoUse more sensible error message that says: settting audio track failed.
Jean-Paul Saman [Wed, 13 Dec 2006 14:43:57 +0000 (14:43 +0000)]
Use more sensible error message that says: settting audio track failed.

17 years ago.h and .cpp are not executable files
Christophe Mutricy [Wed, 13 Dec 2006 11:41:15 +0000 (11:41 +0000)]
.h and .cpp are not executable files

17 years ago* Add support for HD DVBsub closes #896
Derk-Jan Hartman [Wed, 13 Dec 2006 01:11:55 +0000 (01:11 +0000)]
* Add support for HD DVBsub closes #896
* Added some comments
* Set the b_pausable flage and remove the b_fade/b_stop flags from the dvbsubs.
  They are ephemer and if you need these options set, then figure out another way.

17 years agoFix typos for WIN32 compilation of Java bindings.
Philippe Morin [Tue, 12 Dec 2006 21:08:50 +0000 (21:08 +0000)]
Fix typos for WIN32 compilation of Java bindings.

17 years agoeclipse project creation script updated.
Filippo Carone [Tue, 12 Dec 2006 21:05:53 +0000 (21:05 +0000)]
eclipse project creation script updated.

17 years ago* switched the middle arrow buttons from faster/slower to backward/forward to reflect...
Felix Paul Kühne [Tue, 12 Dec 2006 19:46:17 +0000 (19:46 +0000)]
* switched the middle arrow buttons from faster/slower to backward/forward to reflect the same functionality as the usual controller window, thus a more consistent GUI. Thanks to the6thReplicant from the forum for the hint.

17 years agoAdd support to the activex, mozilla, firefox, safari plugin for changing audio track...
Jean-Paul Saman [Tue, 12 Dec 2006 11:18:38 +0000 (11:18 +0000)]
Add support to the activex, mozilla, firefox, safari plugin for changing audio track and audio output channel (reverse, stereo, left, right, dolby).

17 years agoFix compilation warnings
Jean-Paul Saman [Tue, 12 Dec 2006 09:26:26 +0000 (09:26 +0000)]
Fix compilation warnings

17 years agoSmall readability enhancement
Jean-Paul Saman [Tue, 12 Dec 2006 09:23:58 +0000 (09:23 +0000)]
Small readability enhancement

17 years agoDon't use register keyword, leave it up to compiler to optimize this.
Jean-Paul Saman [Tue, 12 Dec 2006 09:23:10 +0000 (09:23 +0000)]
Don't use register keyword, leave it up to compiler to optimize this.

17 years ago * skins2/vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
Olivier Teulière [Mon, 11 Dec 2006 22:19:56 +0000 (22:19 +0000)]
 * skins2/vars/equalizer.cpp: Fixed an invalid memory read, potential crasher
 * skins2/src/generic_layout.cpp: Fixed an old memory leak
This is a forwardport of [18282]

17 years agoMakefile.am: tweack win32 packaging rules
Christophe Mutricy [Mon, 11 Dec 2006 21:06:55 +0000 (21:06 +0000)]
Makefile.am: tweack win32 packaging rules

17 years ago* Some more const warning fixes
Derk-Jan Hartman [Mon, 11 Dec 2006 20:55:22 +0000 (20:55 +0000)]
* Some more const warning fixes

17 years agohelper script to ease jvlc development with eclipse
Filippo Carone [Mon, 11 Dec 2006 20:22:47 +0000 (20:22 +0000)]
helper script to ease jvlc development with eclipse

17 years ago* grah one more compile issue
Derk-Jan Hartman [Mon, 11 Dec 2006 20:04:55 +0000 (20:04 +0000)]
* grah one more compile issue

17 years ago* one more closedir fix
Derk-Jan Hartman [Mon, 11 Dec 2006 17:34:07 +0000 (17:34 +0000)]
* one more closedir fix

17 years ago* another closedir fix
Derk-Jan Hartman [Mon, 11 Dec 2006 17:29:49 +0000 (17:29 +0000)]
* another closedir fix

17 years ago* motion_detect: use playlist_Control's "lock" argument
Derk-Jan Hartman [Mon, 11 Dec 2006 17:22:20 +0000 (17:22 +0000)]
* motion_detect: use playlist_Control's "lock" argument
* const string fixes
* make a couple of functions static

17 years agoDon't call removed target.
Christophe Mutricy [Mon, 11 Dec 2006 17:04:56 +0000 (17:04 +0000)]
Don't call removed target.

17 years ago- WTF?! Do not use non-existant vlc_closedir_wrapper
Rémi Denis-Courmont [Mon, 11 Dec 2006 16:56:21 +0000 (16:56 +0000)]
- WTF?! Do not use non-existant vlc_closedir_wrapper
- Do not leak result from utf8_readdir (ALWAYS strdup'ed).

17 years agoFix compilation
Rémi Denis-Courmont [Mon, 11 Dec 2006 16:53:08 +0000 (16:53 +0000)]
Fix compilation

17 years ago* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
Derk-Jan Hartman [Mon, 11 Dec 2006 16:25:29 +0000 (16:25 +0000)]
* Fix utf8_scandir (wasn't using vlc_closedir_wrapper)
* Add some doxygen comments to some of these functions that warn about vlc_closedir_wrapper and LocaleFree

17 years ago* forwardport: [18328]-[18330]
Derk-Jan Hartman [Mon, 11 Dec 2006 16:22:45 +0000 (16:22 +0000)]
* forwardport: [18328]-[18330]
  * utf8_fopen for: galaktos and snapshots
  * vlc_closedir_wrapper for: webintf, mkv, ncurses and gnutls

17 years ago* forwardport [18332]:
Derk-Jan Hartman [Mon, 11 Dec 2006 16:17:44 +0000 (16:17 +0000)]
* forwardport [18332]:
  - don't compile pngtest, it's not SDK compatible
  - enable sdk on contrib again

17 years ago* forwardport [18335]: Compile x264 with --enable-pic
Derk-Jan Hartman [Mon, 11 Dec 2006 16:16:33 +0000 (16:16 +0000)]
* forwardport [18335]: Compile x264 with --enable-pic

17 years ago* forwardport [18336]:
Derk-Jan Hartman [Mon, 11 Dec 2006 16:13:24 +0000 (16:13 +0000)]
* forwardport [18336]:
 - Only try Real RTSP in case of rtsp:// realrtsp:// or pnm://
 - Don't use fprintf

17 years ago* forwardport the 0.8.6 NEWS
Derk-Jan Hartman [Mon, 11 Dec 2006 16:04:32 +0000 (16:04 +0000)]
* forwardport the 0.8.6 NEWS

17 years ago* forwardport [18346]: LocaleFree() a utf8_readdir entry instead of using free()
Derk-Jan Hartman [Mon, 11 Dec 2006 16:03:34 +0000 (16:03 +0000)]
* forwardport [18346]: LocaleFree() a utf8_readdir entry instead of using free()

17 years ago* forwardport [18350] libtiff linking in VLC OS X
Derk-Jan Hartman [Mon, 11 Dec 2006 15:32:01 +0000 (15:32 +0000)]
* forwardport [18350] libtiff linking in VLC OS X

17 years ago* marq.c: const strings
Derk-Jan Hartman [Mon, 11 Dec 2006 15:30:46 +0000 (15:30 +0000)]
* marq.c: const strings