]> git.sesse.net Git - vlc/log
vlc
18 years ago * share/skins2/skin.dtd: fixed a typo
Olivier Teulière [Sat, 3 Dec 2005 22:46:33 +0000 (22:46 +0000)]
 * share/skins2/skin.dtd: fixed a typo

18 years agoDelete more SLP stuff
Derk-Jan Hartman [Sat, 3 Dec 2005 19:35:54 +0000 (19:35 +0000)]
Delete more SLP stuff

18 years agoRemove openslp since we no longer have it in VLC
Derk-Jan Hartman [Sat, 3 Dec 2005 19:07:02 +0000 (19:07 +0000)]
Remove openslp since we no longer have it in VLC

18 years agoFix ffmpeg HOSTCC attempt 2 :D
Derk-Jan Hartman [Sat, 3 Dec 2005 18:22:34 +0000 (18:22 +0000)]
Fix ffmpeg HOSTCC attempt 2 :D

18 years agoFix ffmpeg HOSTCC
Derk-Jan Hartman [Sat, 3 Dec 2005 18:20:50 +0000 (18:20 +0000)]
Fix ffmpeg HOSTCC

18 years agoFix contribs in case we do NOT cross compile
Derk-Jan Hartman [Sat, 3 Dec 2005 18:15:42 +0000 (18:15 +0000)]
Fix contribs in case we do NOT cross compile

18 years agoFix faad contrib on Mac OS X
Derk-Jan Hartman [Sat, 3 Dec 2005 17:14:07 +0000 (17:14 +0000)]
Fix faad contrib on Mac OS X

18 years agocontrib x264 cleaning
Derk-Jan Hartman [Sat, 3 Dec 2005 17:04:42 +0000 (17:04 +0000)]
contrib x264 cleaning

18 years agoFix the x264 patch so it works again under Mac OS X
Derk-Jan Hartman [Sat, 3 Dec 2005 17:00:55 +0000 (17:00 +0000)]
Fix the x264 patch so it works again under Mac OS X

18 years agoSupport for passing an argument from subject to observer
Clément Stenac [Sat, 3 Dec 2005 16:02:32 +0000 (16:02 +0000)]
Support for passing an argument from subject to observer

18 years agoNaive implementation of deletion : full rebuild after deletion, and refocus on curren...
Clément Stenac [Sat, 3 Dec 2005 15:22:28 +0000 (15:22 +0000)]
Naive implementation of deletion : full rebuild after deletion, and refocus on current playing item

18 years agoRemove useless playtree.* commands
Clément Stenac [Sat, 3 Dec 2005 14:57:01 +0000 (14:57 +0000)]
Remove useless playtree.* commands

18 years agoFix tree selection
Clément Stenac [Sat, 3 Dec 2005 14:56:28 +0000 (14:56 +0000)]
Fix tree selection

18 years ago* modules/gui/wxwidgets: wxSplitterWindow is buggy under wxGTK so we implement our...
Gildas Bazin [Sat, 3 Dec 2005 13:41:01 +0000 (13:41 +0000)]
* modules/gui/wxwidgets: wxSplitterWindow is buggy under wxGTK so we implement our own version.

18 years ago* ALL: first development version of a GUI for the SubPicture Filters (refs #350)
Felix Paul Kühne [Sat, 3 Dec 2005 13:36:54 +0000 (13:36 +0000)]
* ALL: first development version of a GUI for the SubPicture Filters (refs #350)
- the marquee section is already completely usable, more to come
- TODO:
    - fix all FIXMEs
    - implement the logo and time settings completely
    - implement l10n
    - fix 10.3 compatibility (runs under Tiger only atm)
    - save the preferences, if requested
    - close a current vout and re-open it, when a filter is (de-)activated
    - redesign the GUI to a smaller panel

18 years agoShould fix playlist scrolling
Clément Stenac [Sat, 3 Dec 2005 13:34:40 +0000 (13:34 +0000)]
Should fix playlist scrolling

playlist-current must not be handled by a full rebuild but by two item updates, on oldval (to remove its playing status) and newval (to give it playing status)

18 years ago* forgot to add the new files...
Cyril Deguet [Sat, 3 Dec 2005 11:44:57 +0000 (11:44 +0000)]
* forgot to add the new files...

18 years ago* all: support of animated bitmaps in skins: there are new attributes
Cyril Deguet [Sat, 3 Dec 2005 11:43:35 +0000 (11:43 +0000)]
* all: support of animated bitmaps in skins: there are new attributes
  "nbFrames" and "fps" in the (Sub)Bitmap elements to set the number
  of frames and the frame rate in a bitmap. As in the radialslider,
  the different frames are just laid vertically in the bitamp (and
  all the frames must have the same size)
  At the moment animated bitmaps are only supported in Button controls.

18 years agoAdd a checkRemove method to CmdGeneric.
Clément Stenac [Sat, 3 Dec 2005 11:40:40 +0000 (11:40 +0000)]
Add a checkRemove method to CmdGeneric.
It is called by asyncqueue if remove flag is true, to let the newly added command check if it wants its predecessors to be removed.

Default is to always allow. Only implemented in CmdPlaytreeUpdate: only remove previous commands if they are about the same item.

-> Limit excess updates to playtree

(There are some debug messages left in this commit, will remove later)

18 years ago* modules/gui/wxwidgets: wxwidgets 2.4.2 compilation fixes as suggested by Charlie...
Gildas Bazin [Fri, 2 Dec 2005 22:00:52 +0000 (22:00 +0000)]
* modules/gui/wxwidgets: wxwidgets 2.4.2 compilation fixes as suggested by Charlie Ledogar (charlie10 at gmail dot com)

18 years ago* modules/gui/wxwidgets: use a wxSplitterWindow to display the embedded playlist.
Gildas Bazin [Fri, 2 Dec 2005 20:50:37 +0000 (20:50 +0000)]
* modules/gui/wxwidgets: use a wxSplitterWindow to display the embedded playlist.

18 years agoall: restored missing patches (mostly for BeOS)
Damien Fouilleul [Fri, 2 Dec 2005 16:27:40 +0000 (16:27 +0000)]
all: restored missing patches (mostly for BeOS)

18 years agoDon't notify playlist from input, input does it already
Clément Stenac [Fri, 2 Dec 2005 14:55:31 +0000 (14:55 +0000)]
Don't notify playlist from input, input does it already

The previous commit and this one globally have a rather negative impact, as we notify playlist waaayy too much while adding info. Should either be implemented in interface to reduce the number of updates, or as a flag to add_info if we have some more to do afterwards

18 years agoFix playlist notification in input
Clément Stenac [Fri, 2 Dec 2005 14:49:57 +0000 (14:49 +0000)]
Fix playlist notification in input

18 years agoDon't preparse item on playing it
Clément Stenac [Fri, 2 Dec 2005 14:48:57 +0000 (14:48 +0000)]
Don't preparse item on playing it

18 years agodvdnav.patch: updated dvdnav-config.in to include dvdread lib
Damien Fouilleul [Fri, 2 Dec 2005 09:59:04 +0000 (09:59 +0000)]
dvdnav.patch: updated dvdnav-config.in to include dvdread lib

18 years agodvdnav.c: replace %lld printf formating with I64Fd
Damien Fouilleul [Fri, 2 Dec 2005 00:48:22 +0000 (00:48 +0000)]
dvdnav.c: replace %lld printf formating with I64Fd

18 years agoall: use libdvdnav builtin dvdread source rather than the standalone version
Damien Fouilleul [Fri, 2 Dec 2005 00:45:14 +0000 (00:45 +0000)]
all: use libdvdnav builtin dvdread source rather than the standalone version
     consolidated all dvdnav/dvdread patches into a single patch

18 years ago* modules/gui/wxwidgets: start of a playlist_manager widget.
Gildas Bazin [Fri, 2 Dec 2005 00:25:52 +0000 (00:25 +0000)]
* modules/gui/wxwidgets: start of a playlist_manager widget.
   This is based on code from the current playlist dialog but this dialog should eventually make use of the widget as well (when enough features have been implemented).

18 years ago * doc/skins/skins2-howto.xml: Documented the new attributes of the Text
Olivier Teulière [Thu, 1 Dec 2005 22:30:39 +0000 (22:30 +0000)]
 * doc/skins/skins2-howto.xml: Documented the new attributes of the Text
   control, and fixed a few details

18 years agoExtra/contrib: Fix goom
Christophe Mutricy [Thu, 1 Dec 2005 22:09:45 +0000 (22:09 +0000)]
Extra/contrib: Fix goom
-Cette ligne, et les suivantes ci-dessous, seront ignorées--

M    src/Makefile

18 years ago* modules/gui/wxwidgets/interface.cpp: slightly smaller interface size.
Gildas Bazin [Thu, 1 Dec 2005 21:03:00 +0000 (21:03 +0000)]
* modules/gui/wxwidgets/interface.cpp: slightly smaller interface size.

18 years ago* modules/gui/wxwidgets: fixes and improvements to the main interface code.
Gildas Bazin [Thu, 1 Dec 2005 19:03:28 +0000 (19:03 +0000)]
* modules/gui/wxwidgets: fixes and improvements to the main interface code.

18 years ago* modules/audio_filter/converter/a52tospdif.c: remove useless cruft.
Gildas Bazin [Thu, 1 Dec 2005 19:01:48 +0000 (19:01 +0000)]
* modules/audio_filter/converter/a52tospdif.c: remove useless cruft.

18 years ago* Support little endian streams on Big endian output. In theory at least, the Mendels...
Derk-Jan Hartman [Thu, 1 Dec 2005 17:09:00 +0000 (17:09 +0000)]
* Support little endian streams on Big endian output. In theory at least, the Mendelssohn_2.wav sample never worked for me. I think the dtssys demuxer has an endianness issue (probably in the header code or something). In my opinion the dtssys demux should only output big endian streams, because all DTS is generally big endian. It's just that .wav often isn't.

18 years agomodules/misc/dummy/decoder.c: Dummily decode subtitle tracks as well.
Sigmund Augdal Helberg [Thu, 1 Dec 2005 17:01:02 +0000 (17:01 +0000)]
modules/misc/dummy/decoder.c: Dummily decode subtitle tracks as well.
And just crash

18 years agoFix the a52 spdif filter, add big endian support to the DTS filter and add big endian...
Derk-Jan Hartman [Thu, 1 Dec 2005 16:14:18 +0000 (16:14 +0000)]
Fix the a52 spdif filter, add big endian support to the DTS filter and add big endian support to the coreaudio module. Now if you use the coreaudio module, you can output encoded audio on the G5 and other systems. PLEASE check that your SPDIF support is not broken after this.

18 years ago* fixed the compilation on OSX when using our source-code-package and no svn checkout
Felix Paul Kühne [Thu, 1 Dec 2005 15:02:02 +0000 (15:02 +0000)]
* fixed the compilation on OSX when using our source-code-package and no svn checkout

18 years ago* Introduce 'spdb' the big endian variant of 'spdi' output. This will be needed for...
Derk-Jan Hartman [Thu, 1 Dec 2005 14:12:16 +0000 (14:12 +0000)]
* Introduce 'spdb' the big endian variant of 'spdi' output. This will be needed for the encoded audio output on the PowerMac G5. Only A52 is supported so far. DTS support will follow later. (As well as the actual OSX output changes)

18 years ago* modules/gui/wxwidgets: massive cleanup and simplification of the main interface...
Gildas Bazin [Wed, 30 Nov 2005 23:56:51 +0000 (23:56 +0000)]
* modules/gui/wxwidgets: massive cleanup and simplification of the main interface code.

18 years agoFix x264 compilation
Christophe Mutricy [Wed, 30 Nov 2005 22:03:40 +0000 (22:03 +0000)]
Fix x264 compilation

18 years agoRepair "make dist"
Christophe Mutricy [Wed, 30 Nov 2005 20:05:31 +0000 (20:05 +0000)]
Repair "make dist"

18 years ago* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks (no, really).
Gildas Bazin [Wed, 30 Nov 2005 19:16:27 +0000 (19:16 +0000)]
* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks (no, really).

18 years ago* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks.
Gildas Bazin [Wed, 30 Nov 2005 17:52:41 +0000 (17:52 +0000)]
* modules/demux/mp4/mp4.c: fixed bug with some HE-AAC audio tracks.

18 years agoSupport for CAM modules on dvb-s cards using the high-level CI api from
Sigmund Augdal Helberg [Wed, 30 Nov 2005 10:04:44 +0000 (10:04 +0000)]
Support for CAM modules on dvb-s cards using the high-level CI api from
linux-dvb. This currently mean Twinhan cards and clones.

There are three compile time switches currently available to people who
want to test this:

RESET_CAM_SLOTS can be defined to 0 to disable the CA_RESET call at
startup. This greatly improves startup time for my cam at least.

HLCI_WAIT_CAM_READY can be defined to 1 to enable a loop that waits
untill the cam module is ready. This may take a long time (at least if
RESET_CAM_SLOTS is set), and does not happen at all under some error
conditions.

CAM_PROG_MAX is a limit on the number of programs the code will send
CAPMT messages for. This can be used to work around buggy cam/card
combos that have issues when too many capmts are added.

Hopefully this doesn't break the low level CAM support

18 years ago* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support for when ffmpeg increases...
Gildas Bazin [Wed, 30 Nov 2005 07:35:30 +0000 (07:35 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: add BMP codec support for when ffmpeg increases their libavcodec version number.

18 years agoAdd ability to log to syslog (Closes:#334)
Clément Stenac [Tue, 29 Nov 2005 23:12:52 +0000 (23:12 +0000)]
Add ability to log to syslog (Closes:#334)

18 years agoMakefile: libcaca configure does detect mingw properly under cygwin, give it a hand
Damien Fouilleul [Tue, 29 Nov 2005 23:02:17 +0000 (23:02 +0000)]
Makefile: libcaca configure does detect mingw properly under cygwin, give it a hand

18 years agoRemove SLP (Closes:#434)
Clément Stenac [Tue, 29 Nov 2005 22:22:14 +0000 (22:22 +0000)]
Remove SLP (Closes:#434)

18 years ago * po/fr.po: Fixed a little error, reported on the forums by "frenchynomatter".
Olivier Teulière [Tue, 29 Nov 2005 19:26:08 +0000 (19:26 +0000)]
 * po/fr.po: Fixed a little error, reported on the forums by "frenchynomatter".
   (http://forum.videolan.org/viewtopic.php?p=44548)

18 years agodshow.cpp: fixed a potentatial crash, some memory was released twice
Damien Fouilleul [Tue, 29 Nov 2005 19:20:12 +0000 (19:20 +0000)]
dshow.cpp: fixed a potentatial crash, some memory was released twice

18 years ago* winamp2.xml: fix the resize control of the playlist small layout
Cyril Deguet [Tue, 29 Nov 2005 18:44:11 +0000 (18:44 +0000)]
* winamp2.xml: fix the resize control of the playlist small layout

18 years agoFix discrepency when in CyberLink precompile test
Rémi Denis-Courmont [Tue, 29 Nov 2005 17:10:05 +0000 (17:10 +0000)]
Fix discrepency when in CyberLink precompile test

18 years agoadd aspect ratio, crop and deinterlace hotkeys. fixes #442
Antoine Cellerier [Tue, 29 Nov 2005 16:20:33 +0000 (16:20 +0000)]
add aspect ratio, crop and deinterlace hotkeys. fixes #442

18 years agoall: updated activex control to use new cone design
Damien Fouilleul [Tue, 29 Nov 2005 15:25:20 +0000 (15:25 +0000)]
all: updated activex control to use new cone design

18 years agodefault disable windows context menu VLC entries
Antoine Cellerier [Tue, 29 Nov 2005 15:16:15 +0000 (15:16 +0000)]
default disable windows context menu VLC entries

18 years agowin32 stdout fix by Polyphem
Antoine Cellerier [Tue, 29 Nov 2005 14:44:22 +0000 (14:44 +0000)]
win32 stdout fix by Polyphem
http://forum.videolan.org/viewtopic.php?t=14251

18 years ago* fix transcoding using H.264 / H.263. The change in the wx-intf needs testing.
Felix Paul Kühne [Tue, 29 Nov 2005 14:06:52 +0000 (14:06 +0000)]
* fix transcoding using H.264 / H.263. The change in the wx-intf needs testing.

18 years agovout.h: missing header settings that should have been committed with r13443
Damien Fouilleul [Tue, 29 Nov 2005 11:01:03 +0000 (11:01 +0000)]
vout.h: missing header settings that should have been committed with r13443

18 years agoTrunk - Don't detect avahi versions we can't support - Patch by Diego "Flameeyes...
Clément Stenac [Tue, 29 Nov 2005 08:58:34 +0000 (08:58 +0000)]
Trunk - Don't detect avahi versions we can't support - Patch by Diego "Flameeyes" Pettenò

18 years agoadd the magnify filter to the list
Antoine Cellerier [Tue, 29 Nov 2005 01:22:41 +0000 (01:22 +0000)]
add the magnify filter to the list

18 years agosvn propset svn:keywords Id
Antoine Cellerier [Mon, 28 Nov 2005 23:46:27 +0000 (23:46 +0000)]
svn propset svn:keywords Id

18 years agosvn propset svn:keywords Id
Antoine Cellerier [Mon, 28 Nov 2005 23:33:48 +0000 (23:33 +0000)]
svn propset svn:keywords Id

18 years agodirectx.c: disable screensaver by temporarily resetting screensaver system settings
Damien Fouilleul [Mon, 28 Nov 2005 22:02:13 +0000 (22:02 +0000)]
directx.c: disable screensaver by temporarily resetting screensaver system settings

18 years agosynch with 0.8.4 tag
Antoine Cellerier [Mon, 28 Nov 2005 21:23:27 +0000 (21:23 +0000)]
synch with 0.8.4 tag

18 years ago * skins2: The Image control now supports the "action2" attribute (feel free to
Olivier Teulière [Mon, 28 Nov 2005 21:01:07 +0000 (21:01 +0000)]
 * skins2: The Image control now supports the "action2" attribute (feel free to
   suggest a better name :)), triggered by a double click.
   Very kewl to change the layout...

18 years agox264-svn-win32.patch: updated for x264 rev 380
Damien Fouilleul [Mon, 28 Nov 2005 17:33:12 +0000 (17:33 +0000)]
x264-svn-win32.patch: updated for x264 rev 380
Makefile: more cygwin related fixes

18 years agoiIgnore version.c in pofiles generation
Clément Stenac [Mon, 28 Nov 2005 16:14:34 +0000 (16:14 +0000)]
iIgnore version.c in pofiles generation

18 years agoRemove non-existant src/misc/version.c from POTFILES
Rémi Denis-Courmont [Mon, 28 Nov 2005 16:03:33 +0000 (16:03 +0000)]
Remove non-existant src/misc/version.c from POTFILES
DO NOT ADD IT AGAIN - YOU WERE WARNED!

18 years agoUse strdup() instead of malloc()/sprintf(), and fix off-by-one overflow
Rémi Denis-Courmont [Mon, 28 Nov 2005 09:26:56 +0000 (09:26 +0000)]
Use strdup() instead of malloc()/sprintf(), and fix off-by-one overflow
Please test.

18 years agoFix format string would-be vulnerability (the macro is never actually used)
Rémi Denis-Courmont [Mon, 28 Nov 2005 09:25:33 +0000 (09:25 +0000)]
Fix format string would-be vulnerability (the macro is never actually used)
reported by Diego 'Flameeyes' Pettenò (gentoo.org)

18 years ago* Hopefully fix a52 over spdif with alsa (at least, there is no error anymore)
Benjamin Pracht [Sun, 27 Nov 2005 23:28:55 +0000 (23:28 +0000)]
* Hopefully fix a52 over spdif with alsa (at least, there is no error anymore)

* If anybody has the appropriate hardware, PLEASE test

(this is broken in 0.8.4, do we make a 0.8.4a for linux, along with the hal fixes ?)

18 years ago* extras/contrib/src/Patches/zlib.patch: updated for wince.
Gildas Bazin [Sun, 27 Nov 2005 19:10:01 +0000 (19:10 +0000)]
* extras/contrib/src/Patches/zlib.patch: updated for wince.

18 years ago * share/skins2/winamp2.xml: same fix for other controls
Olivier Teulière [Sun, 27 Nov 2005 18:49:49 +0000 (18:49 +0000)]
 * share/skins2/winamp2.xml: same fix for other controls

18 years ago * share/skins2/winamp2.xml: Fixed a Text control
Olivier Teulière [Sun, 27 Nov 2005 18:47:39 +0000 (18:47 +0000)]
 * share/skins2/winamp2.xml: Fixed a Text control

18 years ago* modules/codec/ffmpeg/video.c: use frame-rate from container, if available (Closes...
Gildas Bazin [Sun, 27 Nov 2005 18:38:51 +0000 (18:38 +0000)]
* modules/codec/ffmpeg/video.c: use frame-rate from container, if available (Closes:#428).

18 years ago * share/skins2/winamp2.xml: Use the new resizeE feature for the resizing
Olivier Teulière [Sun, 27 Nov 2005 18:15:23 +0000 (18:15 +0000)]
 * share/skins2/winamp2.xml: Use the new resizeE feature for the resizing
   control of the playlist, in the small layout.

18 years ago * skins2/controls/ctrl_resize.cpp: The action of a Image control can now be
Olivier Teulière [Sun, 27 Nov 2005 18:13:23 +0000 (18:13 +0000)]
 * skins2/controls/ctrl_resize.cpp: The action of a Image control can now be
   resizeS or resizeE, in addition to the good old resizeSE.

18 years ago* extras/contrib: wince ffmpeg fixes + faad support.
Gildas Bazin [Sun, 27 Nov 2005 17:51:56 +0000 (17:51 +0000)]
* extras/contrib: wince ffmpeg fixes + faad support.

18 years ago* added credit for the new icon
Felix Paul Kühne [Sun, 27 Nov 2005 16:32:06 +0000 (16:32 +0000)]
* added credit for the new icon

18 years ago* winamp2.xml: fixed 13419 (don't work at least for "chaos")
Cyril Deguet [Sun, 27 Nov 2005 16:19:45 +0000 (16:19 +0000)]
* winamp2.xml: fixed 13419 (don't work at least for "chaos")

18 years ago* all: added a new variable "equalizer.preamp" (self-explanatory ;) in skins
Cyril Deguet [Sun, 27 Nov 2005 16:01:53 +0000 (16:01 +0000)]
* all: added a new variable "equalizer.preamp" (self-explanatory ;) in skins
* winamp2.xml: added preamp slider and fixed offsets

18 years agoImrpove description of http-continuous (Closes:#409)
Clément Stenac [Sun, 27 Nov 2005 15:57:28 +0000 (15:57 +0000)]
Imrpove description of http-continuous (Closes:#409)

18 years ago * skins2/*: cosmetic changes
Olivier Teulière [Sun, 27 Nov 2005 15:54:26 +0000 (15:54 +0000)]
 * skins2/*: cosmetic changes

18 years ago * share/skins2/winamp2.xml: fixed the images of the playlist buttons
Olivier Teulière [Sun, 27 Nov 2005 15:29:55 +0000 (15:29 +0000)]
 * share/skins2/winamp2.xml: fixed the images of the playlist buttons

18 years agoBah.. Fix HAL in libvlc
Clément Stenac [Sun, 27 Nov 2005 15:27:52 +0000 (15:27 +0000)]
Bah.. Fix HAL in libvlc

18 years agotypo fix
Antoine Cellerier [Sun, 27 Nov 2005 14:56:54 +0000 (14:56 +0000)]
typo fix

18 years ago * share/skins2/winamp2.xml:
Olivier Teulière [Sun, 27 Nov 2005 14:54:02 +0000 (14:54 +0000)]
 * share/skins2/winamp2.xml:
   - added the smaller version of the time slider used in some skins
   - made all the IDs unique

18 years ago * skins2/src/theme.cpp: allow specifying lists of IDs for bitmaps and fonts,
Olivier Teulière [Sun, 27 Nov 2005 14:42:02 +0000 (14:42 +0000)]
 * skins2/src/theme.cpp: allow specifying lists of IDs for bitmaps and fonts,
   in controls. The first valid one will be used. This is particularly useful
   for winamp skin, where you cannot know in advance the size of some images,
   so you can define 2 bitmaps, but only one control.

18 years ago * skins2/controls/ctrl_image.cpp: fixed a resizing bug.
Olivier Teulière [Sun, 27 Nov 2005 13:27:57 +0000 (13:27 +0000)]
 * skins2/controls/ctrl_image.cpp: fixed a resizing bug.
   A CtrlImage resized with the mosaic method didn't catch events outside of
   the initial (before resizing) size.

18 years ago * skins2/parser/interpreter.cpp: cosmetic change
Olivier Teulière [Sun, 27 Nov 2005 13:24:02 +0000 (13:24 +0000)]
 * skins2/parser/interpreter.cpp: cosmetic change

18 years ago* extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated patch.
Gildas Bazin [Sun, 27 Nov 2005 13:15:39 +0000 (13:15 +0000)]
* extras/contrib/src/Patches/ffmpeg-cvs-wince.patch: updated patch.

18 years agosvn:ignore
Yoann Peronneau [Sun, 27 Nov 2005 11:34:07 +0000 (11:34 +0000)]
svn:ignore

18 years agoFix new HAL interaction
Clément Stenac [Sun, 27 Nov 2005 11:30:14 +0000 (11:30 +0000)]
Fix new HAL interaction

18 years ago* Fix typo
Yoann Peronneau [Sun, 27 Nov 2005 11:13:53 +0000 (11:13 +0000)]
* Fix typo

18 years agoDon't display in OS X either. Needs to be checked
Clément Stenac [Sun, 27 Nov 2005 10:44:00 +0000 (10:44 +0000)]
Don't display in OS X either. Needs to be checked

18 years ago* Improve strings for jumps
Clément Stenac [Sun, 27 Nov 2005 10:43:19 +0000 (10:43 +0000)]
* Improve strings for jumps
* Move jump size definitions to libvlc to avoid having 2 categories (still need to move bookmarks)
* Don't show bookmarks settings in GUI - speeds up dramatically config panel creation

18 years agoadded svn keywords
Jean-Paul Saman [Sun, 27 Nov 2005 09:38:34 +0000 (09:38 +0000)]
added svn keywords

18 years agoupdate copyright and svn Id property
Antoine Cellerier [Sat, 26 Nov 2005 22:46:55 +0000 (22:46 +0000)]
update copyright and svn Id property

18 years agosvn:ignore
Clément Stenac [Sat, 26 Nov 2005 22:41:16 +0000 (22:41 +0000)]
svn:ignore