]> git.sesse.net Git - vlc/log
vlc
16 years agoVLM class almost done
Filippo Carone [Mon, 7 Apr 2008 21:28:08 +0000 (23:28 +0200)]
VLM class almost done

16 years agolibvlc_vlm_release added
Filippo Carone [Mon, 7 Apr 2008 21:27:22 +0000 (23:27 +0200)]
libvlc_vlm_release added

16 years agoInitial VLM class implementation
Filippo Carone [Mon, 7 Apr 2008 18:00:00 +0000 (20:00 +0200)]
Initial VLM class implementation

16 years agoMisc changes to Lua HTTP interface: spelling, Load/Reload debug message now reflects...
Antoine Cellerier [Mon, 7 Apr 2008 20:13:00 +0000 (22:13 +0200)]
Misc changes to Lua HTTP interface: spelling, Load/Reload debug message now reflects real behavior, enforce .hosts files for directory listings, accept Lua code in CSS files too, remove useless "/old" exclusion.

16 years agoqt4: Don't forget to vlc_gc_decref() the input_item_t once we are done with it in...
Pierre d'Herbemont [Mon, 7 Apr 2008 20:52:42 +0000 (22:52 +0200)]
qt4: Don't forget to vlc_gc_decref() the input_item_t once we are done with it in OpenDialog::finish().

16 years agoComments presentation.
Rémi Duraffort [Mon, 7 Apr 2008 20:13:38 +0000 (22:13 +0200)]
Comments presentation.

16 years agoRemove playlist_NodeDump as nobody is using this debuging function.
Rémi Duraffort [Mon, 7 Apr 2008 20:11:29 +0000 (22:11 +0200)]
Remove playlist_NodeDump as nobody is using this debuging function.

16 years agoFix #1530 : with thr rc interface you can now draw the playlist.
Rémi Duraffort [Mon, 7 Apr 2008 20:08:47 +0000 (22:08 +0200)]
Fix #1530 : with thr rc interface you can now draw the playlist.

16 years agoWe don't need the update system with the rc interface.
Rémi Duraffort [Mon, 7 Apr 2008 19:54:30 +0000 (21:54 +0200)]
We don't need the update system with the rc interface.

16 years agoAdd missing dash (btw, does the name really contain a / ?)
Antoine Cellerier [Mon, 7 Apr 2008 19:36:38 +0000 (21:36 +0200)]
Add missing dash (btw, does the name really contain a / ?)

16 years agoAdded thanks for the OpenGL Screen input
Felix Paul Kühne [Mon, 7 Apr 2008 16:27:16 +0000 (18:27 +0200)]
Added thanks for the OpenGL Screen input

16 years agoFix transform plugin 90-degree rotations on I422.
Sam Hocevar [Mon, 7 Apr 2008 14:47:49 +0000 (16:47 +0200)]
Fix transform plugin 90-degree rotations on I422.

I422 is a planar chroma with non-square pixels. It requires some pixel
play when rotating the image at a 90-degree angle. For other transformations
we just fall back to the original function.

16 years agoMinor mingw32ce build fixes.
Sam Hocevar [Tue, 25 Mar 2008 17:08:22 +0000 (18:08 +0100)]
Minor mingw32ce build fixes.

Added "mingw32ce" as a possible host_os name, and linked more plugins with
-lws2 (namely audioscrobbler, growl, rtp and stream_out_rtp).

16 years agoUpdates
Felix Paul Kühne [Mon, 7 Apr 2008 13:57:27 +0000 (15:57 +0200)]
Updates

16 years agoCompilation fixes
Felix Paul Kühne [Mon, 7 Apr 2008 13:34:55 +0000 (15:34 +0200)]
Compilation fixes

16 years agoUpdated the link flags for the Mac screen module
Felix Paul Kühne [Mon, 7 Apr 2008 13:34:40 +0000 (15:34 +0200)]
Updated the link flags for the Mac screen module

16 years agoScreen capture module for Mac OS X using OpenGL.
arai [Sun, 6 Apr 2008 20:15:00 +0000 (05:15 +0900)]
Screen capture module for Mac OS X using OpenGL.

16 years agoUse already defined macro
Lukas Durfina [Sat, 5 Apr 2008 14:16:36 +0000 (16:16 +0200)]
Use already defined macro

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years agoTurn off sorting on startup fix of #1529
Lukas Durfina [Sat, 5 Apr 2008 14:31:43 +0000 (16:31 +0200)]
Turn off sorting on startup fix of #1529

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years agoFix colour of the slider... be careful of , and ;
Jean-Baptiste Kempf [Mon, 7 Apr 2008 05:27:55 +0000 (22:27 -0700)]
Fix colour of the slider... be careful of , and ;

16 years agoqt4: Missing vlc_gc_decref().
Pierre d'Herbemont [Sun, 6 Apr 2008 23:54:21 +0000 (01:54 +0200)]
qt4: Missing vlc_gc_decref().

16 years agoChange the static char in the bitmap files to const static char to get rid of all...
Dominique Leuenberger [Sun, 6 Apr 2008 18:49:39 +0000 (21:49 +0300)]
Change the static char in the bitmap files to const static char to get rid of all the warning during compilation, when including xpm files.

16 years agoUse UNIX \n only
Rafaël Carré [Sun, 6 Apr 2008 22:55:51 +0000 (00:55 +0200)]
Use UNIX \n only

16 years agoRemove hack : input items are now correctly dereferenced in the xspf demux
Rafaël Carré [Sun, 6 Apr 2008 22:30:55 +0000 (00:30 +0200)]
Remove hack : input items are now correctly dereferenced in the xspf demux

16 years agofix xspf extension parsing for leaking
Ilkka Ollakka [Sun, 6 Apr 2008 20:13:45 +0000 (23:13 +0300)]
fix xspf extension parsing for leaking

Signed-off-by: Rafaël Carré <funman@videolan.org>
16 years agoclose the logger in tests
Filippo Carone [Sun, 6 Apr 2008 22:20:01 +0000 (00:20 +0200)]
close the logger in tests

16 years agoinitial release method added to the JVLC class
Filippo Carone [Sun, 6 Apr 2008 22:01:41 +0000 (00:01 +0200)]
initial release method added to the JVLC class

16 years agoAdd me as an author here too.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 21:10:24 +0000 (14:10 -0700)]
Add me as an author here too.

16 years agoFixed a rare crash and slightly cleaned the sprefs
Felix Paul Kühne [Sun, 6 Apr 2008 21:01:56 +0000 (23:01 +0200)]
Fixed a rare crash and slightly cleaned the sprefs

16 years agoAdd a preference option to choose your Volume Slider colours.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 20:54:43 +0000 (13:54 -0700)]
Add a preference option to choose your Volume Slider colours.

16 years agoI am the one who rewrote most of this file.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 20:13:21 +0000 (13:13 -0700)]
I am the one who rewrote most of this file.

16 years agoUse RGB instead of Qt:White.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 20:11:02 +0000 (13:11 -0700)]
Use RGB instead of Qt:White.

16 years agoFix a small layout issue
Jean-Baptiste Kempf [Sun, 6 Apr 2008 19:56:35 +0000 (12:56 -0700)]
Fix a small layout issue
Please see these captures
http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture15.png (buggy)
http://people.via.ecp.fr/~jpeg/VideoLAN/captures/capture14.png (no bug)

16 years agojvlc logging classes added
Filippo Carone [Sun, 6 Apr 2008 18:37:45 +0000 (20:37 +0200)]
jvlc logging classes added

16 years agologger_iterator_next simplied
Filippo Carone [Sun, 6 Apr 2008 18:31:26 +0000 (20:31 +0200)]
logger_iterator_next simplied

16 years agouse allready created index instead of creating same index again.
Ilkka Ollakka [Sun, 6 Apr 2008 13:08:37 +0000 (16:08 +0300)]
use allready created index instead of creating same index again.

16 years agoBe bsdmake friendly : don't embed $() in another $()
Rafaël Carré [Sun, 6 Apr 2008 18:13:34 +0000 (20:13 +0200)]
Be bsdmake friendly : don't embed $() in another $()

16 years agoChange input item options handling in the lua http interface. Fixes normal playlist...
Antoine Cellerier [Thu, 3 Apr 2008 20:11:13 +0000 (22:11 +0200)]
Change input item options handling in the lua http interface. Fixes normal playlist mode option handling. The VLM part most likely needs to be fixed.

16 years agoSupport for DVCPRO50 in .mov files. Patch by 'j' Close #1548
Jean-Baptiste Kempf [Sun, 6 Apr 2008 16:23:39 +0000 (09:23 -0700)]
Support for DVCPRO50 in .mov files. Patch by 'j' Close #1548

16 years agoComment the place where the QProcess:: issue with QCleanLooks is...
Jean-Baptiste Kempf [Sun, 6 Apr 2008 08:14:37 +0000 (01:14 -0700)]
Comment the place where the QProcess:: issue with QCleanLooks is...

16 years agojava binding: automatic conversion tool for JNA
Cristian Maglie [Sun, 6 Apr 2008 15:49:57 +0000 (17:49 +0200)]
java binding: automatic conversion tool for JNA

Signed-off-by: Filippo Carone <littlejohn@videolan.org>
16 years agoJava bindings: added log functions. Removed @Override for java 1.5 compatibility
Cristian Maglie [Sun, 6 Apr 2008 15:37:58 +0000 (17:37 +0200)]
Java bindings: added log functions. Removed @Override for java 1.5 compatibility

Signed-off-by: Filippo Carone <littlejohn@videolan.org>
16 years agoCristian Maglie added as contributor
Filippo Carone [Sun, 6 Apr 2008 15:33:13 +0000 (17:33 +0200)]
Cristian Maglie added as contributor

16 years agolibvlc.h: fixed doxygen for log functions. changed prototype for libvlc_log_iterator_...
Cristian Maglie [Sun, 6 Apr 2008 15:28:49 +0000 (17:28 +0200)]
libvlc.h: fixed doxygen for log functions. changed prototype for libvlc_log_iterator_next (used typedef'ed version)

Signed-off-by: Filippo Carone <littlejohn@videolan.org>
16 years agojava bindings: vlm bindings
Cristian Maglie [Sun, 6 Apr 2008 14:51:20 +0000 (16:51 +0200)]
java bindings: vlm bindings

Signed-off-by: Filippo Carone <littlejohn@videolan.org>
16 years agoAdd live555 and PA to the make clean-svn target.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 07:56:04 +0000 (09:56 +0200)]
Add live555 and PA to the make clean-svn target.

16 years agoYet another fix for gnuTLS on mingw
Jean-Baptiste Kempf [Sun, 6 Apr 2008 07:28:51 +0000 (09:28 +0200)]
Yet another fix for gnuTLS on mingw

16 years agox264 patch update for cross compilation.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 07:16:41 +0000 (09:16 +0200)]
x264 patch update for cross compilation.

16 years agoDon't use C++ for gnutls/mingw32
Jean-Baptiste Kempf [Sun, 6 Apr 2008 07:00:16 +0000 (09:00 +0200)]
Don't use C++ for gnutls/mingw32

16 years agoFluidSynth in the contribs.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 06:24:54 +0000 (08:24 +0200)]
FluidSynth in the contribs.
It doesn't work yet with mingw;

16 years agoFix libmodplug compilation by removing abc, mid and pat files since they
Jean-Baptiste Kempf [Sun, 6 Apr 2008 05:59:11 +0000 (07:59 +0200)]
Fix libmodplug compilation by removing abc, mid and pat files since they
don't compile on Windows.

16 years agoLua path for windows modification.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 05:22:06 +0000 (22:22 -0700)]
Lua path for windows modification.

16 years agoLua Scripts on Windows have to go to scripts/ and not share/lua since no share/ is...
Jean-Baptiste Kempf [Sun, 6 Apr 2008 05:16:48 +0000 (22:16 -0700)]
Lua Scripts on Windows have to go to scripts/ and not share/lua since no share/ is used on windows.
This doesn't fix it completely yet.

16 years agoWindows Installer improvements.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 04:31:54 +0000 (06:31 +0200)]
Windows Installer improvements.

16 years agoRemove debug.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 00:21:56 +0000 (17:21 -0700)]
Remove debug.

16 years agoVery small layout fix for equalizer.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 00:10:09 +0000 (17:10 -0700)]
Very small layout fix for equalizer.

16 years agoFix UIC compilation.
Jean-Baptiste Kempf [Sun, 6 Apr 2008 00:04:04 +0000 (17:04 -0700)]
Fix UIC compilation.

16 years agoIncrease the space between the bands and the main amplification in the equalizer
Jean-Baptiste Kempf [Sat, 5 Apr 2008 23:39:33 +0000 (16:39 -0700)]
Increase the space between the bands and the main amplification in the equalizer

16 years agorc : stop the playlist before exiting, fix quitting with EOF on OSX
Rafaël Carré [Fri, 4 Apr 2008 22:24:44 +0000 (00:24 +0200)]
rc : stop the playlist before exiting, fix quitting with EOF on OSX

16 years agoSimplify macro
Rafaël Carré [Fri, 4 Apr 2008 22:14:07 +0000 (00:14 +0200)]
Simplify macro

16 years agoRevert "libvlc: check if we are in the proper state before to send libvlc_MediaPlayer...
Pierre d'Herbemont [Fri, 4 Apr 2008 12:31:07 +0000 (14:31 +0200)]
Revert "libvlc: check if we are in the proper state before to send libvlc_MediaPlayerStopped"

This reverts commit c25f5114ce35167be8cc4112dda08a189dfc24e9.

This patch miss a vlc_object_release on p_input_thread.

16 years agoobjects: Dump libvlc when we have some leak related errors.
Pierre d'Herbemont [Fri, 4 Apr 2008 12:21:41 +0000 (14:21 +0200)]
objects: Dump libvlc when we have some leak related errors.

16 years agoinclude: Move libvlc_exception and libvlc_event to libvlc_core in doxygen doc.
Pierre d'Herbemont [Fri, 4 Apr 2008 11:30:45 +0000 (13:30 +0200)]
include: Move libvlc_exception and libvlc_event to libvlc_core in doxygen doc.

16 years agolibvlc: check if we are in the proper state before to send libvlc_MediaPlayerStopped
Tanguy Krotoff [Tue, 1 Apr 2008 14:24:02 +0000 (16:24 +0200)]
libvlc: check if we are in the proper state before to send libvlc_MediaPlayerStopped

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
16 years agoRemove lua/http/old from Makefile.am
Antoine Cellerier [Fri, 4 Apr 2008 09:04:31 +0000 (11:04 +0200)]
Remove lua/http/old from Makefile.am

16 years agoAttribute copyright of vlc_current_charset() to Bruno Haible, per his request
Rafaël Carré [Fri, 4 Apr 2008 06:24:09 +0000 (08:24 +0200)]
Attribute copyright of vlc_current_charset() to Bruno Haible, per his request

16 years agoContrib: Fix build of taglib on win32.
Pavlov Konstantin [Fri, 4 Apr 2008 00:53:08 +0000 (04:53 +0400)]
Contrib: Fix build of taglib on win32.
Looks like taglib authors don't support autotools build system now.

16 years agoRevert "Contrib: attempt to fix gcrypt on mingw32."
Pavlov Konstantin [Fri, 4 Apr 2008 00:06:47 +0000 (04:06 +0400)]
Revert "Contrib: attempt to fix gcrypt on mingw32."

As even mingw has automake 1.10 and buildbot is updated, this is not needed for contribs to build.

This reverts commit 3c16afd227beba8da6b5243952d90ef03f76dbe8.

16 years agoContrib: fix libcdio cdparanoia pkgconfig files installation.
Pavlov Konstantin [Fri, 4 Apr 2008 00:04:29 +0000 (04:04 +0400)]
Contrib: fix libcdio cdparanoia pkgconfig files installation.

16 years agoMore gitignores.
Pavlov Konstantin [Thu, 3 Apr 2008 23:00:17 +0000 (03:00 +0400)]
More gitignores.

16 years agoContrib: bump taglib version to 1.5.
Pavlov Konstantin [Thu, 3 Apr 2008 21:51:44 +0000 (01:51 +0400)]
Contrib: bump taglib version to 1.5.

16 years agoContrib: update zvbi version to 0.2.30.
Pavlov Konstantin [Thu, 3 Apr 2008 21:32:51 +0000 (01:32 +0400)]
Contrib: update zvbi version to 0.2.30.

16 years agoContrib: update modplug version as well (fixes CVE-2006-4192, lol).
Pavlov Konstantin [Thu, 3 Apr 2008 21:26:51 +0000 (01:26 +0400)]
Contrib: update modplug version as well (fixes CVE-2006-4192, lol).

16 years agoFFmpeg fixed its rtsp mingw compatibility.
Jean-Baptiste Kempf [Thu, 3 Apr 2008 22:33:33 +0000 (15:33 -0700)]
FFmpeg fixed its rtsp mingw compatibility.

16 years agoAdd new size icons of VLC. 256x256 might be needed for Vista. 512, not yet, but bette...
Jean-Baptiste Kempf [Thu, 3 Apr 2008 20:40:36 +0000 (13:40 -0700)]
Add new size icons of VLC. 256x256 might be needed for Vista. 512, not yet, but better put them here than in the middle of nowhere.

16 years agoDelete the old display.png
Felix Paul Kühne [Thu, 3 Apr 2008 22:21:56 +0000 (00:21 +0200)]
Delete the old display.png

16 years agoSplit the display.png in 3 parts so the edges get rendered nicely when resizing the...
Felix Paul Kühne [Thu, 3 Apr 2008 22:09:52 +0000 (00:09 +0200)]
Split the display.png in 3 parts so the edges get rendered nicely when resizing the window. Additionally, slightly resized the vout in the embedded window to make it look more Leopard-like.

Modified patch by Georg Seifert gs --at- reets.de

16 years agoKeeping the old HTTP interface files for the new Lua HTTP interface is useless. Remov...
Antoine Cellerier [Thu, 3 Apr 2008 19:40:06 +0000 (21:40 +0200)]
Keeping the old HTTP interface files for the new Lua HTTP interface is useless. Remove them.

16 years agoFix lua http interface loading.
Antoine Cellerier [Thu, 3 Apr 2008 19:26:10 +0000 (21:26 +0200)]
Fix lua http interface loading.

16 years agoMozilla : use \n
Rafaël Carré [Thu, 3 Apr 2008 19:37:58 +0000 (21:37 +0200)]
Mozilla : use \n

16 years agoSource files no need the executable bit
Rafaël Carré [Thu, 3 Apr 2008 19:26:24 +0000 (21:26 +0200)]
Source files no need the executable bit

16 years agoFixed the gnutls upgrade to 2.2 by compiling it completely (!) and by adding opencdk...
Felix Paul Kühne [Thu, 3 Apr 2008 18:31:36 +0000 (20:31 +0200)]
Fixed the gnutls upgrade to 2.2 by compiling it completely (!) and by adding opencdk to our list of deps, as its internal variant refuses to link correctly

16 years agoContrib: attempt to fix gcrypt on mingw32.
Pavlov Konstantin [Thu, 3 Apr 2008 16:32:13 +0000 (20:32 +0400)]
Contrib: attempt to fix gcrypt on mingw32.
Added Patches/gcrypt-win32-use-automake19.patch.

16 years agolibvlc: Put libvlc_exception in libvlc_core for doxygen doc.
Pierre d'Herbemont [Thu, 3 Apr 2008 14:04:08 +0000 (16:04 +0200)]
libvlc: Put libvlc_exception in libvlc_core for doxygen doc.

16 years agolibvlc: Doxygen fixes. Categorization and cleanup.
Pierre d'Herbemont [Thu, 3 Apr 2008 14:02:27 +0000 (16:02 +0200)]
libvlc: Doxygen fixes. Categorization and cleanup.

16 years agomacosx: Framework compilation fix about lua.
Pierre d'Herbemont [Thu, 3 Apr 2008 14:01:54 +0000 (16:01 +0200)]
macosx: Framework compilation fix about lua.

16 years agomerged the final 0.8.6f changelog
Felix Paul Kühne [Thu, 3 Apr 2008 12:32:38 +0000 (14:32 +0200)]
merged the final 0.8.6f changelog

16 years agoContrib: bump gnutls to 2.2.2, bump libgcrypt to 1.4.0. Update gcrypt patch as well.
Pavlov Konstantin [Tue, 1 Apr 2008 21:13:32 +0000 (01:13 +0400)]
Contrib: bump gnutls to 2.2.2, bump libgcrypt to 1.4.0. Update gcrypt patch as well.

16 years agoContrib: bump libebml version to 0.7.8.
Pavlov Konstantin [Tue, 1 Apr 2008 19:33:31 +0000 (23:33 +0400)]
Contrib: bump libebml version to 0.7.8.

16 years agoContrib: bump libcdio version to 0.80.
Pavlov Konstantin [Tue, 1 Apr 2008 20:21:07 +0000 (00:21 +0400)]
Contrib: bump libcdio version to 0.80.

16 years agoArgh @Windows encoding. Sorry about that.
Jean-Baptiste Kempf [Thu, 3 Apr 2008 07:01:31 +0000 (00:01 -0700)]
Argh @Windows encoding. Sorry about that.

16 years agoWarn about MSLU on Win98
U-SASMIRA\jb [Thu, 3 Apr 2008 06:08:05 +0000 (23:08 -0700)]
Warn about MSLU on Win98

Signed-off-by: Jean-Baptiste Kempf <jb@altair.videolan.org>
16 years agoUpdate pot files after some files have been deleted
Christophe Mutricy [Wed, 2 Apr 2008 22:08:03 +0000 (23:08 +0100)]
Update pot files after some files have been deleted

16 years agotestapi: Don't disable test.
Pierre d'Herbemont [Wed, 2 Apr 2008 22:55:10 +0000 (00:55 +0200)]
testapi: Don't disable test.

16 years agolibvlc: Add a --ignore-config options that allow not to use the config file. This...
Pierre d'Herbemont [Wed, 2 Apr 2008 21:22:03 +0000 (23:22 +0200)]
libvlc: Add a --ignore-config options that allow not to use the config file. This is especially useful for libvlc based applications.

16 years agoSimplify code reading.
Antoine Cellerier [Wed, 2 Apr 2008 20:43:29 +0000 (22:43 +0200)]
Simplify code reading.

16 years agoMove lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to...
Antoine Cellerier [Wed, 2 Apr 2008 20:32:33 +0000 (22:32 +0200)]
Move lua{intf,playlist,meta} to lua/{intf,playlist,meta}. I haven't been able to check the changes to the Win32 and Mac OS X specific Makefile.am parts.

16 years agoRevert 4ce6c3f34b0807c7ee8db8739bdbdb9773d42f56. Fixes drag and drop on my system...
Antoine Cellerier [Wed, 2 Apr 2008 20:10:18 +0000 (22:10 +0200)]
Revert 4ce6c3f34b0807c7ee8db8739bdbdb9773d42f56. Fixes drag and drop on my system. Adding quotes to a filename in C/C++ isn't going to change anything (it would on a command line given the way getopt works). Tested with a file named "/home/dionoea/media/test test/redefined :ni=ntendo.mpg".

16 years agoRemove trailing space.
Antoine Cellerier [Wed, 2 Apr 2008 20:01:00 +0000 (22:01 +0200)]
Remove trailing space.

16 years agoWe can do integer math ... as long as sizes are smaller than 2**16 we should be ok :)
Antoine Cellerier [Wed, 2 Apr 2008 19:51:34 +0000 (21:51 +0200)]
We can do integer math ... as long as sizes are smaller than 2**16 we should be ok :)