]> git.sesse.net Git - vlc/log
vlc
17 years agoReenables D-Bus one instance code, without needing to modify libvlc structs
Rafaël Carré [Tue, 21 Nov 2006 21:13:42 +0000 (21:13 +0000)]
Reenables D-Bus one instance code, without needing to modify libvlc structs
Outputs an error and continue if D-Bus control isn't enabled on the first instance
Removes unneeded NewInstance signal
Closes #505

17 years agoCosmetic fixes
Rémi Denis-Courmont [Tue, 21 Nov 2006 21:05:50 +0000 (21:05 +0000)]
Cosmetic fixes

17 years agoQt4: Small change in order to not have Sout and Stream Info open when you click on...
Jean-Baptiste Kempf [Tue, 21 Nov 2006 20:43:47 +0000 (20:43 +0000)]
Qt4: Small change in order to not have Sout and Stream Info open when you click on Info...

17 years agoReturn DIR from utf8_open to avoid casting bugs
Rémi Denis-Courmont [Tue, 21 Nov 2006 20:42:33 +0000 (20:42 +0000)]
Return DIR from utf8_open to avoid casting bugs

17 years agoSome more cleanup
Rémi Denis-Courmont [Tue, 21 Nov 2006 20:37:44 +0000 (20:37 +0000)]
Some more cleanup

17 years agoDo not define constant manually without platform check!
Rémi Denis-Courmont [Tue, 21 Nov 2006 20:34:51 +0000 (20:34 +0000)]
Do not define constant manually without platform check!
(and even, it pretty much sucks as we have seen already)
Should fix compilation on FreeBSD+glibc.

17 years agoSuppress duplicated msleep() code
Rémi Denis-Courmont [Tue, 21 Nov 2006 18:44:12 +0000 (18:44 +0000)]
Suppress duplicated msleep() code

17 years agoFix the absolute POSIX timer and use it
Rémi Denis-Courmont [Tue, 21 Nov 2006 18:40:42 +0000 (18:40 +0000)]
Fix the absolute POSIX timer and use it

17 years agoFix segmentation fault at ffmpeg startup (fixes #858)
Rémi Denis-Courmont [Tue, 21 Nov 2006 18:23:55 +0000 (18:23 +0000)]
Fix segmentation fault at ffmpeg startup (fixes #858)

17 years agoAdd missing header
Rémi Denis-Courmont [Tue, 21 Nov 2006 17:08:45 +0000 (17:08 +0000)]
Add missing header

17 years agoDon't use an infinite number of timers
Rafaël Carré [Tue, 21 Nov 2006 17:05:38 +0000 (17:05 +0000)]
Don't use an infinite number of timers
Fixes dialog size, add tooltip

17 years agoFix typo
Rémi Denis-Courmont [Tue, 21 Nov 2006 17:04:07 +0000 (17:04 +0000)]
Fix typo

17 years agoFix warning, and make config_end constant
Rémi Denis-Courmont [Tue, 21 Nov 2006 16:55:36 +0000 (16:55 +0000)]
Fix warning, and make config_end constant

17 years agoRevert [17878], that must not be made in libvlc, but rather in vlc
Rafaël Carré [Tue, 21 Nov 2006 16:47:14 +0000 (16:47 +0000)]
Revert [17878], that must not be made in libvlc, but rather in vlc
Need to get command line options in vlc.c (ref #505)

17 years agoFix abusive redefinition of implicit make rules
Rémi Denis-Courmont [Tue, 21 Nov 2006 16:46:49 +0000 (16:46 +0000)]
Fix abusive redefinition of implicit make rules

17 years agoFix automake directory variable (actually remove superfluous definition).
Rémi Denis-Courmont [Tue, 21 Nov 2006 16:42:07 +0000 (16:42 +0000)]
Fix automake directory variable (actually remove superfluous definition).
You cannot create directory variable that way and expect it to work;
if you *actually* need a directory variable, it would have to be fooexecdir
rather than foodir otherwise automake thinks it's a data directory.

17 years agoCleanup
Rémi Denis-Courmont [Tue, 21 Nov 2006 16:39:59 +0000 (16:39 +0000)]
Cleanup

17 years agoUnref D-Bus connections when not using them anymore
Rafaël Carré [Tue, 21 Nov 2006 16:34:02 +0000 (16:34 +0000)]
Unref D-Bus connections when not using them anymore

17 years agoFixes input position display
Rafaël Carré [Tue, 21 Nov 2006 15:59:50 +0000 (15:59 +0000)]
Fixes input position display

17 years agoRevert [17900] as it doesn't harm to specify --target
Rafaël Carré [Tue, 21 Nov 2006 15:58:36 +0000 (15:58 +0000)]
Revert [17900] as it doesn't harm to specify --target

17 years agoFixes, kill, and bury #857
Rafaël Carré [Tue, 21 Nov 2006 15:54:38 +0000 (15:54 +0000)]
Fixes, kill, and bury #857

17 years agoUses dbus flags to build libvlc (fixes #857)
Rafaël Carré [Tue, 21 Nov 2006 14:33:31 +0000 (14:33 +0000)]
Uses dbus flags to build libvlc (fixes #857)

17 years agoImplement input position control
Rafaël Carré [Tue, 21 Nov 2006 14:31:01 +0000 (14:31 +0000)]
Implement input position control

17 years agoRevert broken [17908:17910]
Rémi Denis-Courmont [Tue, 21 Nov 2006 12:46:06 +0000 (12:46 +0000)]
Revert broken [17908:17910]

17 years agoImplement Volume control
Rafaël Carré [Tue, 21 Nov 2006 12:06:37 +0000 (12:06 +0000)]
Implement Volume control

17 years agoRewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling...
Jean-Paul Saman [Tue, 21 Nov 2006 10:46:12 +0000 (10:46 +0000)]
Rewrote internal RTCP to support multiple client connections. TODO: rtcp scheduling function, server socket, hooking it up with RTP stream_out connections.

17 years agoUse only wide char functions, on win9x too
Rafaël Carré [Tue, 21 Nov 2006 10:26:29 +0000 (10:26 +0000)]
Use only wide char functions, on win9x too
win9x testers, raise your hand

17 years agoUse non wide char functions on windows 9x
Rafaël Carré [Tue, 21 Nov 2006 06:26:41 +0000 (06:26 +0000)]
Use non wide char functions on windows 9x

17 years agoUnicode support in directory access on windows. Patch by xxcv. Untested.
Rafaël Carré [Tue, 21 Nov 2006 05:58:55 +0000 (05:58 +0000)]
Unicode support in directory access on windows. Patch by xxcv. Untested.

17 years agoCorrect method signature
Rafaël Carré [Tue, 21 Nov 2006 05:40:58 +0000 (05:40 +0000)]
Correct method signature

17 years agoDebug messages shouldn't be shown with printf
Rafaël Carré [Tue, 21 Nov 2006 03:53:22 +0000 (03:53 +0000)]
Debug messages shouldn't be shown with printf

17 years ago*Qt4-Open: Hide by defaults.
Jean-Baptiste Kempf [Tue, 21 Nov 2006 02:20:46 +0000 (02:20 +0000)]
*Qt4-Open: Hide by defaults.

17 years agoRemoves vorbis header since taglib isn't used to parse ogg vorbis meta data at the...
Rafaël Carré [Tue, 21 Nov 2006 02:15:09 +0000 (02:15 +0000)]
Removes vorbis header since taglib isn't used to parse ogg vorbis meta data at the moment

17 years agoQt4: ExtraAudioToggle
Jean-Baptiste Kempf [Tue, 21 Nov 2006 02:15:04 +0000 (02:15 +0000)]
Qt4: ExtraAudioToggle

17 years agoCorrects indentation
Rafaël Carré [Tue, 21 Nov 2006 02:13:48 +0000 (02:13 +0000)]
Corrects indentation

17 years agoArtist, Album and Track musicbrainz IDs detection
Rafaël Carré [Tue, 21 Nov 2006 01:57:47 +0000 (01:57 +0000)]
Artist, Album and Track musicbrainz IDs detection

17 years ago--target is only used when building a compiler
Rafaël Carré [Tue, 21 Nov 2006 01:00:38 +0000 (01:00 +0000)]
--target is only used when building a compiler

17 years agoAdd a flag for config option to mark it as unsaveable. Refs #856 (Still need to test...
Christophe Mutricy [Mon, 20 Nov 2006 22:16:35 +0000 (22:16 +0000)]
Add a flag for config option to mark it as unsaveable. Refs #856 (Still need to test on a win box).

17 years agoQt4: Just a toggle test for the advanced Panel.
Jean-Baptiste Kempf [Mon, 20 Nov 2006 19:38:21 +0000 (19:38 +0000)]
Qt4: Just a toggle test for the advanced Panel.

17 years agooops, tab expansion is a bad thing on Makefile
Damien Fouilleul [Mon, 20 Nov 2006 15:22:37 +0000 (15:22 +0000)]
oops, tab expansion is a bad thing on Makefile

17 years agocontribs: force --target, --build and --host whether cross compiling or not to get...
Damien Fouilleul [Mon, 20 Nov 2006 15:16:54 +0000 (15:16 +0000)]
contribs: force --target, --build and --host whether cross compiling or not to get around some configure script bugs

17 years agoAdd dbus-vlc.py to dist
Rafaël Carré [Mon, 20 Nov 2006 10:34:33 +0000 (10:34 +0000)]
Add dbus-vlc.py to dist

17 years agoInclude sample D-Bus controller
Rafaël Carré [Mon, 20 Nov 2006 10:22:50 +0000 (10:22 +0000)]
Include sample D-Bus controller

17 years agoInclude xvmc plugin in the build system
Christophe Mutricy [Mon, 20 Nov 2006 10:03:22 +0000 (10:03 +0000)]
Include xvmc plugin in the build system

17 years agoUses playlist facilities
Rafaël Carré [Mon, 20 Nov 2006 09:21:33 +0000 (09:21 +0000)]
Uses playlist facilities
Doesn't lock the playlist if unneeded

17 years agoFilters '/' characters in tags, to create valid filenames
Rafaël Carré [Mon, 20 Nov 2006 06:41:52 +0000 (06:41 +0000)]
Filters '/' characters in tags, to create valid filenames

17 years agoUpdates old documentation a bit
Rafaël Carré [Mon, 20 Nov 2006 05:28:45 +0000 (05:28 +0000)]
Updates old documentation a bit

17 years ago* Quick fix when transcoding and resampling mono audio tracks.
Benjamin Pracht [Mon, 20 Nov 2006 05:09:23 +0000 (05:09 +0000)]
* Quick fix when transcoding and resampling mono audio tracks.
* The transcode module should be reviewed: all the the fields in p
_enc->fmt_in are not set, it seems

17 years agoIgnore empty vorbis comments (closes #704)
Rafaël Carré [Mon, 20 Nov 2006 04:49:59 +0000 (04:49 +0000)]
Ignore empty vorbis comments (closes #704)
Comment unusued artist & album musicbrainz ids

17 years agoFixes broken D-Bus detection
Rafaël Carré [Mon, 20 Nov 2006 03:54:23 +0000 (03:54 +0000)]
Fixes broken D-Bus detection
Thanks to Daniel Stränger

17 years agoRemove Audio cds and their tracks at ejection
Rafaël Carré [Mon, 20 Nov 2006 03:53:22 +0000 (03:53 +0000)]
Remove Audio cds and their tracks at ejection
Detect audio and video on CD-R and DVD-R mediums

17 years agoWxwidgets playlist fix
Rafaël Carré [Mon, 20 Nov 2006 02:39:32 +0000 (02:39 +0000)]
Wxwidgets playlist fix

17 years ago* Qt4: added network and disk UIs to Open
Jean-Baptiste Kempf [Mon, 20 Nov 2006 01:52:35 +0000 (01:52 +0000)]
* Qt4: added network and disk UIs to Open

Still not functionnal and ugly code.

17 years agoMake update-po
Christophe Mutricy [Sun, 19 Nov 2006 23:18:13 +0000 (23:18 +0000)]
Make update-po

17 years agoi18n fixes
Christophe Mutricy [Sun, 19 Nov 2006 23:07:33 +0000 (23:07 +0000)]
i18n fixes

17 years agoremoves already done "todo"
Rafaël Carré [Sun, 19 Nov 2006 22:48:48 +0000 (22:48 +0000)]
removes already done "todo"

17 years agoInitial support of one instance mode on systems running D-Bus
Rafaël Carré [Sun, 19 Nov 2006 22:46:25 +0000 (22:46 +0000)]
Initial support of one instance mode on systems running D-Bus

17 years ago* Don't Warn on VP62 video in NSV. It's supported now, so no need to print useless...
Derk-Jan Hartman [Sun, 19 Nov 2006 22:22:14 +0000 (22:22 +0000)]
* Don't Warn on VP62 video in NSV. It's supported now, so no need to print useless info about it.

17 years ago* Fix shoutcast SD Delete. playlist is not locked.
Derk-Jan Hartman [Sun, 19 Nov 2006 22:05:53 +0000 (22:05 +0000)]
* Fix shoutcast SD Delete. playlist is not locked.

17 years agoadded normal looking playlist icon (converted to png from wx module)
Pavlov Konstantin [Sun, 19 Nov 2006 21:51:02 +0000 (21:51 +0000)]
added normal looking playlist icon (converted to png from wx module)

17 years ago* Fix OSX GUI after playlist API update
Derk-Jan Hartman [Sun, 19 Nov 2006 21:44:16 +0000 (21:44 +0000)]
* Fix OSX GUI after playlist API update

17 years ago* subtitle.c: const warning fixes
Derk-Jan Hartman [Sun, 19 Nov 2006 21:34:01 +0000 (21:34 +0000)]
* subtitle.c: const warning fixes

17 years ago* Fix CDDA module after playlist API updates
Derk-Jan Hartman [Sun, 19 Nov 2006 21:28:10 +0000 (21:28 +0000)]
* Fix CDDA module after playlist API updates
* + a const fix

17 years agoUse appropriate help text.
Antoine Cellerier [Sun, 19 Nov 2006 18:04:00 +0000 (18:04 +0000)]
Use appropriate help text.

17 years ago* configure.ac: when we use the packed attribute we really mean it so don't output...
Gildas Bazin [Sun, 19 Nov 2006 17:57:55 +0000 (17:57 +0000)]
* configure.ac: when we use the packed attribute we really mean it so don't output useless compilation warnings.

17 years ago* src/control/playlist.c: Fix typo vlc_mutex_unlokc -> vlc_mutex_unlock
Dennis van Amerongen [Sun, 19 Nov 2006 17:03:59 +0000 (17:03 +0000)]
* src/control/playlist.c: Fix typo vlc_mutex_unlokc -> vlc_mutex_unlock

17 years agoReenables device probe header
Rafaël Carré [Sun, 19 Nov 2006 16:34:09 +0000 (16:34 +0000)]
Reenables device probe header

17 years agoInput options inheritance in directory access (Closes:#353)
Clément Stenac [Sun, 19 Nov 2006 16:12:43 +0000 (16:12 +0000)]
Input options inheritance in directory access (Closes:#353)

17 years agoFixes wxwidgets compilation
Rafaël Carré [Sun, 19 Nov 2006 16:09:16 +0000 (16:09 +0000)]
Fixes wxwidgets compilation

17 years agoBeginning of implementation of art fetch when played
Clément Stenac [Sun, 19 Nov 2006 15:54:44 +0000 (15:54 +0000)]
Beginning of implementation of art fetch when played

17 years ago* Documentation belongs to the .h, step 1
Clément Stenac [Sun, 19 Nov 2006 14:37:04 +0000 (14:37 +0000)]
* Documentation belongs to the .h, step 1
* Unexported a few internal functions
  (playlist_ItemDelete, playlist_ThreadCreate, playlist_ThreadDestroy)
* Remove playlist_AddSDModules and merge its features into ServicesDiscoveryAdd
* Fix a bug in signaling of node destruction (fixes Qt source selector assertion failures)
* Disable unused generic devices probe code

17 years ago* vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer...
Dennis van Amerongen [Sun, 19 Nov 2006 14:34:36 +0000 (14:34 +0000)]
* vlc.win32.nsi.in: Add shortcuts in seperate Utilities menu through the installer for easy access to main aout, vout and intf switches. Add NEWS.txt as Release Notes.

17 years agoSmall doxygen doc fix (i hope)
Antoine Cellerier [Sun, 19 Nov 2006 14:04:06 +0000 (14:04 +0000)]
Small doxygen doc fix (i hope)

17 years agoCompile fix
Clément Stenac [Sun, 19 Nov 2006 13:33:27 +0000 (13:33 +0000)]
Compile fix

17 years agoFinish the playlist API transition (hopefully)
Clément Stenac [Sun, 19 Nov 2006 13:20:02 +0000 (13:20 +0000)]
Finish the playlist API transition (hopefully)
 - Remove a bunch of transition now-useless API.
 - Remove all playlist_Lock* functions. Matching functions now accept a
   b_locked parameter that should be set to VLC_TRUE if the playlist is
   locked when calling the function. The advantages are that it reduces
   the API bloat and that the b_locked flag can be propagated in the
   call stack
 - Remove useless playlist testsuite
 - Remove broken daap plugin (unmaintained wrt VLC API changes, relies on
   an unmaintained library, probably unable to read content from new itunes,
   ...). Implementations exist in rhythmbox, xmms2 and
   daap-sharp, we should see if a proper lib exists or if we could
   make one
 - Reduce verbosity a bit
 - Documentation

17 years agoAdds GetPlayingItem method
Rafaël Carré [Sun, 19 Nov 2006 03:43:32 +0000 (03:43 +0000)]
Adds GetPlayingItem method
Fixes Quit method
Fixes TogglePause method

17 years agosvn:propedit Id
Rafaël Carré [Sat, 18 Nov 2006 23:12:45 +0000 (23:12 +0000)]
svn:propedit Id

17 years agoAdd Next, Prev, and Stop methods
Rafaël Carré [Sat, 18 Nov 2006 22:19:40 +0000 (22:19 +0000)]
Add Next, Prev, and Stop methods

17 years agoAdd missing </method> tag
Rafaël Carré [Sat, 18 Nov 2006 20:32:12 +0000 (20:32 +0000)]
Add missing </method> tag

17 years agoAdded quit method
Rafaël Carré [Sat, 18 Nov 2006 20:26:51 +0000 (20:26 +0000)]
Added quit method

17 years ago* Don't use deprecated functions if libswscaler is present.
Derk-Jan Hartman [Sat, 18 Nov 2006 19:38:40 +0000 (19:38 +0000)]
* Don't use deprecated functions if libswscaler is present.
  - Note that these are not all replaced atm, so some functionality might be lacking
* Make the minimum version of libavcodec version 5000 (september 2005).
  - Removed all the checks for previous API versions.

17 years agoInitial support of D-Bus based control interface
Rafaël Carré [Sat, 18 Nov 2006 18:37:45 +0000 (18:37 +0000)]
Initial support of D-Bus based control interface

17 years agoOups chnage that in [17846] by mistake
Christophe Mutricy [Sat, 18 Nov 2006 13:20:29 +0000 (13:20 +0000)]
Oups chnage that in [17846] by mistake

17 years agofix for java bindings native files makefile
Filippo Carone [Sat, 18 Nov 2006 10:49:53 +0000 (10:49 +0000)]
fix for java bindings native files makefile

17 years agoAcording to the latest test wxwidgets in unicode mode works better
Christophe Mutricy [Sat, 18 Nov 2006 01:46:32 +0000 (01:46 +0000)]
Acording to the latest test wxwidgets in unicode mode works better

17 years agoFix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes...
Christophe Mutricy [Sat, 18 Nov 2006 01:32:26 +0000 (01:32 +0000)]
Fix the alignment issue in ffmpeg. Based on patch by Thorsten Jordan. Almost closes #757. Forwardport of [17595]

17 years agojvlcpanel constructor added
Filippo Carone [Sat, 18 Nov 2006 00:47:23 +0000 (00:47 +0000)]
jvlcpanel constructor added

17 years agolibvlc_playlist_add enabled
Filippo Carone [Sat, 18 Nov 2006 00:00:08 +0000 (00:00 +0000)]
libvlc_playlist_add enabled

17 years ago* Update ffmpeg contrib
Derk-Jan Hartman [Fri, 17 Nov 2006 23:59:37 +0000 (23:59 +0000)]
* Update ffmpeg contrib

17 years ago* Fix ffmpeg include's
Derk-Jan Hartman [Fri, 17 Nov 2006 23:34:45 +0000 (23:34 +0000)]
* Fix ffmpeg include's

17 years ago* Other way around of course
Derk-Jan Hartman [Fri, 17 Nov 2006 22:52:24 +0000 (22:52 +0000)]
* Other way around of course

17 years ago* Disable swscale if we don't have it installed
Derk-Jan Hartman [Fri, 17 Nov 2006 22:40:45 +0000 (22:40 +0000)]
* Disable swscale if we don't have it installed

17 years ago* Remove the old swscale files, and use the newer libswscale from ffmpeg.
Derk-Jan Hartman [Fri, 17 Nov 2006 22:18:44 +0000 (22:18 +0000)]
* Remove the old swscale files, and use the newer libswscale from ffmpeg.
  Untested and likely to break stuff

17 years agoForbid concurrent libnotify calls in multiple threads
Rafaël Carré [Fri, 17 Nov 2006 19:48:24 +0000 (19:48 +0000)]
Forbid concurrent libnotify calls in multiple threads
(Fixes #848)

17 years agotypo
Rafaël Carré [Fri, 17 Nov 2006 17:25:38 +0000 (17:25 +0000)]
typo

17 years agoShould fix API compatibility with HAL 0.5.0
Rafaël Carré [Fri, 17 Nov 2006 16:57:04 +0000 (16:57 +0000)]
Should fix API compatibility with HAL 0.5.0

17 years agoRevert wxwidgets.hpp change -- problem appears to have been that gui/wxwidgets had...
Mark Moriarty [Fri, 17 Nov 2006 02:15:07 +0000 (02:15 +0000)]
Revert wxwidgets.hpp change -- problem appears to have been that gui/wxwidgets had been getting built against non-Unicode lib.

17 years agoRemoves broken D-Bus version check
Rafaël Carré [Fri, 17 Nov 2006 00:32:48 +0000 (00:32 +0000)]
Removes broken D-Bus version check
HAVE_LIBHAL_1 means hal >= 0.5.0, which means dbus >= 0.3.0, which means HAVE_DBUS_1 and it has all required APIs

17 years ago* forwardport [17824] WAVPACK and TTA in matroska
Derk-Jan Hartman [Thu, 16 Nov 2006 23:56:47 +0000 (23:56 +0000)]
* forwardport [17824] WAVPACK and TTA in matroska

17 years ago* Forgot to commit the paranoia changes in the cddax module. see [17804]
Derk-Jan Hartman [Thu, 16 Nov 2006 23:54:55 +0000 (23:54 +0000)]
* Forgot to commit the paranoia changes in the cddax module. see [17804]
  Patch by Patrick McLean <chutzpah at gentoo d0t org>