]> git.sesse.net Git - vlc/log
vlc
16 years agofix maven site url, thanks Adrien Grand for pointing this out
Filippo Carone [Fri, 11 Apr 2008 18:19:40 +0000 (20:19 +0200)]
fix maven site url, thanks Adrien Grand for pointing this out

16 years agotest: Get rid of the sleep() that crept in our test code.
Pierre d'Herbemont [Fri, 11 Apr 2008 17:11:52 +0000 (19:11 +0200)]
test: Get rid of the sleep() that crept in our test code.

16 years agotest: Use --ignore-config by default for all tests.
Pierre d'Herbemont [Fri, 11 Apr 2008 17:03:22 +0000 (19:03 +0200)]
test: Use --ignore-config by default for all tests.

16 years agotest: Fix a typo in Makefile. dirname was to be used, not basename.
Pierre d'Herbemont [Fri, 11 Apr 2008 17:00:03 +0000 (19:00 +0200)]
test: Fix a typo in Makefile. dirname was to be used, not basename.

16 years agosrc: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c.
Pierre d'Herbemont [Fri, 11 Apr 2008 16:57:51 +0000 (18:57 +0200)]
src: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c.

16 years agotest: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
Pierre d'Herbemont [Wed, 9 Apr 2008 09:45:35 +0000 (11:45 +0200)]
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.

This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.

16 years agoFiles belonging to patch from, thannoy: Allow future control toolbar to be hidden...
Jean-Paul Saman [Fri, 11 Apr 2008 14:56:37 +0000 (16:56 +0200)]
Files belonging to patch from, thannoy: Allow future control toolbar to be hidden (default) or shown.

16 years agoAllow future control toolbar to be hidden (default) or shown.
thannoy@actech-innovation.com [Thu, 27 Mar 2008 15:43:51 +0000 (16:43 +0100)]
Allow future control toolbar to be hidden (default) or shown.

 Even if no control toolbar is implemented for ActiveX yet, we already
 provide the code to enable/disable it for compatibility with Firefox
 API behaviour.
 The getter used to know if toolbar is shown will always return FALSE
 until a toolbar is implemented. (getter which will be available soon
 for Firefox)

To use it:
- ActiveX global property named "toolbar":
   For HTML : <param name="toolbar" value="True" />

- API on IVLCControl2 interface, property "toolbar" (RW):
   For Javascript : yourvlcobject.toolbar = false;
                    isToolBarShown = yourvlcobject.toolbar;

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoAdd Toolbar DISPID to activex axvlc.idl
Jean-Paul Saman [Fri, 11 Apr 2008 14:46:00 +0000 (16:46 +0200)]
Add Toolbar DISPID to activex axvlc.idl

16 years agoFix IVLCVideo.teletext binding
thannoy@actech-innovation.com [Thu, 27 Mar 2008 15:43:50 +0000 (16:43 +0100)]
Fix IVLCVideo.teletext binding

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agotest: Remove python umbrella.
Pierre d'Herbemont [Fri, 11 Apr 2008 15:01:29 +0000 (17:01 +0200)]
test: Remove python umbrella.

16 years agoDon't install scripts and images when the plugin/module that needs them is not build.
Jean-Paul Saman [Fri, 11 Apr 2008 11:52:55 +0000 (13:52 +0200)]
Don't install scripts and images when the plugin/module that needs them is not build.

16 years agoRewrite rendering logic in fbosd gui.
Jean-Paul Saman [Fri, 11 Apr 2008 11:21:19 +0000 (13:21 +0200)]
Rewrite rendering logic in fbosd gui.

16 years agoCompile fix.
Jean-Paul Saman [Fri, 11 Apr 2008 11:20:51 +0000 (13:20 +0200)]
Compile fix.

16 years agoMerge branch 'master' of git@git.videolan.org:vlc
Jean-Paul Saman [Fri, 11 Apr 2008 08:53:45 +0000 (10:53 +0200)]
Merge branch 'master' of git@git.videolan.org:vlc

16 years agoCheck malloc return value
Jean-Paul Saman [Fri, 11 Apr 2008 08:43:04 +0000 (10:43 +0200)]
Check malloc return value

16 years agoSanitize STATUS_CHANGE messages.
Jean-Paul Saman [Fri, 11 Apr 2008 08:41:09 +0000 (10:41 +0200)]
Sanitize STATUS_CHANGE messages.

16 years agoUpdate ffmpeg settings for netbox.
Jean-Paul Saman [Fri, 11 Apr 2008 08:29:33 +0000 (10:29 +0200)]
Update ffmpeg settings for netbox.

16 years agoIgnore the overlay-test program
Jean-Paul Saman [Fri, 11 Apr 2008 07:26:59 +0000 (09:26 +0200)]
Ignore the overlay-test program

16 years agoorg.videolan.jvlc.MediaList: Javadoc fix.
Adrien Grand [Thu, 10 Apr 2008 22:35:35 +0000 (00:35 +0200)]
org.videolan.jvlc.MediaList: Javadoc fix.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoCleanup
Jean-Paul Saman [Fri, 11 Apr 2008 06:19:23 +0000 (08:19 +0200)]
Cleanup

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Thu, 10 Apr 2008 21:44:18 +0000 (22:44 +0100)]
Slovenian l10n update by Matej Urbančič

16 years agoRemove autogenerated private.m4 from VCS
Rafaël Carré [Thu, 10 Apr 2008 20:21:08 +0000 (22:21 +0200)]
Remove autogenerated private.m4 from VCS

16 years agoProperly detect XvMC capabilities.
Jean-Paul Saman [Thu, 10 Apr 2008 18:01:51 +0000 (20:01 +0200)]
Properly detect XvMC capabilities.

16 years agoLower xvmc priority because it is untested.
Jean-Paul Saman [Thu, 10 Apr 2008 17:22:00 +0000 (19:22 +0200)]
Lower xvmc priority because it is untested.

16 years agoFix RTSP server
Rafaël Carré [Thu, 10 Apr 2008 15:09:10 +0000 (17:09 +0200)]
Fix RTSP server

Do not handle Range requests at all
This partly reverts 53474be3f66f0cdc722471f1f5aadf757e541c42

16 years agofaad: sets physical channel configuration in all cases
Rafaël Carré [Thu, 10 Apr 2008 13:11:20 +0000 (15:11 +0200)]
faad: sets physical channel configuration in all cases

16 years agoFix tiny 9 byte memleak per Authentication-Info header check if the nonce count optio...
Antoine Cellerier [Wed, 9 Apr 2008 20:54:25 +0000 (22:54 +0200)]
Fix tiny 9 byte memleak per Authentication-Info header check if the nonce count option was specified.

16 years agoCheck the server's reply upon successful authentication and validate it (just to...
Antoine Cellerier [Wed, 9 Apr 2008 20:46:24 +0000 (22:46 +0200)]
Check the server's reply upon successful authentication and validate it (just to make sure that no one is spoofing the server's reply). This will probably fail if qop=auth-int (code needs to be fixed).

16 years agoCommit changes to m4/private.m4. Please yell (and remove the file from git) if this...
Antoine Cellerier [Wed, 9 Apr 2008 20:45:42 +0000 (22:45 +0200)]
Commit changes to m4/private.m4. Please yell (and remove the file from git) if this wasn't supposed to be committed.

16 years agoSimplify the HTTP Digest Access Authentification code.
Antoine Cellerier [Wed, 9 Apr 2008 19:31:03 +0000 (21:31 +0200)]
Simplify the HTTP Digest Access Authentification code.

16 years agomore VLM tests
Filippo Carone [Wed, 9 Apr 2008 19:09:05 +0000 (21:09 +0200)]
more VLM tests

16 years agoMerge branch 'dynamicoverlay'
Jean-Paul Saman [Wed, 9 Apr 2008 10:45:24 +0000 (12:45 +0200)]
Merge branch 'dynamicoverlay'

16 years agoMove overlay-test application to test/dynamicoverlay
Jean-Paul Saman [Wed, 9 Apr 2008 10:44:05 +0000 (12:44 +0200)]
Move overlay-test application to test/dynamicoverlay

16 years agoDon't leak memory.
Jean-Paul Saman [Wed, 9 Apr 2008 10:41:50 +0000 (12:41 +0200)]
Don't leak memory.

16 years agoAdd doxygen comment..
Jean-Paul Saman [Wed, 9 Apr 2008 10:41:06 +0000 (12:41 +0200)]
Add doxygen comment..

16 years agoCompile fix.
Jean-Paul Saman [Wed, 9 Apr 2008 10:07:18 +0000 (12:07 +0200)]
Compile fix.

16 years agolibvlc: Properly raise an exception that indicates if VLM is disabled in libvlc.
Pierre d'Herbemont [Wed, 9 Apr 2008 09:53:41 +0000 (11:53 +0200)]
libvlc: Properly raise an exception that indicates if VLM is disabled in libvlc.

16 years agolibvlc: Don't delete all the media in libvlc_vlm_release() as this should be done...
Pierre d'Herbemont [Wed, 9 Apr 2008 09:50:37 +0000 (11:50 +0200)]
libvlc: Don't delete all the media in libvlc_vlm_release() as this should be done by vlm_Delete().

Note, this is already done by vlm_Delete() so there is probably a bug around.

16 years agoRewrite old command definitions to no longer use those filthy macros. Added all text...
Jean-Paul Saman [Thu, 3 Apr 2008 15:30:50 +0000 (17:30 +0200)]
Rewrite old command definitions to no longer use those filthy macros. Added all text functionality so the test application runs successfully.

16 years agoRefactor dynamic overlays from Google Summer of Code project.
Jean-Paul Saman [Sat, 1 Mar 2008 13:27:20 +0000 (14:27 +0100)]
Refactor dynamic overlays from Google Summer of Code project.

16 years agoCleanup blendbench videofilter
Jean-Paul Saman [Wed, 26 Mar 2008 12:38:57 +0000 (13:38 +0100)]
Cleanup blendbench videofilter

16 years agoFix compilation of blendbench
Jean-Paul Saman [Wed, 26 Mar 2008 11:58:41 +0000 (12:58 +0100)]
Fix compilation of blendbench

16 years agoBuild blendbench module
Jean-Paul Saman [Wed, 26 Mar 2008 11:29:00 +0000 (12:29 +0100)]
Build blendbench module

16 years agoBlending - Added blend benchmarking filter
Søren Bøg [Mon, 20 Aug 2007 12:27:26 +0000 (14:27 +0200)]
Blending - Added blend benchmarking filter

Blending - Added blend benchmarking filter

16 years agoFix compiler warnings.
Jean-Paul Saman [Wed, 26 Mar 2008 10:50:18 +0000 (11:50 +0100)]
Fix compiler warnings.

16 years agoOverlay - Added text demonstrations
Søren Bøg [Mon, 20 Aug 2007 09:02:24 +0000 (11:02 +0200)]
Overlay - Added text demonstrations

Overlay - Added text demonstrations

16 years agoOverlay - Updated test program
Søren Bøg [Sun, 19 Aug 2007 20:52:54 +0000 (22:52 +0200)]
Overlay - Updated test program

Overlay - Updated test program

16 years agoOverlay - Extended demonstration program
Søren Bøg [Wed, 8 Aug 2007 07:38:09 +0000 (09:38 +0200)]
Overlay - Extended demonstration program

Overlay - Extended demonstration program

16 years agoPatch from Søren Bøg <avacore@videolan.org> GSoC 2007
Jean-Paul Saman [Wed, 26 Mar 2008 10:39:03 +0000 (11:39 +0100)]
Patch from Søren Bøg <avacore@videolan.org> GSoC 2007

Overlay - Basic test/demonstration program

16 years agoOverlay - Basic test/demonstration program
Søren Bøg [Mon, 30 Jul 2007 21:20:09 +0000 (23:20 +0200)]
Overlay - Basic test/demonstration program

Overlay - Basic test/demonstration program

16 years agoRefactor dynamic overlays from Google Summer of Code project.
Jean-Paul Saman [Sat, 1 Mar 2008 13:27:20 +0000 (14:27 +0100)]
Refactor dynamic overlays from Google Summer of Code project.

16 years agoAdd alpha value to each subpicture region.
Jean-Paul Saman [Thu, 28 Feb 2008 10:48:15 +0000 (11:48 +0100)]
Add alpha value to each subpicture region.

16 years agoGive credit to Soren Bog (avacore)
Jean-Paul Saman [Wed, 9 Apr 2008 08:37:01 +0000 (10:37 +0200)]
Give credit to Soren Bog (avacore)

16 years agoFix compilation.
Jean-Paul Saman [Thu, 28 Feb 2008 10:47:55 +0000 (11:47 +0100)]
Fix compilation.

16 years agoPatch by Soren Bog <avacore@videolan.org> from GSoC: Overlay - Add alpha component...
Jean-Paul Saman [Thu, 28 Feb 2008 10:31:45 +0000 (11:31 +0100)]
Patch by Soren Bog <avacore@videolan.org> from GSoC: Overlay - Add alpha component to subpicture regions.

16 years agoFixed typo
maxime Ripard [Tue, 8 Apr 2008 22:38:00 +0000 (00:38 +0200)]
Fixed typo

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
16 years agoFixed make dist
Felix Paul Kühne [Tue, 8 Apr 2008 22:40:36 +0000 (00:40 +0200)]
Fixed make dist

note to self: Keep an eye on it if you update the OS X GUI...

16 years agoinitial VLM tests
Filippo Carone [Tue, 8 Apr 2008 22:32:29 +0000 (00:32 +0200)]
initial VLM tests

16 years agodecref the correct value in vlm_ControlMediaDel
Filippo Carone [Tue, 8 Apr 2008 22:31:53 +0000 (00:31 +0200)]
decref the correct value in vlm_ControlMediaDel

16 years agowhen releasing vlm, clear all media
Filippo Carone [Tue, 8 Apr 2008 22:31:19 +0000 (00:31 +0200)]
when releasing vlm, clear all media

16 years agoprotect from null options param, and finalize added
Filippo Carone [Tue, 8 Apr 2008 21:42:42 +0000 (23:42 +0200)]
protect from null options param, and finalize added

16 years agorelease method added
Filippo Carone [Tue, 8 Apr 2008 21:41:59 +0000 (23:41 +0200)]
release method added

16 years agominor changes to JVLC class
Filippo Carone [Tue, 8 Apr 2008 21:41:41 +0000 (23:41 +0200)]
minor changes to JVLC class

16 years agoRemove a few trailing spaces.
Antoine Cellerier [Tue, 8 Apr 2008 20:58:33 +0000 (22:58 +0200)]
Remove a few trailing spaces.

16 years agoPreliminary HTTP Digest Access Authentication client side support. auth-int support...
Antoine Cellerier [Tue, 8 Apr 2008 20:56:21 +0000 (22:56 +0200)]
Preliminary HTTP Digest Access Authentication client side support. auth-int support is incomplete (so it won't work). A few FIXMEs still need to be addressed.

16 years agochanged the remaining xpm files from static char* to const static char* to avoid...
Dominique Leuenberger [Mon, 7 Apr 2008 19:20:26 +0000 (22:20 +0300)]
changed the remaining xpm files from static char* to const static char* to avoid some more compiler warnings

Signed-off-by: Rafaël Carré <funman@videolan.org>
16 years agoSlightly cleaned the way we delete items
Felix Paul Kühne [Tue, 8 Apr 2008 19:08:58 +0000 (21:08 +0200)]
Slightly cleaned the way we delete items

16 years agoFixed a compilation warning
Felix Paul Kühne [Tue, 8 Apr 2008 18:35:33 +0000 (20:35 +0200)]
Fixed a compilation warning

16 years agoDownload all packages before starting the compilation process. This allows extras...
Felix Paul Kühne [Tue, 8 Apr 2008 15:21:24 +0000 (17:21 +0200)]
Download all packages before starting the compilation process. This allows extras/contrib creation on the go without a constant internet connection. Mac-only for now.

I know this is very web 1.0, but still important to some folks.

16 years agowxwidgets: Don't forget to vlc_gc_decref() the input_item_t once we are done (Patch...
Dominique Leuenberger [Mon, 7 Apr 2008 20:07:06 +0000 (23:07 +0300)]
wxwidgets: Don't forget to vlc_gc_decref() the input_item_t once we are done (Patch inspired from Qt interface)

Signed-off-by: Rafaël Carré <funman@videolan.org>
16 years agoWhen specifying --sout-transcode-samplerate and --sout-transcode-channel, set the...
Rafaël Carré [Tue, 8 Apr 2008 14:00:22 +0000 (16:00 +0200)]
When specifying --sout-transcode-samplerate and --sout-transcode-channel, set the OUTPUT format instead of the INPUT

Fix resampling when using mp4a (faac is the only option atm)

16 years agoBugfix Stats Panel
maxime Ripard [Tue, 8 Apr 2008 12:39:00 +0000 (14:39 +0200)]
Bugfix Stats Panel

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
16 years agoFix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa184 of jb
Jean-Philippe Andre [Mon, 7 Apr 2008 09:35:46 +0000 (11:35 +0200)]
Fix SLIDERCOL_LONGTEXT like in commit 2848880a144e0aa184 of jb

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
16 years agoImprove playlist drawing with rc.
Rémi Duraffort [Mon, 7 Apr 2008 22:14:15 +0000 (00:14 +0200)]
Improve playlist drawing with rc.

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>