]> git.sesse.net Git - vlc/log
vlc
14 years agomacosx/framework: Fix build in Release mode.
Pierre d'Herbemont [Mon, 15 Feb 2010 21:21:23 +0000 (22:21 +0100)]
macosx/framework: Fix build in Release mode.

Thanks to DiDjCodt.

14 years agoudev: fix obvious faults in previous commit, refactor
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:56:36 +0000 (22:56 +0200)]
udev: fix obvious faults in previous commit, refactor

14 years agoUpdate distcheck configure flags
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:35:28 +0000 (22:35 +0200)]
Update distcheck configure flags

14 years agoFreebox needs a category
Fabio Ritrovato [Mon, 15 Feb 2010 20:31:58 +0000 (21:31 +0100)]
Freebox needs a category

14 years agoTypo (fix make dist)
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:30:52 +0000 (22:30 +0200)]
Typo (fix make dist)

14 years agoReally remove m4v
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:30:17 +0000 (22:30 +0200)]
Really remove m4v

14 years agoOpenMAX IL: don't distribute non existent file
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:26:30 +0000 (22:26 +0200)]
OpenMAX IL: don't distribute non existent file

14 years agoudev: improve disc type recognition for -R -RW and alikes
Jakob Leben [Mon, 15 Feb 2010 20:22:31 +0000 (21:22 +0100)]
udev: improve disc type recognition for -R -RW and alikes

14 years agoWin32: vlc_mutex_lock is *not* a cancellation point
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:13:47 +0000 (22:13 +0200)]
Win32: vlc_mutex_lock is *not* a cancellation point

14 years agoWinCE: don't build signals
Rémi Denis-Courmont [Mon, 15 Feb 2010 20:09:27 +0000 (22:09 +0200)]
WinCE: don't build signals

14 years agoWinCE: don't build RC
Rémi Denis-Courmont [Mon, 15 Feb 2010 19:44:06 +0000 (21:44 +0200)]
WinCE: don't build RC

14 years agoTrivial WinCE fix
Rémi Denis-Courmont [Mon, 15 Feb 2010 19:41:56 +0000 (21:41 +0200)]
Trivial WinCE fix

14 years agoTrivial OSX compile fix
Rémi Denis-Courmont [Mon, 15 Feb 2010 19:35:24 +0000 (21:35 +0200)]
Trivial OSX compile fix

14 years agoDo not (try to) build flac if it is not enabled
Rémi Denis-Courmont [Mon, 15 Feb 2010 19:28:29 +0000 (21:28 +0200)]
Do not (try to) build flac if it is not enabled

14 years agoSD: remove category node when it becomes empty
Jakob Leben [Mon, 15 Feb 2010 18:09:33 +0000 (19:09 +0100)]
SD: remove category node when it becomes empty

14 years agofreebox: Bring back freebox SD in C.
Pierre d'Herbemont [Mon, 15 Feb 2010 16:47:40 +0000 (17:47 +0100)]
freebox: Bring back freebox SD in C.

lua version doesn't support adding subitems and passing the option over to subitems.
One day the lua libs will be ready to offer feature parity for luafreebox and
this one will be able to go away. But not yet.

14 years agolua: Add freebox and frenchtv back in the builtin SD.
Pierre d'Herbemont [Mon, 15 Feb 2010 15:55:11 +0000 (16:55 +0100)]
lua: Add freebox and frenchtv back in the builtin SD.

You can now load them with --services-discovery=freebox,frenchtv.
However non registered lua sd will still require --lua-sd=<name>.

14 years agomacosx/framework: shoutcast is gone.
Pierre d'Herbemont [Mon, 15 Feb 2010 15:54:52 +0000 (16:54 +0100)]
macosx/framework: shoutcast is gone.

14 years agoconfigure: Use the full path to luac to support our contrib system.
Pierre d'Herbemont [Mon, 15 Feb 2010 13:55:05 +0000 (14:55 +0100)]
configure: Use the full path to luac to support our contrib system.

This fixes the build on Mac OS X. This is probably not the best way
for non-contrib dependant build, but I don't have any better idea.
Feel free to make it works differently.

14 years agofix the un-premultiplying post processing step, which would yield values above 255...
ogg.k.ogg.k [Fri, 12 Feb 2010 16:39:13 +0000 (16:39 +0000)]
fix the un-premultiplying post processing step, which would yield values above 255 for full white - and thus shade some text.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
14 years agoContribs: better match for Win64
Jean-Baptiste Kempf [Mon, 15 Feb 2010 07:12:12 +0000 (08:12 +0100)]
Contribs: better match for Win64

So that debian packaging can take it.

14 years agoQt: respect font sizes 1.1.0-ff
Jakob Leben [Mon, 15 Feb 2010 04:12:15 +0000 (05:12 +0100)]
Qt: respect font sizes

14 years agomodules: Make sure we save all the modules.
Pierre d'Herbemont [Mon, 15 Feb 2010 00:23:00 +0000 (01:23 +0100)]
modules: Make sure we save all the modules.

Previously we were just saving the loaded modules which resulted in zero modules being saved to disk.

14 years agoWin32 Simpliy windows configure script
Jean-Baptiste Kempf [Sun, 14 Feb 2010 23:58:46 +0000 (00:58 +0100)]
Win32 Simpliy windows configure script

14 years agoAdd function to add a children map to an xml table. (children_map[tagname] is an...
Antoine Cellerier [Sun, 14 Feb 2010 23:39:52 +0000 (00:39 +0100)]
Add function to add a children map to an xml table. (children_map[tagname] is an array of all the child tags with give name)

14 years agoThis should fix <tag/> cases.
Antoine Cellerier [Sun, 14 Feb 2010 23:31:29 +0000 (00:31 +0100)]
This should fix <tag/> cases.

14 years agoQt: fix compilation to non-X11 systems
Jean-Baptiste Kempf [Sun, 14 Feb 2010 23:27:21 +0000 (00:27 +0100)]
Qt: fix compilation to non-X11 systems

14 years agoFix simplexml (still has issues with <bla/> tags)
Antoine Cellerier [Sun, 14 Feb 2010 22:30:31 +0000 (23:30 +0100)]
Fix simplexml (still has issues with <bla/> tags)

14 years agoQt: fix Win32 compilation
Jean-Baptiste Kempf [Sun, 14 Feb 2010 22:28:37 +0000 (23:28 +0100)]
Qt: fix Win32 compilation

Mingw, Mingw-w64 and MSVC support towlower

14 years agoRemove shout.c
Jean-Baptiste Kempf [Sun, 14 Feb 2010 20:37:11 +0000 (21:37 +0100)]
Remove shout.c

14 years agoDon't try to outsmart the compiler for the include path
Rémi Denis-Courmont [Sun, 14 Feb 2010 22:13:26 +0000 (00:13 +0200)]
Don't try to outsmart the compiler for the include path

This breaks cross-compilation with any prefix other than /usr

14 years agoNo full point at end of configuration item short text
Rémi Denis-Courmont [Sun, 14 Feb 2010 22:01:16 +0000 (00:01 +0200)]
No full point at end of configuration item short text

14 years agoLua SD: add modules path
Fabio Ritrovato [Sun, 14 Feb 2010 21:55:56 +0000 (22:55 +0100)]
Lua SD: add modules path

14 years agoLua SD: open more libs
Fabio Ritrovato [Sun, 14 Feb 2010 21:24:32 +0000 (22:24 +0100)]
Lua SD: open more libs

14 years agoContrib: fix FFmpeg win32 compilation...
Jean-Baptiste Kempf [Sun, 14 Feb 2010 20:32:22 +0000 (21:32 +0100)]
Contrib: fix FFmpeg win32 compilation...

14 years agoRevert "Fix lua compilation"
Rémi Denis-Courmont [Sun, 14 Feb 2010 20:30:01 +0000 (22:30 +0200)]
Revert "Fix lua compilation"

This reverts commit 2356c0dd7eff0d041d76854dc1c7bd935f9ce818.

14 years agoFix lua compilation
Fabio Ritrovato [Sun, 14 Feb 2010 20:26:55 +0000 (21:26 +0100)]
Fix lua compilation

14 years agoSilent rule for genmf
Rémi Denis-Courmont [Sun, 14 Feb 2010 20:26:02 +0000 (22:26 +0200)]
Silent rule for genmf

14 years agoRemove legacy nice target
Rémi Denis-Courmont [Sun, 14 Feb 2010 20:25:05 +0000 (22:25 +0200)]
Remove legacy nice target

14 years agoRemove some silence hacks
Rémi Denis-Courmont [Sun, 14 Feb 2010 20:23:53 +0000 (22:23 +0200)]
Remove some silence hacks

14 years agoGenerate aliases silently
Rémi Denis-Courmont [Sun, 14 Feb 2010 20:22:45 +0000 (22:22 +0200)]
Generate aliases silently

14 years agoSet AM_DEFAULT_VERBOSITY with historic automake versions
Rémi Denis-Courmont [Sun, 14 Feb 2010 20:12:48 +0000 (22:12 +0200)]
Set AM_DEFAULT_VERBOSITY with historic automake versions

14 years agoReplace Freebox and French TV SD from shout.c with lua scripts
Fabio Ritrovato [Sun, 14 Feb 2010 20:09:16 +0000 (21:09 +0100)]
Replace Freebox and French TV SD from shout.c with lua scripts

They should work fine, but I can't test them from here...

14 years agoShoutcast SD, goodbye
Jean-Baptiste Kempf [Sun, 14 Feb 2010 19:11:50 +0000 (20:11 +0100)]
Shoutcast SD, goodbye

The .c file is not yet removed to help transition to lua scripts.

14 years agoLUA: check libdir before datadir
Rémi Denis-Courmont [Sun, 14 Feb 2010 19:17:09 +0000 (21:17 +0200)]
LUA: check libdir before datadir

14 years agoCheck for luac
Rémi Denis-Courmont [Sun, 14 Feb 2010 19:13:13 +0000 (21:13 +0200)]
Check for luac

14 years agoLUA: precompile with luac
Rémi Denis-Courmont [Sun, 14 Feb 2010 19:09:08 +0000 (21:09 +0200)]
LUA: precompile with luac

14 years agoLUA: look in $(pkglibdir)/lua
Rémi Denis-Courmont [Sun, 14 Feb 2010 18:49:27 +0000 (20:49 +0200)]
LUA: look in $(pkglibdir)/lua

This should fix FHS conformance for .luac files

14 years agoconfig_GetLibDir: return arch-dep package directory
Rémi Denis-Courmont [Sun, 14 Feb 2010 18:48:59 +0000 (20:48 +0200)]
config_GetLibDir: return arch-dep package directory

14 years agoLUA: fix memory leaks in error path
Rémi Denis-Courmont [Sun, 14 Feb 2010 18:12:54 +0000 (20:12 +0200)]
LUA: fix memory leaks in error path

14 years agoPut plugins in $(pkglibdir)/modules
Rémi Denis-Courmont [Sun, 14 Feb 2010 18:04:08 +0000 (20:04 +0200)]
Put plugins in $(pkglibdir)/modules

We can now store other architecture-dependant files in $(pkglibdir)
(and without bugging the plugins scan).

14 years agoDecreased priority of raw mpeg video demuxer.
Laurent Aimar [Sun, 14 Feb 2010 18:10:50 +0000 (19:10 +0100)]
Decreased priority of raw mpeg video demuxer.

It has a too permissive detection code to have a high priority.

14 years agoLua: fix IMDb script and listen to input changes
Jean-Philippe André [Sun, 14 Feb 2010 17:30:19 +0000 (18:30 +0100)]
Lua: fix IMDb script and listen to input changes

14 years agoQt: Call Lua status callbacks on playing status changes
Srikanth Raju [Mon, 8 Feb 2010 17:57:43 +0000 (23:27 +0530)]
Qt: Call Lua status callbacks on playing status changes

Signed-off-by: Jean-Philippe André <jpeg@videolan.org>
14 years agoLua: Add new callback playing_changed for playing status changes
Srikanth Raju [Mon, 8 Feb 2010 17:57:08 +0000 (23:27 +0530)]
Lua: Add new callback playing_changed for playing status changes

Signed-off-by: Jean-Philippe André <jpeg@videolan.org>
14 years agoLua: Allow arguments to be passed to lua functions in lua_ExecuteFunction
Srikanth Raju [Mon, 8 Feb 2010 17:54:18 +0000 (23:24 +0530)]
Lua: Allow arguments to be passed to lua functions in lua_ExecuteFunction

Signed-off-by: Jean-Philippe André <jpeg@videolan.org>
14 years agoQT4: scroll to playingItem when changing view
Ilkka Ollakka [Sun, 14 Feb 2010 17:26:53 +0000 (19:26 +0200)]
QT4: scroll to playingItem when changing view

I think it works better thisway, but you're free to change it if you think
otherwise.

14 years agoFixed audio-desync support and simplified (close #3253).
Laurent Aimar [Sun, 14 Feb 2010 17:09:19 +0000 (18:09 +0100)]
Fixed audio-desync support and simplified (close #3253).

14 years agoes_out_SetDelay cannot fail.
Laurent Aimar [Sun, 14 Feb 2010 17:02:53 +0000 (18:02 +0100)]
es_out_SetDelay cannot fail.

14 years agoGather all inhibit module in a directory (no code change)
Rémi Denis-Courmont [Sun, 14 Feb 2010 17:08:33 +0000 (19:08 +0200)]
Gather all inhibit module in a directory (no code change)

14 years agoscreensaver: wait for process
Rémi Denis-Courmont [Sun, 14 Feb 2010 16:00:53 +0000 (18:00 +0200)]
screensaver: wait for process

This runs with a timer of its own. It's best to wait for the process
that do a fork bomb, if it ever takes a long.

14 years agoAdd GEOV fourcc to mpeg4...
Jean-Baptiste Kempf [Sun, 14 Feb 2010 15:59:44 +0000 (16:59 +0100)]
Add GEOV fourcc to mpeg4...

14 years agoIncreased probing size for ac3/dts in wav (close #3298).
Laurent Aimar [Sun, 14 Feb 2010 15:28:17 +0000 (16:28 +0100)]
Increased probing size for ac3/dts in wav (close #3298).

14 years agoSimplified and fixed mmst/u pausing (close #2673).
Laurent Aimar [Sun, 14 Feb 2010 15:04:39 +0000 (16:04 +0100)]
Simplified and fixed mmst/u pausing (close #2673).

14 years agoDefault to any for --audio-language.
Laurent Aimar [Sun, 14 Feb 2010 14:03:58 +0000 (15:03 +0100)]
Default to any for --audio-language.

14 years agonet_Write: always a cancellation point as promised
Rémi Denis-Courmont [Sun, 14 Feb 2010 15:15:09 +0000 (17:15 +0200)]
net_Write: always a cancellation point as promised

14 years agoStore audio output interface variables into the input manager object
Rémi Denis-Courmont [Sun, 14 Feb 2010 15:11:36 +0000 (17:11 +0200)]
Store audio output interface variables into the input manager object

This partially fixes multiple media players in LibVLC. This also
removes a few run-away var_Create() in doVolumeChanges().

14 years agonet_Write: improve documentation
Rémi Denis-Courmont [Sun, 14 Feb 2010 15:10:05 +0000 (17:10 +0200)]
net_Write: improve documentation

14 years agoTypo
Rémi Denis-Courmont [Sun, 14 Feb 2010 15:09:39 +0000 (17:09 +0200)]
Typo

14 years agovlc_object_waitpipe: cancellation safety
Rémi Denis-Courmont [Sun, 14 Feb 2010 15:04:38 +0000 (17:04 +0200)]
vlc_object_waitpipe: cancellation safety

14 years agoskins2(playlist): fix current playing item still on when stopping an input
Erwan Tulou [Sun, 14 Feb 2010 13:46:29 +0000 (14:46 +0100)]
skins2(playlist): fix current playing item still on when stopping an input

14 years agoFix missing signal while stopping preparser (fixes #3291)
Rémi Denis-Courmont [Sun, 14 Feb 2010 13:43:49 +0000 (15:43 +0200)]
Fix missing signal while stopping preparser (fixes #3291)

14 years agoSupport for Windows Media Voice natively
Jean-Baptiste Kempf [Sun, 14 Feb 2010 12:34:59 +0000 (13:34 +0100)]
Support for Windows Media Voice natively

May Ronald S. Bultje be praised for this.

14 years agoSupport for Indeo 5
Jean-Baptiste Kempf [Sun, 14 Feb 2010 12:03:15 +0000 (13:03 +0100)]
Support for Indeo 5

May Kostya Shishkov be praised for this.

14 years agoLibVLC: allow setting playback rate even without input
Rémi Denis-Courmont [Sun, 14 Feb 2010 11:50:36 +0000 (13:50 +0200)]
LibVLC: allow setting playback rate even without input

14 years agoUse vlc_openat, fix support for non-UTF-8 systems
Rémi Denis-Courmont [Sun, 14 Feb 2010 11:33:35 +0000 (13:33 +0200)]
Use vlc_openat, fix support for non-UTF-8 systems

14 years agoadd vlc_openat wrapper around openat
Rémi Denis-Courmont [Sun, 14 Feb 2010 11:33:23 +0000 (13:33 +0200)]
add vlc_openat wrapper around openat

14 years agodirectory: remove useless string if fdopendir() is supported
Rémi Denis-Courmont [Sun, 14 Feb 2010 11:26:25 +0000 (13:26 +0200)]
directory: remove useless string if fdopendir() is supported

14 years agodirectory: handle fd:// syntax
Rémi Denis-Courmont [Sun, 14 Feb 2010 11:19:34 +0000 (13:19 +0200)]
directory: handle fd:// syntax

14 years agodirectory: use block_heap_Alloc()
Rémi Denis-Courmont [Sun, 14 Feb 2010 10:46:25 +0000 (12:46 +0200)]
directory: use block_heap_Alloc()

14 years agoReduced verbosity (vout wrapper).
Laurent Aimar [Sun, 14 Feb 2010 10:33:08 +0000 (11:33 +0100)]
Reduced verbosity (vout wrapper).

14 years agoFixed RSS text positionning (close #3115).
Laurent Aimar [Sun, 14 Feb 2010 10:27:02 +0000 (11:27 +0100)]
Fixed RSS text positionning (close #3115).

Initial patch by Gerrit van den Hanenberg.

14 years agodoVolumeChanges: always return the value
Rémi Denis-Courmont [Sun, 14 Feb 2010 10:03:47 +0000 (12:03 +0200)]
doVolumeChanges: always return the value

This fixes, e.g. garbage OSD display when toggling mute with the hotkey.

14 years agoFix libvlc_audio_set_mute
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:58:14 +0000 (11:58 +0200)]
Fix libvlc_audio_set_mute

14 years agoDon't use random number as pointers.
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:55:50 +0000 (11:55 +0200)]
Don't use random number as pointers.

This is not legal (even if it works on all platforms). Also, this fixes
a warning.

14 years agoRemove a few fixmes
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:55:28 +0000 (11:55 +0200)]
Remove a few fixmes

14 years agoAdd indirection to find input from wanabee input manager object
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:53:53 +0000 (11:53 +0200)]
Add indirection to find input from wanabee input manager object

PARENTAL ADVISORY: explicit hack

This should allow volume control to (somewhat) work in LibVLC.
Unfortunately, it will still be buggy when there are multiple players.

14 years agoMake doVolumeChanges static
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:34:26 +0000 (11:34 +0200)]
Make doVolumeChanges static

14 years agoaout_FindAndRestart() needs the playlist
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:27:23 +0000 (11:27 +0200)]
aout_FindAndRestart() needs the playlist

This will probably never work for LibVLC.

14 years agoTrivial factorization
Rémi Denis-Courmont [Sun, 14 Feb 2010 09:27:13 +0000 (11:27 +0200)]
Trivial factorization

14 years agoflac decoder does not need ogg. Remove bogus build dependency.
Rémi Denis-Courmont [Sun, 14 Feb 2010 07:48:20 +0000 (09:48 +0200)]
flac decoder does not need ogg. Remove bogus build dependency.

This reverts commit cc4cabdf51150e323e6af7ced747b46b4a834d5f.

14 years agocontribs: static linked flac requires ogg
Rémi Denis-Courmont [Sun, 14 Feb 2010 08:30:27 +0000 (10:30 +0200)]
contribs: static linked flac requires ogg

14 years agoContribs: refactor flac build
Rémi Denis-Courmont [Sun, 14 Feb 2010 08:20:13 +0000 (10:20 +0200)]
Contribs: refactor flac build

14 years agoQt: couple of minor corrections
Jakob Leben [Sun, 14 Feb 2010 08:10:30 +0000 (09:10 +0100)]
Qt: couple of minor corrections

- searchLineEdit: proper clearing
- locationBar content will not affect searchLineEdit size

14 years agoQt: playlist menu strings and icons
Jakob Leben [Sun, 14 Feb 2010 05:42:21 +0000 (06:42 +0100)]
Qt: playlist menu strings and icons

14 years agoQt: the Add button on playlist panel is gone
Jakob Leben [Sun, 14 Feb 2010 04:51:49 +0000 (05:51 +0100)]
Qt: the Add button on playlist panel is gone

14 years agoQt: include Add File/Directory/Advanced Open actions in playlist right-click menu
Jakob Leben [Sun, 14 Feb 2010 04:42:09 +0000 (05:42 +0100)]
Qt: include Add File/Directory/Advanced Open actions in playlist right-click menu

14 years agoWin32: try to fix compilation of flac
Jean-Baptiste Kempf [Sun, 14 Feb 2010 03:12:34 +0000 (04:12 +0100)]
Win32: try to fix compilation of flac

14 years agoUpdate LIST
Jean-Baptiste Kempf [Sun, 14 Feb 2010 03:05:47 +0000 (04:05 +0100)]
Update LIST

14 years agoQt: code reindentation
Jean-Baptiste Kempf [Sun, 14 Feb 2010 03:04:11 +0000 (04:04 +0100)]
Qt: code reindentation