]>
git.sesse.net Git - vlc/log
Felix Paul Kühne [Sun, 7 Feb 2010 11:59:09 +0000 (12:59 +0100)]
messages: compilation fix for OS X
Rémi Denis-Courmont [Sun, 7 Feb 2010 11:16:52 +0000 (13:16 +0200)]
Misc: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 11:18:51 +0000 (13:18 +0200)]
vout: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 11:13:09 +0000 (13:13 +0200)]
common: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 11:11:26 +0000 (13:11 +0200)]
modules: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 11:05:27 +0000 (13:05 +0200)]
OSD: remoev leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:59:42 +0000 (12:59 +0200)]
stream: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:53:56 +0000 (12:53 +0200)]
net_Printf: automagic cast to VLC object
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:51:50 +0000 (12:51 +0200)]
net: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:47:41 +0000 (12:47 +0200)]
input: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 11:19:34 +0000 (13:19 +0200)]
config: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:39:14 +0000 (12:39 +0200)]
VLM: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:38:11 +0000 (12:38 +0200)]
threads: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:37:39 +0000 (12:37 +0200)]
stats: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:36:53 +0000 (12:36 +0200)]
objects: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:35:54 +0000 (12:35 +0200)]
events: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:34:48 +0000 (12:34 +0200)]
variables: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:32:48 +0000 (12:32 +0200)]
aout interface: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 10:32:24 +0000 (12:32 +0200)]
ACL: remove leading underscores
Rémi Denis-Courmont [Sun, 7 Feb 2010 09:40:52 +0000 (11:40 +0200)]
IsUTF8: reject surrogates and non-Unicode code points
Rémi Denis-Courmont [Sun, 7 Feb 2010 09:40:41 +0000 (11:40 +0200)]
IsUTF8: use clz
Rémi Denis-Courmont [Sun, 7 Feb 2010 09:40:12 +0000 (11:40 +0200)]
RTP out: use clz
Rémi Denis-Courmont [Sun, 7 Feb 2010 09:39:46 +0000 (11:39 +0200)]
clz: count leading zeroes
Daniel Mierswa [Sat, 6 Feb 2010 23:43:08 +0000 (00:43 +0100)]
Remove obsolete Mac OS X 10.5 tweak.
This is obsolete according to IRC conversation. But I also think it got
never really executed, code like "case foo in fo*) a ;; foo*) b ;; esac"
would never lead to b in the shells i've tested.
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Daniel Mierswa [Sat, 6 Feb 2010 23:43:07 +0000 (00:43 +0100)]
dvd module was removed in 2004.
See
9eb3e68fa4d4a34b243bf321d93dbf1e33130246
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Daniel Mierswa [Sat, 6 Feb 2010 23:43:06 +0000 (00:43 +0100)]
No longer use LIBS_dvdcss, add dvdcss stuff where needed.
LIBS_dvdcss is vague since it's not it's own module but rather just
accidently set on bsdi systems. Just do the check in the modules that
need the hack now.
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Daniel Mierswa [Sat, 6 Feb 2010 23:43:05 +0000 (00:43 +0100)]
Preserve ./configure --help order.
Since we used AC_ARG_WITH(groupname) to indicate a group of options we
definitely want the configure output sorted.
Now we use EXTEND_HELP_STRING and do no longer abuse AC_ARG_WITH.
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
Rémi Denis-Courmont [Sat, 6 Feb 2010 21:48:35 +0000 (23:48 +0200)]
IsUTF8: redumdant check for nul
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:35:26 +0000 (20:35 +0200)]
LibVLC: remove exceptions infrastructure
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:27:43 +0000 (20:27 +0200)]
Remove left-overs from LibVLC media list view
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:26:02 +0000 (20:26 +0200)]
Update test_headers
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:24:52 +0000 (20:24 +0200)]
LibVLC: remove last exception
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:19:21 +0000 (20:19 +0200)]
Doxygen updates
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:18:35 +0000 (20:18 +0200)]
LibVLC logo/marquee: allow settings without video, remove exceptions
It remains impossible to enable/disable the filters themselves without
the video output, though.
Rémi Denis-Courmont [Sat, 6 Feb 2010 18:09:24 +0000 (20:09 +0200)]
Constify
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:59:43 +0000 (18:59 +0200)]
Remove misleading comment (I don't lack useless relocations)
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:56:17 +0000 (18:56 +0200)]
LibVLC teletext: various fixes
* allow setting page all the time,
* remove dummy exception,
* fix an object leak,
* remove impossible error,
* fix apparently inverted logic.
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:43:14 +0000 (18:43 +0200)]
Keep the instance until after the media player is destroyed
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:33:40 +0000 (18:33 +0200)]
XDG screensaver: fix initialization ordering
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:31:54 +0000 (18:31 +0200)]
Remove broken WinCE message log hacks
Use freopen() or the logger... seriously. This was not even thread-safe
(caboom if two messages come at the same time).
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:28:51 +0000 (18:28 +0200)]
Cleanup msg_Generic functions
Rémi Denis-Courmont [Sat, 6 Feb 2010 16:18:30 +0000 (18:18 +0200)]
Hide message bank layout and cleanup a bit
Also fix a potential crash in case of stale subscriber
(print debug message to stderr).
Rémi Duraffort [Sat, 6 Feb 2010 16:03:38 +0000 (17:03 +0100)]
Fix libprojectM version check.
Rémi Duraffort [Sat, 6 Feb 2010 14:33:25 +0000 (15:33 +0100)]
video_filter_ball: fix typos (options called ball-ball-* instead of ball-*).
Rémi Duraffort [Sat, 6 Feb 2010 14:26:24 +0000 (15:26 +0100)]
bindings: remove java, phonon and python-ctypes. They moved to a dedicated git.
The new repositories are now on git.videolan.org/vlc/bindings/
* java => jvlc.git
* phonon => phonon.git
* python-ctypes => python.git
Antoine Cellerier [Sat, 6 Feb 2010 15:49:27 +0000 (16:49 +0100)]
Add some locking.
Antoine Cellerier [Sat, 6 Feb 2010 15:33:32 +0000 (16:33 +0100)]
Remove msleep() from vlm. It should work but testing is recommended. I'll take all the blame in case of issues :D.
Laurent Aimar [Sat, 6 Feb 2010 15:23:03 +0000 (16:23 +0100)]
Extended input_GetPcrSystem to also return the current delay.
Rémi Denis-Courmont [Sat, 6 Feb 2010 15:17:55 +0000 (17:17 +0200)]
SD listing: remove module lookup hack
Based on an idea from Jean-Philippe André
Rémi Denis-Courmont [Sat, 6 Feb 2010 15:15:18 +0000 (17:15 +0200)]
SD probe: always provide a long name
Rémi Denis-Courmont [Sat, 6 Feb 2010 15:14:59 +0000 (17:14 +0200)]
SD probe: fix return value symbolic constant
Rémi Denis-Courmont [Sat, 6 Feb 2010 15:04:55 +0000 (17:04 +0200)]
Automatically pass the long name in the SD probe helper
Laurent Aimar [Sat, 6 Feb 2010 14:52:34 +0000 (15:52 +0100)]
Properly used enda atom in mp4 demuxer (close #2692).
Laurent Aimar [Sat, 6 Feb 2010 14:52:15 +0000 (15:52 +0100)]
Added non native float 32/64 to araw decoder.
Laurent Aimar [Sat, 6 Feb 2010 14:50:12 +0000 (15:50 +0100)]
Fixed typo for f32b.
Laurent Aimar [Sat, 6 Feb 2010 14:38:53 +0000 (15:38 +0100)]
Added float 32/64 (non native) support to aout_BitsPerSample.
Antoine Cellerier [Sat, 6 Feb 2010 14:51:00 +0000 (15:51 +0100)]
Also load .luac files.
Lua source code can be compiled into binary files to speedup loading using the luac command line utility. VLC will first try loading the .luac module and fallback to .lua if it fails.
(And factorize code)
Antoine Cellerier [Sat, 6 Feb 2010 14:25:26 +0000 (15:25 +0100)]
Lua's like python, not C. You don't need parentheses around a control/loop statement's condition.
Rémi Denis-Courmont [Sat, 6 Feb 2010 14:36:11 +0000 (16:36 +0200)]
Revert "Qt: cleanup dialogs on destruction"
This reverts commit
2e028db617c2cf8da420203de2ea41b594e924dd .
This violates segmentation when exiting Qt4 with the error dialog.
Rémi Denis-Courmont [Sat, 6 Feb 2010 13:44:06 +0000 (15:44 +0200)]
LUA: fopen/fclose -> stat
Antoine Cellerier [Sat, 6 Feb 2010 13:45:09 +0000 (14:45 +0100)]
Fix lua intf thread cancellation and cleanup properly in vlc.net.poll().
Antoine Cellerier [Sat, 16 Jan 2010 18:05:11 +0000 (19:05 +0100)]
Remove tabs.
Laurent Aimar [Sat, 6 Feb 2010 13:36:01 +0000 (14:36 +0100)]
Added support for non native float32, and for float64 (BE/LE) in format.c
Laurent Aimar [Sat, 6 Feb 2010 13:35:25 +0000 (14:35 +0100)]
Fixed potential use of uninitialized value (format.c).
Laurent Aimar [Sat, 6 Feb 2010 13:20:12 +0000 (14:20 +0100)]
Added VLC_CODEC_F32/64 L/B.
VLC_CODEC_FL32/64 are mapped on the native type as before.
Laurent Aimar [Sat, 6 Feb 2010 12:52:13 +0000 (13:52 +0100)]
Parsed enda atom in mp4 demuxer.
Rémi Denis-Courmont [Sat, 6 Feb 2010 12:23:34 +0000 (14:23 +0200)]
Use C locale when formatting error messages in the log
Laurent Aimar [Sat, 6 Feb 2010 11:51:37 +0000 (12:51 +0100)]
Merged m4v demuxer into es.c (close #2822).
Laurent Aimar [Sat, 6 Feb 2010 11:21:24 +0000 (12:21 +0100)]
No functionnal changes (es demuxer).
It will allow to merge a few raw video demuxers.
Laurent Aimar [Fri, 5 Feb 2010 23:01:08 +0000 (00:01 +0100)]
Added missing functions to libvlccore.sym.
Laurent Aimar [Fri, 5 Feb 2010 22:06:42 +0000 (23:06 +0100)]
Used INPUT_REPLACE_INFOS/INPUT_MERGE_INFOS in es_out (close #3070).
Laurent Aimar [Fri, 5 Feb 2010 21:50:52 +0000 (22:50 +0100)]
Added INPUT_REPLACE_INFOS and INPUT_MERGE_INFOS.
Laurent Aimar [Fri, 5 Feb 2010 21:46:36 +0000 (22:46 +0100)]
Added input_item_ReplaceInfos() and input_item_MergeInfos.
They will allow to minimize the number of events sent.
Laurent Aimar [Fri, 5 Feb 2010 22:06:21 +0000 (23:06 +0100)]
Modified info_category_AddInfo and added info_category_ReplaceInfo.
Laurent Aimar [Fri, 5 Feb 2010 21:23:45 +0000 (22:23 +0100)]
Factorized and clean up input_item_t::info_cat_t manipulations.
Laurent Aimar [Fri, 5 Feb 2010 20:56:49 +0000 (21:56 +0100)]
Fixed an invalid free in input_item_DelInfo().
Laurent Aimar [Fri, 5 Feb 2010 19:43:52 +0000 (20:43 +0100)]
Revert "zvbi: Fix displaying of teletext and closed captioning."
This reverts commit
b48252ea29457ab9a142b797b7e5182dfca1b460 .
Laurent Aimar [Fri, 5 Feb 2010 19:42:30 +0000 (20:42 +0100)]
Fixed support for non dated teletext.
Jakob Leben [Fri, 5 Feb 2010 13:58:41 +0000 (14:58 +0100)]
lua: adjust to playlist changes and kill a warning
now services discovery root nodes can be found from lua
Jakob Leben [Fri, 5 Feb 2010 13:17:12 +0000 (14:17 +0100)]
lua: vlclua_playlist_add_internal() should post an input item tree
Jean-Paul Saman [Fri, 5 Feb 2010 09:59:29 +0000 (10:59 +0100)]
zvbi: Fix displaying of teletext and closed captioning.
Jean-Paul Saman [Thu, 4 Feb 2010 14:37:24 +0000 (15:37 +0100)]
libvlc: restore Teletext functionality
Reverts part of
7db94f4d2fc742537828fbe0c8eb5a and rewrite the code.
Rémi Duraffort [Fri, 5 Feb 2010 11:15:54 +0000 (12:15 +0100)]
variables: print an error message when a variable is created without a type (often a typo like the previous commit).
Rémi Duraffort [Fri, 5 Feb 2010 11:09:25 +0000 (12:09 +0100)]
video_filter_colorthres: fix a typo.
Rémi Duraffort [Fri, 5 Feb 2010 09:32:23 +0000 (10:32 +0100)]
projectm: use the new constructor of libprojectM2 if available.
Pierre Ynard [Fri, 5 Feb 2010 09:55:39 +0000 (10:55 +0100)]
vlm: make vod input objects children of vod server
Currently, input objects of VoD media instances are children of the
libvlc object; this patch makes them children of the VoD server object
instead. This will provide simpler and cleaner communication means.
Jean-Baptiste Kempf [Fri, 5 Feb 2010 08:48:47 +0000 (09:48 +0100)]
Contribs: mac, put the Sparkle framework at the right place.
Jean-Philippe André [Thu, 4 Feb 2010 20:07:10 +0000 (21:07 +0100)]
SD: Fix podcast announcement and Qt special hack
Jean-Philippe André [Thu, 4 Feb 2010 19:53:34 +0000 (20:53 +0100)]
Lua/SD: Set the "longname" configuration parameter
This will allow successful matches between the luaSD title and the
real SD psz_name
Jean-Philippe André [Thu, 4 Feb 2010 19:52:30 +0000 (20:52 +0100)]
SD: set the name to configuration value "longname"
If this configuration value does not exist, fallback on the
module name. This is the current behaviour.
Rémi Denis-Courmont [Thu, 4 Feb 2010 20:00:16 +0000 (22:00 +0200)]
Build XCB statically, and hack pkg-config file accordingly
Rémi Denis-Courmont [Thu, 4 Feb 2010 19:36:03 +0000 (21:36 +0200)]
Contribs: make libass static on all platforms
We only link it once, so this is more efficient. This allows the build
-time linker to remove unused functions and the export table.
We could probably do the same with a few other libraries.
Rémi Denis-Courmont [Thu, 4 Feb 2010 19:29:00 +0000 (21:29 +0200)]
panoramix: obsolete bools are not deprecated aliases
An obsolete item is one that is not used anymore.
Aliases are used when the name of an item changes.
For some reason, this also fixes a memory leak.
Regression from [
5768f29871cfc12975b86dae31a56f43250e7348 ].
Rémi Denis-Courmont [Thu, 4 Feb 2010 19:24:20 +0000 (21:24 +0200)]
Fix memory leak and dummy warning
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:36:50 +0000 (20:36 +0200)]
LUA SD: simplify and fix a memory leak (untested)
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:35:58 +0000 (20:35 +0200)]
win32text is for WinCE, not Win32
Pointed-out-by: Jean-Baptiste Kempf
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:35:21 +0000 (20:35 +0200)]
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:08:29 +0000 (20:08 +0200)]
De-uglify root SD item name (part 2)
Rémi Denis-Courmont [Thu, 4 Feb 2010 18:01:15 +0000 (20:01 +0200)]
Remove be_sure_to_add_VLC_COMMOM_MEMBERS and check offset
This saves a bit of space (though the message becomes a bit more
confusing). This also ensures that VLC_COMMOM_MEMBERS is actually at the
top of the struct (in C only).
Jakob Leben [Thu, 4 Feb 2010 17:05:42 +0000 (18:05 +0100)]
Qt: locationBar: buttons adjustment
now also the text is not elided if not necessary