]> git.sesse.net Git - vlc/log
vlc
17 years agoCompile "fix".
Antoine Cellerier [Sat, 31 Mar 2007 21:16:49 +0000 (21:16 +0000)]
Compile "fix".

17 years agoDa über video filter control panel (I'll add a simple mode once this one works).
Antoine Cellerier [Sat, 31 Mar 2007 21:11:37 +0000 (21:11 +0000)]
Da über video filter control panel (I'll add a simple mode once this one works).

17 years agoRemove trailing spaces.
Antoine Cellerier [Sat, 31 Mar 2007 20:37:13 +0000 (20:37 +0000)]
Remove trailing spaces.

17 years agos/splitted/split/
Antoine Cellerier [Sat, 31 Mar 2007 20:07:58 +0000 (20:07 +0000)]
s/splitted/split/

17 years agoconvert a few printfs to msg_Dbg.
Antoine Cellerier [Sat, 31 Mar 2007 20:00:03 +0000 (20:00 +0000)]
convert a few printfs to msg_Dbg.

17 years agoMake it possible to change the extracted color once the module is launched.
Antoine Cellerier [Sat, 31 Mar 2007 19:53:23 +0000 (19:53 +0000)]
Make it possible to change the extracted color once the module is launched.

17 years agoCheck the input chroma. (We only want to work on I420 for the moment)
Antoine Cellerier [Sat, 31 Mar 2007 19:08:12 +0000 (19:08 +0000)]
Check the input chroma. (We only want to work on I420 for the moment)

17 years agoMention the HTML subtitles support.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 18:41:47 +0000 (18:41 +0000)]
Mention the HTML subtitles support.

17 years agoAdd to the news
Antoine Cellerier [Sat, 31 Mar 2007 18:38:05 +0000 (18:38 +0000)]
Add to the news

17 years agoNew erase video filter (to remove logos). Example command line: ./vlc --video-filter...
Antoine Cellerier [Sat, 31 Mar 2007 18:37:16 +0000 (18:37 +0000)]
New erase video filter (to remove logos). Example command line: ./vlc --video-filter "erase{mask=/home/dionoea/images/cone-small.png,x=50,y=50}" --no-audio --color -v -I rc ~/media/redefined-nintendo.mpg

17 years agoQt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already...
Jean-Baptiste Kempf [Sat, 31 Mar 2007 17:57:52 +0000 (17:57 +0000)]
Qt4 - Rename dialog/prefs_dialog to dialog/preferences: files in dialog/ are already dialogs!

17 years agocompile fixes
Filippo Carone [Sat, 31 Mar 2007 17:32:30 +0000 (17:32 +0000)]
compile fixes

17 years agoQt4 - Small correction to previous commit. Sorry.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 17:14:51 +0000 (17:14 +0000)]
Qt4 - Small correction to previous commit. Sorry.

17 years agoQt4 - GoToTime layout and design improvements. Not functionnal yet.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 17:08:07 +0000 (17:08 +0000)]
Qt4 - GoToTime layout and design improvements. Not functionnal yet.

17 years agoAlso use the V plane for motion detection. Remove unused code.
Antoine Cellerier [Sat, 31 Mar 2007 16:42:14 +0000 (16:42 +0000)]
Also use the V plane for motion detection. Remove unused code.

17 years agoscale.c: implement RGBA scaling.
Antoine Cellerier [Sat, 31 Mar 2007 16:02:28 +0000 (16:02 +0000)]
scale.c: implement RGBA scaling.
vout_subpictures.c: enable scaling for RGBA subpictures.

17 years agoUpdate the help strings. These should be autogenerated at run time (IMO)... else...
Antoine Cellerier [Sat, 31 Mar 2007 15:45:06 +0000 (15:45 +0000)]
Update the help strings. These should be autogenerated at run time (IMO)... else people won't notice commands added in other modules, like "adjust" for example.

17 years agoUpdate NEWS to sync with [19549].
Antoine Cellerier [Sat, 31 Mar 2007 15:42:50 +0000 (15:42 +0000)]
Update NEWS to sync with [19549].

17 years agoModule specific commands change in rc.c. See http://article.gmane.org/gmane.comp...
Antoine Cellerier [Sat, 31 Mar 2007 15:42:14 +0000 (15:42 +0000)]
Module specific commands change in rc.c. See http://article.gmane.org/gmane.comp.video.videolan.vlc.devel/28757 | sed 's/<at> /@/g'

17 years agovout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA...
Antoine Cellerier [Sat, 31 Mar 2007 15:38:57 +0000 (15:38 +0000)]
vout_subpictures.c: Do not call the scaling module if the subpicture is using RGBA. The current way subpictures scaling and blending modules loading work is kind of flawed. It assumes that the module will be able to handle all the possible types of input chromas. This worked fine previously (since all modules allowing to scale/blend YUVP also handled YUVA), but doesn't now (the scaling module doesn't support RGBA. blending works fine).
vout_pictures.*: Add core support for RGBA pictures.

17 years agoQt4 - a few additions to the empty GotoTime dialog..
Jean-Baptiste Kempf [Sat, 31 Mar 2007 15:31:26 +0000 (15:31 +0000)]
Qt4 - a few additions to the empty GotoTime dialog..

17 years agoSet the priority for qt4 / dialog_provider higher than wx
Jean-Baptiste Kempf [Sat, 31 Mar 2007 13:46:14 +0000 (13:46 +0000)]
Set the priority for qt4 / dialog_provider higher than wx

17 years agoQt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 13:45:34 +0000 (13:45 +0000)]
Qt4 - Add a "Goto Time" dialog asked over and over. Empty dialog now.

17 years agoadd a GOTOtime string.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 13:44:22 +0000 (13:44 +0000)]
add a GOTOtime string.

17 years agoqt4 - Make errors dialog Application Modal.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 12:51:04 +0000 (12:51 +0000)]
qt4 - Make errors dialog Application Modal.

17 years agoqt4 - small and unimportant cosmetic change.
Jean-Baptiste Kempf [Sat, 31 Mar 2007 01:29:26 +0000 (01:29 +0000)]
qt4 - small and unimportant cosmetic change.

17 years agoQt4 - Remove the enqueue button and regroup it under the play button, since it is...
Jean-Baptiste Kempf [Sat, 31 Mar 2007 01:17:14 +0000 (01:17 +0000)]
Qt4 - Remove the enqueue button and regroup it under the play button, since it is far less used. KEEP IT SIMPLE :D
xtophe, is that what you wanted ?
Stream() does not do anything yet.

17 years agoRepair ATI VCR2 support by using ffmpeg instead of libmpeg2
Jean-Baptiste Kempf [Fri, 30 Mar 2007 22:31:33 +0000 (22:31 +0000)]
Repair ATI VCR2 support by using ffmpeg instead of libmpeg2

17 years agoUntested RGBA blending in I420, RV24 and RV32.
Antoine Cellerier [Fri, 30 Mar 2007 17:29:41 +0000 (17:29 +0000)]
Untested RGBA blending in I420, RV24 and RV32.

17 years agoMac OS X gui: Attempt to fix compilation error.
Pierre d'Herbemont [Fri, 30 Mar 2007 14:34:51 +0000 (14:34 +0000)]
Mac OS X gui: Attempt to fix compilation error.

17 years agoFix dirac patch
Christophe Mutricy [Fri, 30 Mar 2007 14:06:09 +0000 (14:06 +0000)]
Fix dirac patch

17 years ago* Missing part of previous commit [19535].
Derk-Jan Hartman [Fri, 30 Mar 2007 13:29:15 +0000 (13:29 +0000)]
* Missing part of previous commit [19535].
  cleanup of freetype.c by Bernie Purcell

17 years ago* Patch to support basic formatting in non-SSA/USF subtitle formats
Derk-Jan Hartman [Fri, 30 Mar 2007 12:51:46 +0000 (12:51 +0000)]
* Patch to support basic formatting in non-SSA/USF subtitle formats
  Several fixes for warnings.

  by Bernie Purcell <b dot purcell at adbglobal dot com>

17 years agoLibtiff repository has changed.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 23:04:38 +0000 (23:04 +0000)]
Libtiff repository has changed.

17 years agoQt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ?
Jean-Baptiste Kempf [Thu, 29 Mar 2007 22:53:45 +0000 (22:53 +0000)]
Qt4 - Cosmetics: adding a <hr /> bar in advanced. SHould it be wider ?

17 years agoMake the spacing coherent with the rest of the file.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 22:18:08 +0000 (22:18 +0000)]
Make the spacing coherent with the rest of the file.

17 years agoUpdate News.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 21:57:15 +0000 (21:57 +0000)]
Update News.

17 years ago* qt open dialog: double click plays the selected file
Yoann Peronneau [Thu, 29 Mar 2007 21:53:33 +0000 (21:53 +0000)]
* qt open dialog: double click plays the selected file

17 years agoAdd Flash Screen Video FourCC
Jean-Baptiste Kempf [Thu, 29 Mar 2007 21:52:08 +0000 (21:52 +0000)]
Add  Flash Screen Video  FourCC

17 years agoQt4 - cosmetic.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 21:25:03 +0000 (21:25 +0000)]
Qt4 - cosmetic.

17 years agoQt4 - More hotkeys.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 21:19:17 +0000 (21:19 +0000)]
Qt4 - More hotkeys.

17 years ago* fix a segfault
Yoann Peronneau [Thu, 29 Mar 2007 21:17:11 +0000 (21:17 +0000)]
* fix a segfault

17 years agoShortcuts.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 21:10:42 +0000 (21:10 +0000)]
Shortcuts.

17 years agodon't build the doc in all cases for dirac
Christophe Mutricy [Thu, 29 Mar 2007 21:07:56 +0000 (21:07 +0000)]
don't build the doc in all cases for dirac

17 years agoClean.
Jean-Baptiste Kempf [Thu, 29 Mar 2007 20:15:45 +0000 (20:15 +0000)]
Clean.

17 years ago* qt: don't hide the file browser on double click
Yoann Peronneau [Thu, 29 Mar 2007 20:08:25 +0000 (20:08 +0000)]
* qt: don't hide the file browser on double click

17 years agovlcshell.cpp: compile fix
Damien Fouilleul [Thu, 29 Mar 2007 08:00:16 +0000 (08:00 +0000)]
vlcshell.cpp: compile fix

17 years ago- mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and...
Damien Fouilleul [Wed, 28 Mar 2007 22:02:51 +0000 (22:02 +0000)]
- mozilla: support for libvlc_video_redraw_rectangle() message for PAINT events and misc cleanups

17 years agovoutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding...
Damien Fouilleul [Wed, 28 Mar 2007 22:00:48 +0000 (22:00 +0000)]
voutgl.m: support for VOUT_REDRAW_RECT in agl code, also added some smarts regarding handling null clip regions, which causes video flickers on Firefox/MacOSX when scrolling a page containing the mozilla plugin

17 years ago- libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout...
Damien Fouilleul [Wed, 28 Mar 2007 21:57:39 +0000 (21:57 +0000)]
- libvlc: new libvlc_video_redraw_rectangle() API, this allows caller to tell vout to redraw part of video, vout needs to implement VOUT_REDRAW_RECT message to support this

17 years agoProtect header against double inclusion
Christophe Mutricy [Wed, 28 Mar 2007 21:28:24 +0000 (21:28 +0000)]
Protect header against double inclusion

17 years ago* qt: escape key on QVLCFrame and QVLCDialog closes them
Yoann Peronneau [Wed, 28 Mar 2007 18:53:27 +0000 (18:53 +0000)]
* qt: escape key on QVLCFrame and QVLCDialog closes them

17 years ago* QT prefs: escape key closes the dialog
Yoann Peronneau [Wed, 28 Mar 2007 18:28:56 +0000 (18:28 +0000)]
* QT prefs: escape key closes the dialog

17 years agohttp Access: Make sure non-absolute relocation is handled properly in a https session...
Pierre d'Herbemont [Wed, 28 Mar 2007 17:31:28 +0000 (17:31 +0000)]
http Access: Make sure non-absolute relocation is handled properly in a https session (thanks courmish).

17 years agoLimit RTCP sending to one every five seconds as per RFC3550
Rémi Denis-Courmont [Wed, 28 Mar 2007 16:23:40 +0000 (16:23 +0000)]
Limit RTCP sending to one every five seconds as per RFC3550

17 years agohttp Access: Avoid using an empty pointer (Oops).
Pierre d'Herbemont [Wed, 28 Mar 2007 11:12:26 +0000 (11:12 +0000)]
http Access: Avoid using an empty pointer (Oops).

17 years agohttp Access: Make sure we handle redirection that don't include the server name.
Pierre d'Herbemont [Wed, 28 Mar 2007 10:26:05 +0000 (10:26 +0000)]
http Access: Make sure we handle redirection that don't include the server name.

17 years agoMac OS X gui: checkForUpdate may not run on first thread. Hence alloc an autorelease...
Pierre d'Herbemont [Tue, 27 Mar 2007 23:53:28 +0000 (23:53 +0000)]
Mac OS X gui: checkForUpdate may not run on first thread. Hence alloc an autorelease pool in checkForUpdate.

17 years agoMac OS X gui: Remove unwanted NSLog from r19508.
Pierre d'Herbemont [Tue, 27 Mar 2007 23:18:56 +0000 (23:18 +0000)]
Mac OS X gui: Remove unwanted NSLog from r19508.

17 years agoMac OS X gui: Check for update on startup.
Pierre d'Herbemont [Tue, 27 Mar 2007 23:17:37 +0000 (23:17 +0000)]
Mac OS X gui: Check for update on startup.

17 years agoMac OS X gui: Fix libvlc key handling when leaving fullscreen.
Pierre d'Herbemont [Tue, 27 Mar 2007 22:27:07 +0000 (22:27 +0000)]
Mac OS X gui: Fix libvlc key handling when leaving fullscreen.

17 years agoqt4/menu.cpp: * Work around libqt4 opening gconf
Christophe Mutricy [Tue, 27 Mar 2007 22:26:24 +0000 (22:26 +0000)]
qt4/menu.cpp:  * Work around libqt4 opening gconf
       * improve readability of macros

17 years agoQt4 - cosmetics.
Jean-Baptiste Kempf [Tue, 27 Mar 2007 22:14:10 +0000 (22:14 +0000)]
Qt4 - cosmetics.

17 years ago* qt DirectoryConfigControl: default open in selected directory
Yoann Peronneau [Tue, 27 Mar 2007 22:09:18 +0000 (22:09 +0000)]
* qt DirectoryConfigControl: default open in selected directory

17 years ago* qt: add a FontConfigControl
Yoann Peronneau [Tue, 27 Mar 2007 21:54:16 +0000 (21:54 +0000)]
* qt: add a FontConfigControl

17 years ago* use add_file instead of add_string for skins2-last - this fixes QT interface simple...
Yoann Peronneau [Tue, 27 Mar 2007 20:39:20 +0000 (20:39 +0000)]
* use add_file instead of add_string for skins2-last - this fixes QT interface simple prefs

17 years ago* qt: really implement DirectoryConfigControl
Yoann Peronneau [Tue, 27 Mar 2007 19:33:50 +0000 (19:33 +0000)]
* qt: really implement DirectoryConfigControl

17 years ago- getaddrinfo.c : cleanup replacement APIs for win32 and make sure the shim logic...
Damien Fouilleul [Tue, 27 Mar 2007 19:06:18 +0000 (19:06 +0000)]
- getaddrinfo.c : cleanup replacement APIs for win32 and make sure the shim logic only searches for real APIs only once

17 years ago- control/input.c: don't rely on exceptions to control the state of API internal...
Damien Fouilleul [Tue, 27 Mar 2007 19:01:51 +0000 (19:01 +0000)]
- control/input.c: don't rely on exceptions to control the state of API internal logic as these are optional

17 years ago* open file widget: do nothing if the user clicked on cancel
Yoann Peronneau [Tue, 27 Mar 2007 18:48:09 +0000 (18:48 +0000)]
* open file widget: do nothing if the user clicked on cancel

17 years ago* browse subtitles: do nothing if the user clicked on Cancel
Yoann Peronneau [Tue, 27 Mar 2007 18:44:02 +0000 (18:44 +0000)]
* browse subtitles: do nothing if the user clicked on Cancel

17 years ago* use freetype-rel-fontsize instead of sub-rel-fontsize
Yoann Peronneau [Mon, 26 Mar 2007 23:45:44 +0000 (23:45 +0000)]
* use freetype-rel-fontsize instead of sub-rel-fontsize

17 years ago* open dialog: set subtitle size and align options
Yoann Peronneau [Mon, 26 Mar 2007 23:44:06 +0000 (23:44 +0000)]
* open dialog: set subtitle size and align options

17 years ago* build the subtitle align combo box
Yoann Peronneau [Mon, 26 Mar 2007 23:23:28 +0000 (23:23 +0000)]
* build the subtitle align combo box

17 years ago* build the subtitle size combo box, instead of hardcoded list
Yoann Peronneau [Mon, 26 Mar 2007 23:17:57 +0000 (23:17 +0000)]
* build the subtitle size combo box, instead of hardcoded list

17 years agoContrib - Dirac ; MacOS-X patch.
Jean-Baptiste Kempf [Mon, 26 Mar 2007 22:47:04 +0000 (22:47 +0000)]
Contrib - Dirac ; MacOS-X patch.

17 years agoContribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch updated
Jean-Baptiste Kempf [Mon, 26 Mar 2007 22:39:52 +0000 (22:39 +0000)]
Contribs Dirac bumps from 0.5.4 to 0.6.0... Win32 patch updated

17 years ago* open dialog: look for subtitles in the same directory as the movie
Yoann Peronneau [Mon, 26 Mar 2007 22:23:37 +0000 (22:23 +0000)]
* open dialog: look for subtitles in the same directory as the movie

17 years ago* use an int to select extension filters
Yoann Peronneau [Mon, 26 Mar 2007 21:33:00 +0000 (21:33 +0000)]
* use an int to select extension filters

17 years ago* open dialog: options like :sub-file= are now added to input (ie "use subtitles...
Yoann Peronneau [Mon, 26 Mar 2007 20:27:30 +0000 (20:27 +0000)]
* open dialog: options like :sub-file= are now added to input (ie "use subtitles" now works)

17 years ago* add a function to parse the mrl line
Yoann Peronneau [Mon, 26 Mar 2007 19:41:07 +0000 (19:41 +0000)]
* add a function to parse the mrl line

17 years ago* Use subtitles file extension filter for the "Open subtitles file" dialog.
Yoann Peronneau [Sun, 25 Mar 2007 22:21:30 +0000 (22:21 +0000)]
* Use subtitles file extension filter for the "Open subtitles file" dialog.

17 years agoEnable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Couduri...
Antoine Cellerier [Sun, 25 Mar 2007 20:55:52 +0000 (20:55 +0000)]
Enable ffmpeg's GIF decoder for post r8520 revisions (Many thanks to Baptiste Coudurier for fixing the bug(s)).

17 years agoAllow URL parameter of arbitrary size (closes #1125)
Rémi Denis-Courmont [Sun, 25 Mar 2007 19:35:14 +0000 (19:35 +0000)]
Allow URL parameter of arbitrary size (closes #1125)

17 years agoRemove debug
Rémi Denis-Courmont [Sun, 25 Mar 2007 19:21:38 +0000 (19:21 +0000)]
Remove debug

17 years agoSplit ExtractURIValue into a research and an extract function
Rémi Denis-Courmont [Sun, 25 Mar 2007 19:21:20 +0000 (19:21 +0000)]
Split ExtractURIValue into a research and an extract function

17 years agoUpgrade dirac support to 0.6.0 (close #1129)
Laurent Aimar [Sun, 25 Mar 2007 18:46:44 +0000 (18:46 +0000)]
Upgrade dirac support to 0.6.0 (close #1129)

17 years agoRename sigset_t variables. No run-time change.
Rémi Denis-Courmont [Sun, 25 Mar 2007 18:18:32 +0000 (18:18 +0000)]
Rename sigset_t variables. No run-time change.

17 years agoAdd 2 missing calls to config_ChainDestroy().
Antoine Cellerier [Sun, 25 Mar 2007 17:05:53 +0000 (17:05 +0000)]
Add 2 missing calls to config_ChainDestroy().

17 years agoRemove last call to strchr( , ':' ) and fix a small memleak.
Antoine Cellerier [Sun, 25 Mar 2007 17:01:26 +0000 (17:01 +0000)]
Remove last call to strchr( , ':' ) and fix a small memleak.

17 years agoRemove trailing space + comment fix.
Antoine Cellerier [Sun, 25 Mar 2007 15:26:17 +0000 (15:26 +0000)]
Remove trailing space + comment fix.

17 years agoconfig chain syntax support for the image video output.
Antoine Cellerier [Sun, 25 Mar 2007 15:24:47 +0000 (15:24 +0000)]
config chain syntax support for the image video output.

17 years agoSmall fix.
Antoine Cellerier [Sun, 25 Mar 2007 15:24:29 +0000 (15:24 +0000)]
Small fix.

17 years agoAdd support for config chain option parsing.
Antoine Cellerier [Sun, 25 Mar 2007 14:48:56 +0000 (14:48 +0000)]
Add support for config chain option parsing.

17 years agoAllow using the config chain syntax for vout filters and vouts.
Antoine Cellerier [Sun, 25 Mar 2007 14:48:09 +0000 (14:48 +0000)]
Allow using the config chain syntax for vout filters and vouts.

17 years agoGestures: Fix two dead locks when changing audio track and subtitle track when there...
Pierre d'Herbemont [Sun, 25 Mar 2007 14:47:41 +0000 (14:47 +0000)]
Gestures: Fix two dead locks when changing audio track and subtitle track when there is no such track.

17 years agoGestures: The break statement here refers to the local for. Don't release the p_input...
Pierre d'Herbemont [Sun, 25 Mar 2007 14:22:47 +0000 (14:22 +0000)]
Gestures: The break statement here refers to the local for. Don't release the p_input in this case.

17 years agoRemove double ;
Antoine Cellerier [Sun, 25 Mar 2007 13:41:59 +0000 (13:41 +0000)]
Remove double ;

17 years agoWoops, forgot to remove this reference to p_libvlc_global yesterday.
Antoine Cellerier [Sun, 25 Mar 2007 13:21:06 +0000 (13:21 +0000)]
Woops, forgot to remove this reference to p_libvlc_global yesterday.

17 years agoWe want to check the main type only (& 0x00f0).
Antoine Cellerier [Sun, 25 Mar 2007 13:14:56 +0000 (13:14 +0000)]
We want to check the main type only (& 0x00f0).