]> git.sesse.net Git - vlc/log
vlc
17 years agoPartial compilation fix
Rémi Denis-Courmont [Wed, 22 Nov 2006 18:42:57 +0000 (18:42 +0000)]
Partial compilation fix

17 years ago- Fix today's regression in plugin cache
Rémi Denis-Courmont [Wed, 22 Nov 2006 18:15:56 +0000 (18:15 +0000)]
- Fix today's regression in plugin cache
- Fix one more old crasher in the plugin cache loader

17 years agoWork around for core target
Rémi Denis-Courmont [Wed, 22 Nov 2006 18:11:07 +0000 (18:11 +0000)]
Work around for core target

17 years agovlc.win32.nsi.in: Remove whitespace.
Dennis van Amerongen [Wed, 22 Nov 2006 17:45:58 +0000 (17:45 +0000)]
vlc.win32.nsi.in: Remove whitespace.

17 years agoFix module entry error handling
Rémi Denis-Courmont [Wed, 22 Nov 2006 17:40:47 +0000 (17:40 +0000)]
Fix module entry error handling

17 years agoFix warning
Rémi Denis-Courmont [Wed, 22 Nov 2006 17:35:08 +0000 (17:35 +0000)]
Fix warning

17 years agoAttempt to fix C++ compilation
Rémi Denis-Courmont [Wed, 22 Nov 2006 17:13:24 +0000 (17:13 +0000)]
Attempt to fix C++ compilation

17 years agoFix a bunch of old crashers in the plugin cache
Rémi Denis-Courmont [Wed, 22 Nov 2006 16:06:15 +0000 (16:06 +0000)]
Fix a bunch of old crashers in the plugin cache

17 years agoA more space conservative module_config_t
Rémi Denis-Courmont [Wed, 22 Nov 2006 15:50:29 +0000 (15:50 +0000)]
A more space conservative module_config_t

17 years agosvn:ignore
Rémi Denis-Courmont [Wed, 22 Nov 2006 15:49:35 +0000 (15:49 +0000)]
svn:ignore

17 years agoCode simplification
Rémi Denis-Courmont [Wed, 22 Nov 2006 13:28:40 +0000 (13:28 +0000)]
Code simplification

17 years ago- Fix compiler warning
Rémi Denis-Courmont [Wed, 22 Nov 2006 13:14:17 +0000 (13:14 +0000)]
- Fix compiler warning
- Fix directory separator on Windows
- Some cleanup

17 years ago- fix for locale SUBLANG definitions which conflicts with mingw headers
Damien Fouilleul [Wed, 22 Nov 2006 13:10:57 +0000 (13:10 +0000)]
- fix for locale SUBLANG definitions which conflicts with mingw headers

17 years agoFix libvlc.la dependencies
Rémi Denis-Courmont [Wed, 22 Nov 2006 13:04:00 +0000 (13:04 +0000)]
Fix libvlc.la dependencies

17 years agoGenerate libvlc.sym separately from vlc_symbols.h
Rémi Denis-Courmont [Wed, 22 Nov 2006 12:57:04 +0000 (12:57 +0000)]
Generate libvlc.sym separately from vlc_symbols.h

17 years ago- better fix for DIR typedef error
Damien Fouilleul [Wed, 22 Nov 2006 12:48:17 +0000 (12:48 +0000)]
- better fix for DIR typedef error

17 years agoit is good pratice to specify headers that define custom types
Damien Fouilleul [Wed, 22 Nov 2006 11:41:59 +0000 (11:41 +0000)]
it is good pratice to specify headers that define custom types

17 years agoio.h on mingw contains a bunch of old functions *for compatibility* which break with...
Christophe Mutricy [Wed, 22 Nov 2006 11:30:30 +0000 (11:30 +0000)]
io.h on mingw contains a bunch of old functions *for compatibility* which break with the way we deine close at closesocket. So disable all those old stuff.

17 years agoDisable building rtcp stream output module for now.
Jean-Paul Saman [Tue, 21 Nov 2006 23:08:31 +0000 (23:08 +0000)]
Disable building rtcp stream output module for now.

17 years agoNEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.
Dennis van Amerongen [Tue, 21 Nov 2006 22:38:11 +0000 (22:38 +0000)]
NEWS: Add note that Windows 9x/ME is no longer supported and include info on MSLU.

17 years ago- Save config file as UTF-8, starting with Byte-Order-Mark.
Rémi Denis-Courmont [Tue, 21 Nov 2006 22:07:45 +0000 (22:07 +0000)]
- Save config file as UTF-8, starting with Byte-Order-Mark.
- Leverage fputc().

17 years agoLook for Byte Order Mark (UTF-8 only) while loading config file.
Rémi Denis-Courmont [Tue, 21 Nov 2006 21:59:08 +0000 (21:59 +0000)]
Look for Byte Order Mark (UTF-8 only) while loading config file.
If present, assume everything is UTF-8 (obviously);
if not, assume locale charset.

17 years agoSome code cleanup
Rémi Denis-Courmont [Tue, 21 Nov 2006 21:55:59 +0000 (21:55 +0000)]
Some code cleanup

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