]> git.sesse.net Git - vlc/log
vlc
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>

17 years ago* Forwardport [17820] and [17823]. Live contrib compile fixes.
Derk-Jan Hartman [Thu, 16 Nov 2006 23:45:52 +0000 (23:45 +0000)]
* Forwardport [17820] and [17823]. Live contrib compile fixes.

17 years agoMake java bindings compile with libtool
Filippo Carone [Thu, 16 Nov 2006 23:03:14 +0000 (23:03 +0000)]
Make java bindings compile with libtool

17 years agoFix local port number for multicast receival
Rémi Denis-Courmont [Thu, 16 Nov 2006 19:13:49 +0000 (19:13 +0000)]
Fix local port number for multicast receival

17 years agopfff... Fortunes.
Jean-Baptiste Kempf [Thu, 16 Nov 2006 14:15:36 +0000 (14:15 +0000)]
pfff... Fortunes.

17 years agoFix detection of FreeBSD version (the previous one doesn't seem to work)
Marian Durkovic [Thu, 16 Nov 2006 13:41:17 +0000 (13:41 +0000)]
Fix detection of FreeBSD version (the previous one doesn't seem to work)

17 years ago* Qt4: Display open dialog. Not yet functionnable.
Jean-Baptiste Kempf [Thu, 16 Nov 2006 03:15:54 +0000 (03:15 +0000)]
* Qt4: Display open dialog. Not yet functionnable.
Sesame...

17 years agoChanges on live555 make MacOS-X patch fail in extras/contrib.
Jean-Baptiste Kempf [Thu, 16 Nov 2006 02:39:48 +0000 (02:39 +0000)]
Changes on live555 make MacOS-X patch fail in extras/contrib.
This should repair NB.

17 years ago* Update version of libcdio. 0.78.2 is now the req. version
Derk-Jan Hartman [Thu, 16 Nov 2006 01:24:37 +0000 (01:24 +0000)]
* Update version of libcdio. 0.78.2 is now the req. version
  Patch by Patrick McLean <chutzpah at gentoo d0t org>

  contrib update by me

17 years ago* forwardport [17800]
Derk-Jan Hartman [Thu, 16 Nov 2006 00:58:47 +0000 (00:58 +0000)]
* forwardport [17800]
  Before creating symlinks, make sure the actual binaries are installed. patch by Diego Petteno

17 years ago* VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
Derk-Jan Hartman [Thu, 16 Nov 2006 00:56:40 +0000 (00:56 +0000)]
* VLC now requires libmatroska 0.7.7 because from then the libs are pic enabled.
  (no longer use libmatroska_pic ebml_pic)
  Patch by Diego Petteno, +additions by me.

17 years ago* LDLFAGS -> LDFLAGS
Derk-Jan Hartman [Wed, 15 Nov 2006 23:00:44 +0000 (23:00 +0000)]
* LDLFAGS -> LDFLAGS

17 years ago* CFAGS -> CFLAGS
Derk-Jan Hartman [Wed, 15 Nov 2006 22:59:58 +0000 (22:59 +0000)]
* CFAGS -> CFLAGS

17 years agoFixes devices removal, and crash on exit
Rafaël Carré [Wed, 15 Nov 2006 22:12:32 +0000 (22:12 +0000)]
Fixes devices removal, and crash on exit

17 years agoManages hot ejection of devices
Rafaël Carré [Wed, 15 Nov 2006 21:44:18 +0000 (21:44 +0000)]
Manages hot ejection of devices
Uses hal callbacks instead of pure D-Bus monitoring
Uses HAL >= 0.5.0 only if D-Bus >= 0.9.2 is present
(refs #99)

17 years agoforwardport [17791]:
Derk-Jan Hartman [Wed, 15 Nov 2006 20:09:15 +0000 (20:09 +0000)]
forwardport [17791]:
* libc.c: Also define the lldiv function itself on FreeBSD < 5 refs #840

17 years agoFix typo
Rémi Denis-Courmont [Wed, 15 Nov 2006 19:36:26 +0000 (19:36 +0000)]
Fix typo

17 years agoUse lldiv replacement on FreeBSD < 5.0 (fixes #840)
Rémi Denis-Courmont [Wed, 15 Nov 2006 19:35:59 +0000 (19:35 +0000)]
Use lldiv replacement on FreeBSD < 5.0 (fixes #840)

17 years agopython/bindings/vlc_object.c: complete vlc_object_find parameters
Olivier Aubert [Wed, 15 Nov 2006 14:14:55 +0000 (14:14 +0000)]
python/bindings/vlc_object.c: complete vlc_object_find parameters

17 years agopython/bindings/setup.py: fix python binding building (ref. r17640)
Olivier Aubert [Wed, 15 Nov 2006 14:13:44 +0000 (14:13 +0000)]
python/bindings/setup.py: fix python binding building (ref. r17640)

17 years agoUpdate slovenian translation
Rafaël Carré [Wed, 15 Nov 2006 13:59:29 +0000 (13:59 +0000)]
Update slovenian translation

17 years agoAttempt to fix wxwidgets file open and Messages display.
Mark Moriarty [Wed, 15 Nov 2006 12:58:20 +0000 (12:58 +0000)]
Attempt to fix wxwidgets file open and Messages display.

17 years agosome news
Marian Durkovic [Wed, 15 Nov 2006 11:28:39 +0000 (11:28 +0000)]
some news

17 years agoDon't create Makefile.in in bindings/java/src
Filippo Carone [Wed, 15 Nov 2006 08:45:28 +0000 (08:45 +0000)]
Don't create Makefile.in in bindings/java/src

17 years agoAdds real-time device adding (not removal yet)
Rafaël Carré [Tue, 14 Nov 2006 23:29:28 +0000 (23:29 +0000)]
Adds real-time device adding (not removal yet)
Don't add data DVDs when possible
Only uses D-Bus code if version >= 0.9.2
(refs #99)

17 years ago* Use utf8_open for the .bin vcdimage file
Derk-Jan Hartman [Tue, 14 Nov 2006 21:59:26 +0000 (21:59 +0000)]
* Use utf8_open for the .bin vcdimage file
* Try .bin when opening a .cue, instead of trying the filename in the .cue (it's usually wrong).
  When the .bin filename fails, then look into the .cue file for a possible alternate name.
* Don't crash on non-existing cuefile's

I would like to backport some of this, but 0.8.6 doesn't have utf8_open, so I need to see what i'm gonna do with that.

17 years agouse libtool to compile java bindings. needs a cleanup (also thanks to megabug)
Filippo Carone [Tue, 14 Nov 2006 21:47:05 +0000 (21:47 +0000)]
use libtool to compile java bindings. needs a cleanup (also thanks to megabug)

17 years agoThis should fix beos linking problem
Pavlov Konstantin [Tue, 14 Nov 2006 21:22:28 +0000 (21:22 +0000)]
This should fix beos linking problem

17 years agoqt4: i really like readable debug output
Pavlov Konstantin [Tue, 14 Nov 2006 17:54:10 +0000 (17:54 +0000)]
qt4: i really like readable debug output

17 years agoClean up and avoid leak in sap decompression
Rémi Denis-Courmont [Tue, 14 Nov 2006 16:53:51 +0000 (16:53 +0000)]
Clean up and avoid leak in sap decompression

17 years agoReturns from Run() thread instead of sleeping eternally
Rafaël Carré [Tue, 14 Nov 2006 16:23:27 +0000 (16:23 +0000)]
Returns from Run() thread instead of sleeping eternally

17 years agoWindows multicast bind kludge
Rémi Denis-Courmont [Tue, 14 Nov 2006 15:52:27 +0000 (15:52 +0000)]
Windows multicast bind kludge

17 years agoFix the inclusion of extras/contrib/bin to the PATH
Christophe Mutricy [Tue, 14 Nov 2006 14:51:35 +0000 (14:51 +0000)]
Fix the inclusion of extras/contrib/bin to the PATH

17 years agopaf
Christophe Massiot [Tue, 14 Nov 2006 13:19:04 +0000 (13:19 +0000)]
paf

17 years agoAdd DivX as supported filter to DShow interface.
Jean-Paul Saman [Tue, 14 Nov 2006 09:53:03 +0000 (09:53 +0000)]
Add DivX as supported filter to DShow interface.

17 years ago* forwardport [17753]: sap sdp_t initialization
Derk-Jan Hartman [Tue, 14 Nov 2006 02:11:37 +0000 (02:11 +0000)]
* forwardport [17753]: sap sdp_t initialization
  - fix some const warnings
  - fix an "invalid" assert

17 years ago* Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the...
Derk-Jan Hartman [Mon, 13 Nov 2006 21:58:38 +0000 (21:58 +0000)]
* Allow "empty" subtitle packets. These are used to "wipe" ephemer subtitles of the screen.
  Used by mp4 and 3gpp Timed Text

17 years ago* ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files...
Derk-Jan Hartman [Mon, 13 Nov 2006 21:51:55 +0000 (21:51 +0000)]
* ps.c: Base SET_TIME on the current byteposition. This helps seeking in VBR files. Seeking forward will no longer seek backward instead.

17 years agoDon't use D-Bus with hal < 0.5.0
Rafaël Carré [Mon, 13 Nov 2006 21:14:34 +0000 (21:14 +0000)]
Don't use D-Bus with hal < 0.5.0

17 years ago* added missing -lm for plugin colorthres
Cyril Deguet [Mon, 13 Nov 2006 18:24:08 +0000 (18:24 +0000)]
* added missing -lm for plugin colorthres

17 years ago* const char warning fix
Derk-Jan Hartman [Mon, 13 Nov 2006 17:25:26 +0000 (17:25 +0000)]
* const char warning fix

17 years ago* Update wavpack libavcodec version for trunk as well. fixes #828
Derk-Jan Hartman [Mon, 13 Nov 2006 16:56:03 +0000 (16:56 +0000)]
* Update wavpack libavcodec version for trunk as well. fixes #828

17 years agoFix another bunch of warnings
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:43:19 +0000 (15:43 +0000)]
Fix another bunch of warnings

17 years agoFix warnings
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:37:26 +0000 (15:37 +0000)]
Fix warnings

17 years agoFix some warnings
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:32:37 +0000 (15:32 +0000)]
Fix some warnings

17 years agoReally fix the stat warning (tested on Mingw32)
Rémi Denis-Courmont [Mon, 13 Nov 2006 15:25:50 +0000 (15:25 +0000)]
Really fix the stat warning (tested on Mingw32)

17 years agoMove unicode argv[] fetching into system_Init
Marian Durkovic [Mon, 13 Nov 2006 14:14:09 +0000 (14:14 +0000)]
Move unicode argv[] fetching into system_Init
(before getopt_long gets the chance to reorder them)

refs 830   (close requires backport)

17 years agoupdated russian translation, make update-po
Pavlov Konstantin [Mon, 13 Nov 2006 11:20:42 +0000 (11:20 +0000)]
updated russian translation, make update-po

17 years agoproperly display translated strings in setWindowTitle in qt4 interface
Pavlov Konstantin [Mon, 13 Nov 2006 10:38:16 +0000 (10:38 +0000)]
properly display translated strings in setWindowTitle in qt4 interface

17 years agoWarn the user about missing MLDv2 support in his OS
Marian Durkovic [Mon, 13 Nov 2006 07:47:47 +0000 (07:47 +0000)]
Warn the user about missing MLDv2 support in his OS

17 years agoTry to fix the obnoxious _stati64 warning
Rémi Denis-Courmont [Sun, 12 Nov 2006 20:12:29 +0000 (20:12 +0000)]
Try to fix the obnoxious _stati64 warning

17 years agovlc-config external also includes libvlc-control
Filippo Carone [Sun, 12 Nov 2006 19:52:46 +0000 (19:52 +0000)]
vlc-config external also includes libvlc-control

17 years agoMakes configure fail on missing GL headers
Rafaël Carré [Sun, 12 Nov 2006 19:47:32 +0000 (19:47 +0000)]
Makes configure fail on missing GL headers

17 years agoDo not update gettext contrib to current CVS on MacOSX
Rafaël Carré [Sun, 12 Nov 2006 19:46:15 +0000 (19:46 +0000)]
Do not update gettext contrib to current CVS on MacOSX

17 years agop_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout
Clément Stenac [Sun, 12 Nov 2006 19:24:12 +0000 (19:24 +0000)]
p_libvlc needs b_attached = TRUE for vlc_list_find. Fixes embedded vout

17 years agoRemove another harmful FromLocale
Rémi Denis-Courmont [Sun, 12 Nov 2006 18:31:40 +0000 (18:31 +0000)]
Remove another harmful FromLocale

17 years agoFix Qt4 play button
Clément Stenac [Sun, 12 Nov 2006 18:28:37 +0000 (18:28 +0000)]
Fix Qt4 play button

17 years agoPreparse playlist items that don't have enough meta
Clément Stenac [Sun, 12 Nov 2006 18:19:49 +0000 (18:19 +0000)]
Preparse playlist items that don't have enough meta
If the item is not to be preparsed but has enough meta, mark it as preparsed

17 years agoMight fix compile
Clément Stenac [Sun, 12 Nov 2006 17:48:21 +0000 (17:48 +0000)]
Might fix compile

17 years agoDisplay --option=<value type> instead of --option <value type> on windows in usage...
Antoine Cellerier [Sun, 12 Nov 2006 17:15:15 +0000 (17:15 +0000)]
Display --option=<value type> instead of --option <value type> on windows in usage help.

17 years ago* Qt4 stream output dialog
Clément Stenac [Sun, 12 Nov 2006 17:06:24 +0000 (17:06 +0000)]
* Qt4 stream output dialog
* Fixes to the streaming chain generator
* network: don't print an error message for EINTR

17 years agoCompile fix
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:58:09 +0000 (16:58 +0000)]
Compile fix

17 years agoApply online help patch from Vincent Dimar.
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:30:09 +0000 (16:30 +0000)]
Apply online help patch from Vincent Dimar.

17 years agoForgot the symbols again
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:29:44 +0000 (16:29 +0000)]
Forgot the symbols again

17 years agoUnexport vlc_current_charset()
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:19:58 +0000 (16:19 +0000)]
Unexport vlc_current_charset()
which is superseded by the Unicode wrappers and GetFallbackEncoding

17 years agoAdd VLC_INTERNAL, like VLC_EXPORT except it does not export
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:18:31 +0000 (16:18 +0000)]
Add VLC_INTERNAL, like VLC_EXPORT except it does not export

17 years agoFix playlist unable to terminate (Closes:#829)
Clément Stenac [Sun, 12 Nov 2006 16:16:24 +0000 (16:16 +0000)]
Fix playlist unable to terminate (Closes:#829)

17 years agoRemove unused iconv handle
Rémi Denis-Courmont [Sun, 12 Nov 2006 16:05:11 +0000 (16:05 +0000)]
Remove unused iconv handle

17 years agoEven WxWidgets is entitled to const blessing
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:46:52 +0000 (15:46 +0000)]
Even WxWidgets is entitled to const blessing

17 years agoUse Latin-1 rather than local charset for ASX files
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:36:27 +0000 (15:36 +0000)]
Use Latin-1 rather than local charset for ASX files

17 years agoSuppress unused variable
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:35:45 +0000 (15:35 +0000)]
Suppress unused variable

17 years agoFix a few warnings
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:33:59 +0000 (15:33 +0000)]
Fix a few warnings

17 years agodirty fix to correctly link libvlc-control during make
Filippo Carone [Sun, 12 Nov 2006 15:32:24 +0000 (15:32 +0000)]
dirty fix to correctly link libvlc-control during make

17 years agoRemove debug message
Rémi Denis-Courmont [Sun, 12 Nov 2006 15:17:29 +0000 (15:17 +0000)]
Remove debug message