]> git.sesse.net Git - vlc/log
vlc
18 years ago* modules/audio_output/alsa.c: fixed minor memory leak.
Gildas Bazin [Sun, 4 Dec 2005 19:35:35 +0000 (19:35 +0000)]
* modules/audio_output/alsa.c: fixed minor memory leak.

18 years agoImprove ensureVisible
Clément Stenac [Sun, 4 Dec 2005 19:27:20 +0000 (19:27 +0000)]
Improve ensureVisible

18 years ago* modules/demux/real.c, modules/access/rtsp: fixed a bunch of memory leaks.
Gildas Bazin [Sun, 4 Dec 2005 19:13:29 +0000 (19:13 +0000)]
* modules/demux/real.c, modules/access/rtsp: fixed a bunch of memory leaks.

18 years ago * share/skins2/winamp2.xml: removed a useless control (not even working :))
Olivier Teulière [Sun, 4 Dec 2005 18:52:25 +0000 (18:52 +0000)]
 * share/skins2/winamp2.xml: removed a useless control (not even working :))

18 years ago* configure.ac: fix copy/paste artefact (silly me)
Olivier Aubert [Sun, 4 Dec 2005 18:47:26 +0000 (18:47 +0000)]
* configure.ac: fix copy/paste artefact (silly me)

18 years ago* configure.ac: new --enable-snapshot option (snapshot was previously built
Olivier Aubert [Sun, 4 Dec 2005 18:46:21 +0000 (18:46 +0000)]
* configure.ac: new --enable-snapshot option (snapshot was previously built
  with --enable-corba, but it can now be used through the python binding)

18 years ago * skins2/src/generic_layout.cpp: Fixed a resizing bug (the invisible controls
Olivier Teulière [Sun, 4 Dec 2005 18:23:30 +0000 (18:23 +0000)]
 * skins2/src/generic_layout.cpp: Fixed a resizing bug (the invisible controls
   were drawn when resizing the layout)

18 years agoimplement net_ConnectUDP() (yet to be used) to create a connected UDP socket,
Rémi Denis-Courmont [Sun, 4 Dec 2005 17:40:59 +0000 (17:40 +0000)]
implement net_ConnectUDP() (yet to be used) to create a connected UDP socket,
and stop doing different things with net_OpenUDP()

18 years ago* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up...
Gildas Bazin [Sun, 4 Dec 2005 17:36:24 +0000 (17:36 +0000)]
* modules/codec/realaudio.c: try to detect dropped subpackets so we don't screw-up the subpackets reordering.

18 years agoFix crash while drawing playlist
Clément Stenac [Sun, 4 Dec 2005 17:15:24 +0000 (17:15 +0000)]
Fix crash while drawing playlist
+ popup compile fix (bonus !)

18 years agoa52tospdif.c: fix regression in recent changes
Sigmund Augdal Helberg [Sun, 4 Dec 2005 17:10:22 +0000 (17:10 +0000)]
a52tospdif.c: fix regression in recent changes

18 years ago * share/skins2/skin.dtd: Video.autoresize defaults to true
Olivier Teulière [Sun, 4 Dec 2005 16:54:17 +0000 (16:54 +0000)]
 * share/skins2/skin.dtd: Video.autoresize defaults to true
 * doc/skins/skins2-howto.xml: Added documentation for this attribute

18 years ago * skins2/macosx/macosx_factory.cpp: compilation fix
Olivier Teulière [Sun, 4 Dec 2005 16:19:28 +0000 (16:19 +0000)]
 * skins2/macosx/macosx_factory.cpp: compilation fix

18 years ago* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave...
Gildas Bazin [Sun, 4 Dec 2005 16:16:54 +0000 (16:16 +0000)]
* modules/gui/wxwidgets: display and resizing of the embedded playlist should behave a lot better now.

18 years ago * share/skins2/winamp2.xml: Change layout on double-clicks
Olivier Teulière [Sun, 4 Dec 2005 16:01:12 +0000 (16:01 +0000)]
 * share/skins2/winamp2.xml: Change layout on double-clicks

18 years agoPopup compile fix
Clément Stenac [Sun, 4 Dec 2005 15:43:03 +0000 (15:43 +0000)]
Popup compile fix

18 years agoImprovements to playtree
Clément Stenac [Sun, 4 Dec 2005 15:35:28 +0000 (15:35 +0000)]
Improvements to playtree

* Don't expand nodes by default
* Distinguish notification types from document to view
  ( update of one item, global change, append of one item)
* Handle item-append
   - Add a command/callback
   - TODO: Only rebuild the tree image if the newly appended item is
     visible
* Rename m_lastPos to m_firstPos as it represents the first position
* Beginning of a general ensureVisible function (not working yet)

18 years ago * skins2: support for custom popup menus, and win32 implementation.
Olivier Teulière [Sun, 4 Dec 2005 14:47:26 +0000 (14:47 +0000)]
 * skins2: support for custom popup menus, and win32 implementation.
   XML example:
       <PopupMenu id="sample_menu">
           <MenuItem label="Play" action="vlc.play()" />
           <MenuItem label="Pause" action="vlc.pause()" />
           <MenuSeparator />
           <MenuItem label="Show playlist" action="playlist_window.show()" />
           <MenuItem label="Hide playlist" action="playlist_window.hide()" />
           <MenuSeparator />
           <MenuItem label="Quick open file" action="dialogs.fileSimple()" />
       </PopupMenu>

   To call the menu:
       <Button action="sample_menu.show()" ... />

   Known bug: the popup disappears when the user clicks "too fast" on the
   button: the control refreshes itself in an asynchronous way, and the popup
   dislikes it... so click slowly :)

18 years agoDetermine the RTSP control URL host dynamically, as seen from the RTSP client
Rémi Denis-Courmont [Sun, 4 Dec 2005 13:44:44 +0000 (13:44 +0000)]
Determine the RTSP control URL host dynamically, as seen from the RTSP client

18 years agoFix RC compilation from source snapshots
Rémi Denis-Courmont [Sun, 4 Dec 2005 13:05:40 +0000 (13:05 +0000)]
Fix RC compilation from source snapshots

18 years agoDo not crash on vlm command: 'new somestring vod enabled', when the user forgot ...
Jean-Paul Saman [Sun, 4 Dec 2005 12:53:53 +0000 (12:53 +0000)]
Do not crash on vlm command: 'new somestring vod enabled', when the user forgot --rtsp-host <ipaddress>:<port> on the vlc commandline.

18 years agoFix make dist
Rémi Denis-Courmont [Sun, 4 Dec 2005 12:43:10 +0000 (12:43 +0000)]
Fix make dist
Case matters when using filenames!

18 years agoAvahi 0.6 patch by Diego 'Flameeyes' Pettenò flameeyes at gentoo d0t org
Clément Stenac [Sun, 4 Dec 2005 11:54:22 +0000 (11:54 +0000)]
Avahi 0.6 patch by  Diego 'Flameeyes' Pettenò flameeyes at gentoo d0t org

Thanks.

18 years agoEnable timeshifting automatically with SAP - closes #450
Rémi Denis-Courmont [Sun, 4 Dec 2005 11:23:55 +0000 (11:23 +0000)]
Enable timeshifting automatically with SAP - closes #450
(can be disabled with an advanced option)

18 years agoFirst steps towards integrating coreaudio and auhal module into one. It does not...
Derk-Jan Hartman [Sun, 4 Dec 2005 02:14:59 +0000 (02:14 +0000)]
First steps towards integrating coreaudio and auhal module into one. It does not actually render digital audio yet.

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