]> git.sesse.net Git - vlc/log
vlc
18 years agoImplement dock/undock for the playlist
Clément Stenac [Fri, 22 Sep 2006 16:10:16 +0000 (16:10 +0000)]
Implement dock/undock for the playlist

18 years agoSome cleanup, start integrating audio visualizations
Clément Stenac [Fri, 22 Sep 2006 15:20:02 +0000 (15:20 +0000)]
Some cleanup, start integrating audio visualizations

18 years agomediacontrol-python: implement a VLCWidget/DecoratedVLCWidget for python-gtk
Olivier Aubert [Fri, 22 Sep 2006 13:07:07 +0000 (13:07 +0000)]
mediacontrol-python: implement a VLCWidget/DecoratedVLCWidget for python-gtk

18 years ago* Fix another microdvd issue.
Derk-Jan Hartman [Fri, 22 Sep 2006 13:05:52 +0000 (13:05 +0000)]
* Fix another microdvd issue.
  - It now uses in order
   default fps == 25,
   the fps of the movie, if available.
   the fps specified in the subtitle file, if available.
   the fps specified by the user, if set.
  - Don't set it on each an every subtitle, do it globaly. (should be faster)

18 years ago* Added the info for the MSS2, MSS1, WMVA, WVP2, WMVP codecs trough dmo.
Derk-Jan Hartman [Fri, 22 Sep 2006 12:39:00 +0000 (12:39 +0000)]
* Added the info for the MSS2, MSS1, WMVA, WVP2, WMVP codecs trough dmo.
  Info was distilled from the mplayer codec config file

  closes #750

18 years agobindings/mediacontrol-python/vlc_mediacontrol.c: rename
Olivier Aubert [Fri, 22 Sep 2006 12:26:04 +0000 (12:26 +0000)]
bindings/mediacontrol-python/vlc_mediacontrol.c: rename
mc.get_instance to mc.get_vlc_instance

18 years agoFix equalizer crash
Clément Stenac [Fri, 22 Sep 2006 11:55:35 +0000 (11:55 +0000)]
Fix equalizer crash

18 years agopython bindings: changes from the libvlc API: a MediaControl can now be created from...
Olivier Aubert [Fri, 22 Sep 2006 10:43:15 +0000 (10:43 +0000)]
python bindings: changes from the libvlc API: a MediaControl can now be created from scratch (with a list of strings as parameters) or from an existing vlc.Instance. MediaControl.get_instance() return the associated vlc.Instance in all cases.

18 years agomediacontrol API: (mostly) use the new libvlc API
Olivier Aubert [Fri, 22 Sep 2006 10:37:40 +0000 (10:37 +0000)]
mediacontrol API: (mostly) use the new libvlc API

18 years agoinput.c: fixed the playback rate (0.5 is half the speed, not twice)
Damien Fouilleul [Fri, 22 Sep 2006 09:41:50 +0000 (09:41 +0000)]
input.c: fixed the playback rate (0.5 is half the speed, not twice)

18 years agoMake update-po
Christophe Mutricy [Thu, 21 Sep 2006 23:19:18 +0000 (23:19 +0000)]
Make update-po

18 years ago- ActiveX: optimized implementation of all IEnumXXX classes (more template obfuscatio...
Damien Fouilleul [Thu, 21 Sep 2006 17:01:45 +0000 (17:01 +0000)]
- ActiveX: optimized implementation of all IEnumXXX classes (more template obfuscation I'm afraid), fixed IConnectionPoints for DCOM

18 years ago * "synch" -> "sync" (gniihiihiimineeeeerveuh)
Sam Hocevar [Thu, 21 Sep 2006 15:51:31 +0000 (15:51 +0000)]
  * "synch" -> "sync" (gniihiihiimineeeeerveuh)

18 years agoRemoves --macosx-fill which has been long broken and is now replaced with the croppin...
Eric Petit [Thu, 21 Sep 2006 13:33:24 +0000 (13:33 +0000)]
Removes --macosx-fill which has been long broken and is now replaced with the cropping vars

18 years agoAutosave size/position + fix a resizing bug in the stats panel
Clément Stenac [Wed, 20 Sep 2006 23:25:28 +0000 (23:25 +0000)]
Autosave size/position + fix a resizing bug in the stats panel
Cosmetics

18 years agoA bit of cleanup in the info stuff
Clément Stenac [Wed, 20 Sep 2006 23:17:26 +0000 (23:17 +0000)]
A bit of cleanup in the info stuff

18 years agoDo not hide the video widget, as it causes some sizing trouble, just resize it
Clément Stenac [Wed, 20 Sep 2006 22:41:20 +0000 (22:41 +0000)]
Do not hide the video widget, as it causes some sizing trouble, just resize it

18 years agoCleanup
Clément Stenac [Wed, 20 Sep 2006 22:00:56 +0000 (22:00 +0000)]
Cleanup

18 years agoUpdate portuguese l10n by Ari Constancio
Christophe Mutricy [Wed, 20 Sep 2006 21:16:25 +0000 (21:16 +0000)]
Update portuguese l10n by Ari Constancio

18 years agoSome size fixes
Clément Stenac [Wed, 20 Sep 2006 21:10:53 +0000 (21:10 +0000)]
Some size fixes

18 years ago2nd try
Antoine Cellerier [Wed, 20 Sep 2006 21:10:34 +0000 (21:10 +0000)]
2nd try

18 years agopropset keywords Id
Antoine Cellerier [Wed, 20 Sep 2006 21:06:50 +0000 (21:06 +0000)]
propset keywords Id

18 years ago* Fix selection of Adjust filter. On the fly changes are still broken
Derk-Jan Hartman [Wed, 20 Sep 2006 19:53:16 +0000 (19:53 +0000)]
* Fix selection of Adjust filter. On the fly changes are still broken

18 years ago*Qt4: InfoTree for files. The timer does not function correctly yet. :D
Jean-Baptiste Kempf [Wed, 20 Sep 2006 19:37:51 +0000 (19:37 +0000)]
*Qt4: InfoTree for files. The timer does not function correctly yet. :D

18 years agobindings/mediacontrol-python/vlc_instance.c: complete the libvlc
Olivier Aubert [Wed, 20 Sep 2006 16:55:41 +0000 (16:55 +0000)]
bindings/mediacontrol-python/vlc_instance.c: complete the libvlc
bindings (vlm methods)

18 years ago- replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99
Damien Fouilleul [Wed, 20 Sep 2006 13:13:04 +0000 (13:13 +0000)]
- replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99

18 years agoReplace playlist_NodesCreateForSD by playlist_NodesPairCreate in Bonjour SD according...
Jean-Baptiste Kempf [Wed, 20 Sep 2006 11:50:43 +0000 (11:50 +0000)]
Replace playlist_NodesCreateForSD by playlist_NodesPairCreate in Bonjour SD according to [16656]

18 years agopython bindings: add support for the new libvlc API
Olivier Aubert [Wed, 20 Sep 2006 11:10:44 +0000 (11:10 +0000)]
python bindings: add support for the new libvlc API

18 years agoLayout for album art
Clément Stenac [Tue, 19 Sep 2006 22:40:40 +0000 (22:40 +0000)]
Layout for album art

18 years agoclean the musicbrainz stuffs
Christophe Mutricy [Tue, 19 Sep 2006 22:20:15 +0000 (22:20 +0000)]
clean the musicbrainz stuffs

18 years agoNew system for handling elements in the main interface
Clément Stenac [Tue, 19 Sep 2006 21:28:50 +0000 (21:28 +0000)]
New system for handling elements in the main interface
Still full of bugs, please don't remove debug

18 years agoGive control back to the main interface for handling interaction with video.
Clément Stenac [Tue, 19 Sep 2006 15:37:38 +0000 (15:37 +0000)]
Give control back to the main interface for handling interaction with video.
Still probably broken

18 years agoRework of the embedded stuff. This breaks everything :)
Clément Stenac [Tue, 19 Sep 2006 13:34:23 +0000 (13:34 +0000)]
Rework of the embedded stuff. This breaks everything :)

18 years agoSplit video widget from background image managre
Clément Stenac [Tue, 19 Sep 2006 11:26:14 +0000 (11:26 +0000)]
Split video widget from background image managre

18 years agoWoops
Antoine Cellerier [Mon, 18 Sep 2006 22:45:01 +0000 (22:45 +0000)]
Woops

18 years agoIt's still ugly as hell but a bit more accurate. (This is a *test* plugin)
Antoine Cellerier [Mon, 18 Sep 2006 22:34:10 +0000 (22:34 +0000)]
It's still ugly as hell but a bit more accurate. (This is a *test* plugin)

18 years agoBraindead plugin that get's the current song's album art url (using MusicBrainz)
Antoine Cellerier [Mon, 18 Sep 2006 22:11:54 +0000 (22:11 +0000)]
Braindead plugin that get's the current song's album art url (using MusicBrainz)

18 years ago* Qt4/Information: Put the close button in a better place.
Jean-Baptiste Kempf [Mon, 18 Sep 2006 21:38:06 +0000 (21:38 +0000)]
* Qt4/Information: Put the close button in a better place.

18 years agoUpdate portuguese l10n by Ari Constancio
Christophe Mutricy [Mon, 18 Sep 2006 20:02:21 +0000 (20:02 +0000)]
Update portuguese l10n by Ari Constancio

18 years agoTemporary dialog for the equalizer
Clément Stenac [Mon, 18 Sep 2006 20:02:13 +0000 (20:02 +0000)]
Temporary dialog for the equalizer

18 years agoFix voribis meta data stuff (so that it doesn't match on stuff like "MUSICBRAINZ_ARTIST")
Antoine Cellerier [Mon, 18 Sep 2006 19:38:47 +0000 (19:38 +0000)]
Fix voribis meta data stuff (so that it doesn't match on stuff like "MUSICBRAINZ_ARTIST")

18 years ago- configure.ac: fix for widl detection
Damien Fouilleul [Mon, 18 Sep 2006 19:29:40 +0000 (19:29 +0000)]
- configure.ac: fix for widl detection

18 years agoconfigure.ac: disable warning for unused parameter, some restriction in widl detectio...
Damien Fouilleul [Mon, 18 Sep 2006 18:45:33 +0000 (18:45 +0000)]
configure.ac: disable warning for unused parameter, some restriction in widl detection (need SDK from winhq CVS)

18 years ago* remove the patch and try a hacky, but supposed to be working fix by LordRPI
Felix Paul Kühne [Mon, 18 Sep 2006 18:42:41 +0000 (18:42 +0000)]
* remove the patch and try a hacky, but supposed to be working fix by LordRPI

18 years agoAudioscrobbler plugin update by Rafael Carre
Clément Stenac [Mon, 18 Sep 2006 18:02:23 +0000 (18:02 +0000)]
Audioscrobbler plugin update by Rafael Carre

18 years agoUpdate beautifier for libtool
Clément Stenac [Mon, 18 Sep 2006 17:52:57 +0000 (17:52 +0000)]
Update beautifier for libtool

18 years agosvn:ignore
Clément Stenac [Mon, 18 Sep 2006 17:39:24 +0000 (17:39 +0000)]
svn:ignore

18 years ago- activex: cleanup, improved VB compatibility and new test.html file for new script...
Damien Fouilleul [Mon, 18 Sep 2006 17:12:33 +0000 (17:12 +0000)]
- activex: cleanup, improved VB compatibility and new test.html file for new script APIs

18 years agoClean up a bit queues handling. Do not use dynamic arrays
Clément Stenac [Mon, 18 Sep 2006 16:17:15 +0000 (16:17 +0000)]
Clean up a bit queues handling. Do not use dynamic arrays

18 years agoUse a separate message bank for each libvlc instance
Clément Stenac [Mon, 18 Sep 2006 15:35:55 +0000 (15:35 +0000)]
Use a separate message bank for each libvlc instance
Fix compilation for libvlc users

18 years agoOnly deinit non-refcounted core data if we're the last instance
Clément Stenac [Mon, 18 Sep 2006 14:28:30 +0000 (14:28 +0000)]
Only deinit non-refcounted core data if we're the last instance

18 years agoA bit of cleanup and test
Clément Stenac [Mon, 18 Sep 2006 14:16:14 +0000 (14:16 +0000)]
A bit of cleanup and test

18 years agoupdate-po and fix rules for qt4 ui
Christophe Mutricy [Mon, 18 Sep 2006 11:30:31 +0000 (11:30 +0000)]
update-po and fix rules for qt4 ui

18 years agoFix spurious release at end
Clément Stenac [Mon, 18 Sep 2006 09:44:20 +0000 (09:44 +0000)]
Fix spurious release at end

18 years agoFix deadlock
Clément Stenac [Mon, 18 Sep 2006 06:33:24 +0000 (06:33 +0000)]
Fix deadlock

18 years ago* that one as, please..
Felix Paul Kühne [Sun, 17 Sep 2006 22:54:31 +0000 (22:54 +0000)]
* that one as, please..

18 years ago* some additions and updates THANKS
Felix Paul Kühne [Sun, 17 Sep 2006 22:54:08 +0000 (22:54 +0000)]
* some additions and updates THANKS

18 years ago* added button graphics to target
Felix Paul Kühne [Sun, 17 Sep 2006 22:47:19 +0000 (22:47 +0000)]
* added button graphics to target

18 years ago* removed an outdated method instead of commenting it
Felix Paul Kühne [Sun, 17 Sep 2006 22:39:21 +0000 (22:39 +0000)]
* removed an outdated method instead of commenting it

18 years ago* implemented the previously committed playmode buttons and fixed the playmode saving
Felix Paul Kühne [Sun, 17 Sep 2006 22:32:39 +0000 (22:32 +0000)]
* implemented the previously committed playmode buttons and fixed the playmode saving

18 years agoMissing file
Clément Stenac [Sun, 17 Sep 2006 21:59:36 +0000 (21:59 +0000)]
Missing file

18 years agoFix terrible bug
Clément Stenac [Sun, 17 Sep 2006 21:44:46 +0000 (21:44 +0000)]
Fix terrible bug

18 years agoNext non bugfix release is going to be 0.9.0
Antoine Cellerier [Sun, 17 Sep 2006 21:39:33 +0000 (21:39 +0000)]
Next non bugfix release is going to be 0.9.0
Next bugfix release should be renamed to 0.8.6

18 years agoUpdate trunk NEWS
Clément Stenac [Sun, 17 Sep 2006 21:37:10 +0000 (21:37 +0000)]
Update trunk NEWS

18 years agoEqualizer component
Clément Stenac [Sun, 17 Sep 2006 21:26:43 +0000 (21:26 +0000)]
Equalizer component

18 years agoTry computing an approximation of the length when we don't have mp3 bitrate
Clément Stenac [Sun, 17 Sep 2006 21:23:02 +0000 (21:23 +0000)]
Try computing an approximation of the length when we don't have mp3 bitrate

18 years ago* temporarily disable x264 on intel-based Macs until it is fixed
Felix Paul Kühne [Sun, 17 Sep 2006 21:16:48 +0000 (21:16 +0000)]
* temporarily disable x264 on intel-based Macs until it is fixed

18 years agoUse Artist/Title/Album meta data in vorbis. Feel free to add what's missing and remov...
Antoine Cellerier [Sun, 17 Sep 2006 21:16:01 +0000 (21:16 +0000)]
Use Artist/Title/Album meta data in vorbis. Feel free to add what's missing and remove duplicate stuff from this code

18 years agoDon't delete callbacks from an already destroyed objects
Clément Stenac [Sun, 17 Sep 2006 20:36:56 +0000 (20:36 +0000)]
Don't delete callbacks from an already destroyed objects
Make sure we remove the callback before quitting

18 years agoservicing email change request for Rafael Carre
Pavlov Konstantin [Sun, 17 Sep 2006 20:29:10 +0000 (20:29 +0000)]
servicing email change request for Rafael Carre

18 years ago* add the new icons by Simon Damkjaer Anderson <simondamkjaer@gmail.com>, so Trax...
Felix Paul Kühne [Sun, 17 Sep 2006 20:19:53 +0000 (20:19 +0000)]
* add the new icons by Simon Damkjaer Anderson <simondamkjaer@gmail.com>, so Trax doesn't need to bootstrap over and over again. Implementation follows later on

18 years ago* don't add -Wall to the obj-C flags, as you'll get flooded with useless warnings...
Felix Paul Kühne [Sun, 17 Sep 2006 20:10:18 +0000 (20:10 +0000)]
* don't add -Wall to the obj-C flags, as you'll get flooded with useless warnings and don't see the errors anymore

18 years ago* compile before you commit, wasn't it?
Felix Paul Kühne [Sun, 17 Sep 2006 20:07:31 +0000 (20:07 +0000)]
* compile before you commit, wasn't it?

18 years ago* another attempt by pengvado
Felix Paul Kühne [Sun, 17 Sep 2006 20:04:47 +0000 (20:04 +0000)]
* another attempt by pengvado

18 years agoFix deadlock (hopefully)
Antoine Cellerier [Sun, 17 Sep 2006 19:50:03 +0000 (19:50 +0000)]
Fix deadlock (hopefully)

18 years ago* try to fix x264 for Mac Intel as suggested by Manao on IRC
Felix Paul Kühne [Sun, 17 Sep 2006 19:36:47 +0000 (19:36 +0000)]
* try to fix x264 for Mac Intel as suggested by Manao on IRC

18 years agoNew audioscrobbler/last.fm plugin by Rafaël Carré and Kenneth Ostby.
Antoine Cellerier [Sun, 17 Sep 2006 19:27:40 +0000 (19:27 +0000)]
New audioscrobbler/last.fm plugin by Rafaël Carré and Kenneth Ostby.

18 years ago* fixed __intf_UserStringInput
Felix Paul Kühne [Sun, 17 Sep 2006 19:13:33 +0000 (19:13 +0000)]
* fixed __intf_UserStringInput

18 years ago* updated all files to yield the playlist instead of finding it
Felix Paul Kühne [Sun, 17 Sep 2006 18:41:21 +0000 (18:41 +0000)]
* updated all files to yield the playlist instead of finding it

18 years agoInitialise widgets to avoid garbage display
Christophe Mutricy [Sun, 17 Sep 2006 18:07:35 +0000 (18:07 +0000)]
Initialise widgets to avoid garbage display

18 years agoUI for equalizer
Clément Stenac [Sun, 17 Sep 2006 17:00:33 +0000 (17:00 +0000)]
UI for equalizer

18 years agoDon't forget to reset skipping when adding a new item
Clément Stenac [Sun, 17 Sep 2006 16:11:58 +0000 (16:11 +0000)]
Don't forget to reset skipping when adding a new item
Fix a debug message

18 years agoReduce wakeup frequencies
Clément Stenac [Sun, 17 Sep 2006 14:43:42 +0000 (14:43 +0000)]
Reduce wakeup frequencies

18 years agoServices discovery are not forced to have a run function
Clément Stenac [Sun, 17 Sep 2006 14:36:06 +0000 (14:36 +0000)]
Services discovery are not forced to have a run function

18 years agoWoops
Clément Stenac [Sun, 17 Sep 2006 13:40:02 +0000 (13:40 +0000)]
Woops

18 years agoClean up a bit of redundant code
Clément Stenac [Sun, 17 Sep 2006 12:40:52 +0000 (12:40 +0000)]
Clean up a bit of redundant code

18 years agoDon't run growl and msn plugins
Clément Stenac [Sun, 17 Sep 2006 12:40:37 +0000 (12:40 +0000)]
Don't run growl and msn plugins

18 years ago*Qt4: InfoTabs, the layout..
Jean-Baptiste Kempf [Sun, 17 Sep 2006 12:15:42 +0000 (12:15 +0000)]
*Qt4: InfoTabs, the layout..

18 years agoInterfaces are now allowed not to have a Run function.
Clément Stenac [Sun, 17 Sep 2006 10:17:39 +0000 (10:17 +0000)]
Interfaces are now allowed not to have a Run function.
This will help reduce useless process wakeups

18 years agoFix
Clément Stenac [Sun, 17 Sep 2006 09:43:12 +0000 (09:43 +0000)]
Fix

18 years ago* Move all notifications plugins to misc/notify
Clément Stenac [Sun, 17 Sep 2006 09:33:59 +0000 (09:33 +0000)]
* Move all notifications plugins to misc/notify
* Don't find playlist
* Fix a few bugs in notification plugins

Todo: find a way to get rid of this mostly redundant code and rewrite the XOSD plugin

18 years agoDon't use find for the playlist
Clément Stenac [Sun, 17 Sep 2006 09:06:24 +0000 (09:06 +0000)]
Don't use find for the playlist

18 years agoFix crash
Clément Stenac [Sat, 16 Sep 2006 21:00:15 +0000 (21:00 +0000)]
Fix crash

18 years agoFix Qt crash on exit
Clément Stenac [Sat, 16 Sep 2006 20:34:01 +0000 (20:34 +0000)]
Fix Qt crash on exit

18 years agoFix shoutcast handling and remove broken progress detection
Clément Stenac [Sat, 16 Sep 2006 19:21:10 +0000 (19:21 +0000)]
Fix shoutcast handling and remove broken progress detection

18 years agoCorrectly handle "no-skip" items
Clément Stenac [Sat, 16 Sep 2006 19:20:42 +0000 (19:20 +0000)]
Correctly handle "no-skip" items

18 years agoProcess all playlist updates
Clément Stenac [Sat, 16 Sep 2006 19:20:11 +0000 (19:20 +0000)]
Process all playlist updates

18 years agoDon't remove AC_PROG_CPP our headerfile and library checking macros depend on it...
Jean-Paul Saman [Sat, 16 Sep 2006 19:05:26 +0000 (19:05 +0000)]
Don't remove AC_PROG_CPP our headerfile and library checking macros depend on it. Unbreak configure.ac

18 years ago* One more try to fix my commit
Benjamin Pracht [Sat, 16 Sep 2006 18:18:09 +0000 (18:18 +0000)]
* One more try to fix my commit

18 years ago* various improvements to our Apple Remote bindings by the original author of the...
Felix Paul Kühne [Sat, 16 Sep 2006 15:22:22 +0000 (15:22 +0000)]
* various improvements to our Apple Remote bindings by the original author of the inofficial API, Martin Kahr (martin at his surname.com)