]>
git.sesse.net Git - vlc/log
Ilkka Ollakka [Tue, 6 Oct 2009 19:39:18 +0000 (22:39 +0300)]
appleplaylist.lua: fix apple trailers again, change useragent
Seems that they changed just on trailers page, that if useragent doesn't
contain QuickTime, it gives redirect back to trailers. So get stuff from movies
again, but tell useragent to be "QuickTime vlc lua edition".
Really if apple doesn't want vlc to be used as see apple-trailes, they could
atleast ask ;)
Ilkka Ollakka [Wed, 30 Sep 2009 13:31:56 +0000 (16:31 +0300)]
asf.c: allow adding tracks on-fly when doing normal asf muxing
Ilkka Ollakka [Wed, 30 Sep 2009 13:30:47 +0000 (16:30 +0300)]
asf.c: write new header when track is removed/added
Ilkka Ollakka [Wed, 30 Sep 2009 13:29:03 +0000 (16:29 +0300)]
asf.c: use vlc_array_t for track-storage instead of static array
Ilkka Ollakka [Mon, 5 Oct 2009 12:48:52 +0000 (15:48 +0300)]
asx-playlist: add ability to have multiple href in entry
This should fix .asx parsing on http://www.katsomo.fi/?treeId=329&progId=20677.
Reported by: Antti Palosaari <crope at iki dot fi>
Rémi Denis-Courmont [Tue, 6 Oct 2009 19:03:48 +0000 (22:03 +0300)]
Don't call AM_CONDITIONAL from macro.
First, this cannot work properly as the invocation of AM_CONDITIONAL
must be inconditional. Second, this would introduce pointless
automake conditional and thus needlessly slowing down the build system.
Rémi Denis-Courmont [Tue, 6 Oct 2009 18:56:27 +0000 (21:56 +0300)]
Revert "Fix configure with --disable-sout"
This reverts commit
6e0f047be321a4fe7bd24f2985b5c53666d80322 .
Rémi Denis-Courmont [Tue, 6 Oct 2009 15:15:55 +0000 (18:15 +0300)]
Fix author name as solicited
Ilkka Ollakka [Tue, 6 Oct 2009 13:17:26 +0000 (16:17 +0300)]
appletrailers.lua: trailers come from http://www nowdays
Even if url points to http://movies.apple.com/..., working
url for vlc is http://www.apple.com/...
Rafaël Carré [Tue, 6 Oct 2009 11:40:20 +0000 (13:40 +0200)]
mozilla: fix compilation after [
1979486d ]
Felix Paul Kühne [Tue, 6 Oct 2009 11:39:29 +0000 (13:39 +0200)]
macosx: fixed IR Remote HID support
Sébastien Escudier [Tue, 6 Oct 2009 07:05:22 +0000 (09:05 +0200)]
video_output fix compilation
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
Laurent Aimar [Mon, 5 Oct 2009 21:49:09 +0000 (23:49 +0200)]
Updated libvlc_video_set_deinterlace.
Laurent Aimar [Mon, 5 Oct 2009 21:32:23 +0000 (23:32 +0200)]
Updated qt4 after deinterlacing changes.
It simply shows "deinterlace" and "deinterlace-mode". I believe a
better solution would be welcome. The simple preferencences could
also be improved.
Laurent Aimar [Mon, 5 Oct 2009 21:30:26 +0000 (23:30 +0200)]
Updated hotkeys after deinterlace changes.
The deinterlace hotkey now turns of/off deinterlacing.
Laurent Aimar [Mon, 5 Oct 2009 21:26:05 +0000 (23:26 +0200)]
Modified deinterlace selection.
At the core and vout, you now have 2 variables:
- deinterlace: on/off/auto (off is default). It let you say if you
want to deinterlace or not.
- deinterlace-mode: discard, blend, ... (blend is default). It let you
specify the mode used when deinterlacing is equal to on/auto.
The mode auto is not yet supported and simply default to on.
Laurent Aimar [Mon, 5 Oct 2009 20:13:23 +0000 (22:13 +0200)]
Renamed "deinterlace" into "deinterlace-mode" at the core level.
Laurent Aimar [Mon, 5 Oct 2009 20:07:35 +0000 (22:07 +0200)]
Renamed deinterlace-mode into filter-deinterlace-mode.
It will allow using "deinterlace-mode" as a core option.
Laurent Aimar [Mon, 5 Oct 2009 19:12:39 +0000 (21:12 +0200)]
Commented out a too verbose debug printf.
Felix Paul Kühne [Mon, 5 Oct 2009 16:59:56 +0000 (18:59 +0200)]
quartztext: removed dependency on Carbon and implemented support for bold, italic and underline text styles
TODO: shadow drawing and handling
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:58:46 +0000 (22:58 +0300)]
Convert paths from command line arguments to URIs
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:58:36 +0000 (22:58 +0300)]
IFO: memory leak
Francois Cartegnie [Mon, 5 Oct 2009 19:35:33 +0000 (21:35 +0200)]
Qt: uniformize ui previews, drop xml declaration related to changes made by
2779ac98fc116275cf490f63470f327917d40fc6
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:40:00 +0000 (22:40 +0300)]
Fix invalid free on non-UTF-8 locales
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:12:10 +0000 (22:12 +0300)]
libvlc_audio_*: remove useless exception parameters
Rémi Denis-Courmont [Mon, 5 Oct 2009 19:06:14 +0000 (22:06 +0300)]
Update test cases
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:58:34 +0000 (21:58 +0300)]
Retaining NULL makes no sense
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:52:49 +0000 (21:52 +0300)]
libvlc_media_*: remove a bunch of useless exception parameters
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:41:21 +0000 (21:41 +0300)]
Remove useless exception parameters
Rémi Denis-Courmont [Mon, 5 Oct 2009 18:38:27 +0000 (21:38 +0300)]
libvlc apps don't know VLC error codes
Rémi Denis-Courmont [Mon, 5 Oct 2009 15:43:26 +0000 (18:43 +0300)]
net_Accept: remove timeout parameter
Only the RC interface still used it, and it was not really needed
(net_Accept() returns -1 when the object is killed).
Rémi Denis-Courmont [Mon, 5 Oct 2009 15:24:43 +0000 (18:24 +0300)]
RTP output: accept COMEDIA connections in a separate thread
Rémi Denis-Courmont [Mon, 5 Oct 2009 14:41:21 +0000 (17:41 +0300)]
Use __typeof__ which works with any GNU C profile, not like typeof
Rémi Denis-Courmont [Sun, 4 Oct 2009 16:56:20 +0000 (19:56 +0300)]
ignore-config defaults to true
This saves all third party LibVLC application from having to set it
(The library depending on VLC configuration was really lame IMHO).
Rémi Denis-Courmont [Sun, 4 Oct 2009 16:53:36 +0000 (19:53 +0300)]
Qt4: re-center FSC if the target screen has changed
This avoids getting a totally misplaced controller if the resolution
is larger than in previous runs, or if the multi-screen layout was
changed.
Laurent Aimar [Sun, 4 Oct 2009 16:47:29 +0000 (18:47 +0200)]
Used the new "deinterlace" option for Qt4 simple preferences.
Laurent Aimar [Sun, 4 Oct 2009 16:40:22 +0000 (18:40 +0200)]
Fixed scaletempo after "audio filter2" conversion.
The output timestamp/length wasn't set anymore.
Laurent Aimar [Sun, 4 Oct 2009 15:50:07 +0000 (17:50 +0200)]
Added a new "deinterlace" configuration option.
It will allow to
- have a working simple preference in GUI
- specify it in playlist (safe).
- have an "auto" mode.
Jean-Baptiste Kempf [Sun, 4 Oct 2009 16:16:19 +0000 (18:16 +0200)]
Do not forget NEWS :D
Jean-Baptiste Kempf [Sun, 4 Oct 2009 16:15:58 +0000 (18:15 +0200)]
Add new file to Modules.am for distribution
Francois Cartegnie [Thu, 1 Oct 2009 16:12:14 +0000 (18:12 +0200)]
Qt: Simple prefs/input: fix variable handling
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Laurent Aimar [Sat, 3 Oct 2009 22:22:10 +0000 (00:22 +0200)]
Added new deinterlacing modes to vout.
Laurent Aimar [Sat, 3 Oct 2009 22:17:57 +0000 (00:17 +0200)]
Added yadif deinterlacer to our module.
There is 2 new deinterlacing modes: "Yadif" and "Yadif (2x)".
"Yadif (2x)" doubles the frame rate, whereas "Yadif" throws away one field.
yadif.h comes from vf_yadif.c (GPLv2+) from MPayer project. I have stripped it
a bit but let the functions unmodified for easier maintainance.
Rémi Denis-Courmont [Sun, 4 Oct 2009 09:22:37 +0000 (12:22 +0300)]
bandlimited resampler: fix heap overflow at high playback rate
We simply make sure the buffer is big enough, instead of trying (and
failing) to guess the biggest possible size.
Rémi Denis-Courmont [Sun, 4 Oct 2009 07:26:03 +0000 (10:26 +0300)]
M3U: fix mem leak on non-UTF-8 systems
Antoine Cellerier [Sat, 3 Oct 2009 18:38:33 +0000 (20:38 +0200)]
Make it possible to flag blocks as interlaced and use in rawvideo and v4l2.
Antoine Cellerier [Sat, 3 Oct 2009 18:37:28 +0000 (20:37 +0200)]
Tweak standards selection and list.
List all standards and not standard groups.
Fix debug output.
Laurent Aimar [Sat, 3 Oct 2009 17:45:59 +0000 (19:45 +0200)]
Fixed rar stream filter.
The data offset was wrong (at each chunk).
Laurent Aimar [Sat, 3 Oct 2009 17:04:05 +0000 (19:04 +0200)]
Fixed J42X support in deinterlace filter.
Antoine Cellerier [Sat, 3 Oct 2009 17:17:51 +0000 (19:17 +0200)]
Work around what seems to be a driver bug when auto detecting the optimal capture size.
Laurent Aimar [Fri, 2 Oct 2009 18:44:44 +0000 (20:44 +0200)]
Fixed bandlimited when switching from non resampling state.
Laurent Aimar [Fri, 2 Oct 2009 18:43:02 +0000 (20:43 +0200)]
Fixed discontinous flag in bandlimited when not resampling.
Laurent Aimar [Fri, 2 Oct 2009 18:42:19 +0000 (20:42 +0200)]
Small correction to bandlimited.
It does change the timestamp of the audio buffer after a discontinuity.
Laurent Aimar [Thu, 1 Oct 2009 19:16:32 +0000 (21:16 +0200)]
Fixed E-AC3 in ATSC TS stream.
Antoine Cellerier [Sat, 3 Oct 2009 16:18:01 +0000 (18:18 +0200)]
Fix automatic libv4l2 fallback and prevent leaks when doing so.
Rémi Denis-Courmont [Sat, 3 Oct 2009 13:31:13 +0000 (16:31 +0300)]
Dolby mixer: audio filter2
Rémi Denis-Courmont [Sat, 3 Oct 2009 13:26:41 +0000 (16:26 +0300)]
DTS to SPDIF: audio filter2
Rémi Denis-Courmont [Sat, 3 Oct 2009 13:13:55 +0000 (16:13 +0300)]
A/52 to SPDIF: audio filter2
Rémi Denis-Courmont [Sat, 3 Oct 2009 13:05:50 +0000 (16:05 +0300)]
Parameterized equalizer: audio filter2
Rémi Denis-Courmont [Sat, 3 Oct 2009 13:04:56 +0000 (16:04 +0300)]
chorus_flanger: audio filter2
Christophe Mutricy [Fri, 2 Oct 2009 23:00:41 +0000 (00:00 +0100)]
Silence uic, moc and rcc
Mounir Lamouri (volkmar) [Fri, 2 Oct 2009 21:06:14 +0000 (23:06 +0200)]
Fix kate module compilation for Big Endians (typo).
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Pierre Ynard [Fri, 2 Oct 2009 08:54:33 +0000 (10:54 +0200)]
WinCE: fix build of telnet interface
Phan Anh [Thu, 1 Oct 2009 22:34:16 +0000 (23:34 +0100)]
l10n: Vietnamese translation
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Thu, 1 Oct 2009 22:13:27 +0000 (23:13 +0100)]
Distribute cmd_callbacks.hpp
Kypchak Kypchak [Thu, 1 Oct 2009 21:48:34 +0000 (22:48 +0100)]
l10n: Kazakh translation
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Dominko Aždajić [Thu, 1 Oct 2009 21:47:04 +0000 (22:47 +0100)]
l10n: Croatian translation
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Tadashi Jokagi [Thu, 1 Oct 2009 21:44:32 +0000 (22:44 +0100)]
l10n: Japanese update
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Sun, 20 Sep 2009 23:21:49 +0000 (00:21 +0100)]
Fix Croatian translator name
(cherry picked from commit
b60068f778eb4846a01b1f39c8f07ffc105e1cee )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Fri, 18 Sep 2009 18:44:00 +0000 (19:44 +0100)]
Activate Croatian translation
(cherry picked from commit
a453572906857d67be56814fe6f81818e3c55d9a )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Tue, 1 Sep 2009 23:07:35 +0000 (00:07 +0100)]
Allow win users to select Lithuanian
(cherry picked from commit
d0b2ec36d9d77a4d45e40dc0b9084048ccded28a )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Wed, 26 Aug 2009 23:22:10 +0000 (00:22 +0100)]
Activate Kazakh localisation
(cherry picked from commit
7810b88f5b28cbf3b80245203172f0a423e69497 )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Fri, 3 Jul 2009 01:01:57 +0000 (02:01 +0100)]
Activate Vietnamese translation
(cherry picked from commit
67fc71719ac47ad5579e5c361fa16b6c33f188aa )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Geoffroy Couprie [Wed, 10 Jun 2009 15:48:24 +0000 (17:48 +0200)]
Fix crash on startup
(cherry picked from commit
c5a00ce762d2406dbb23c6a12bf3e2e9e5363834 )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Tue, 9 Jun 2009 22:08:21 +0000 (23:08 +0100)]
Activate Mongolian l10n
(cherry picked from commit
ecf2a85e766daf4c9b30b76444c28f0816316f70 )
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Christophe Mutricy [Sun, 27 Sep 2009 19:47:48 +0000 (20:47 +0100)]
Remove dead code
Jean-Baptiste Kempf [Thu, 1 Oct 2009 19:56:47 +0000 (21:56 +0200)]
Fortunes...
Jean-Baptiste Kempf [Thu, 1 Oct 2009 18:06:34 +0000 (20:06 +0200)]
More cleaning
Jean-Baptiste Kempf [Thu, 1 Oct 2009 17:18:38 +0000 (19:18 +0200)]
Qt: Remove the use of the Qt translations
Jean-Baptiste Kempf [Thu, 1 Oct 2009 16:43:17 +0000 (18:43 +0200)]
Qt: Cleanup of main_interface.
No functionnal change
Laurent Aimar [Thu, 1 Oct 2009 20:01:07 +0000 (22:01 +0200)]
Reduced a lock visibility to directx only (msw).
It was useless for all other vout modules.
Laurent Aimar [Thu, 1 Oct 2009 19:53:47 +0000 (21:53 +0200)]
Removed unused b_suspend_display (msw).
Laurent Aimar [Thu, 1 Oct 2009 19:49:15 +0000 (21:49 +0200)]
Cleaned up a bit (msw).
Laurent Aimar [Thu, 1 Oct 2009 19:42:35 +0000 (21:42 +0200)]
Removed duplicated DX_POSITION_CHANGE define (msw).
Rémi Denis-Courmont [Thu, 1 Oct 2009 19:36:28 +0000 (22:36 +0300)]
Missing include (GDK_WINDOW_XID)
Rémi Denis-Courmont [Thu, 1 Oct 2009 19:34:46 +0000 (22:34 +0300)]
Hildon: partially fix vout window provider thread safety
Rémi Denis-Courmont [Thu, 1 Oct 2009 19:15:52 +0000 (22:15 +0300)]
Hildon: work round the usual argv warning
Rémi Denis-Courmont [Thu, 1 Oct 2009 18:57:16 +0000 (21:57 +0300)]
M3U are in locale character set
NullSoft format, what did I expect?
This converts meta-data properly.
This also fixes double conversion of the file path prefix (bug reported
on vlc mailing list).
Rémi Denis-Courmont [Thu, 1 Oct 2009 18:46:55 +0000 (21:46 +0300)]
ZPL: remove blind cut&paste code frmo M3U
Rémi Denis-Courmont [Thu, 1 Oct 2009 18:46:02 +0000 (21:46 +0300)]
WPL: simplify
Rémi Denis-Courmont [Thu, 1 Oct 2009 18:41:52 +0000 (21:41 +0300)]
Constify
Rémi Denis-Courmont [Thu, 1 Oct 2009 18:38:52 +0000 (21:38 +0300)]
WPL: remove silly cut&paste from M3U
Pierre Ynard [Thu, 1 Oct 2009 11:11:54 +0000 (13:11 +0200)]
contrib: fix fontconfig patch
Remove chunk merged upstream
Jean-Baptiste Kempf [Wed, 30 Sep 2009 23:59:12 +0000 (01:59 +0200)]
Match options between ActiveX and Mozilla plugins
Jean-Baptiste Kempf [Wed, 30 Sep 2009 23:57:15 +0000 (01:57 +0200)]
Don't ignore-config on the webplugin
This is bad, because many times you customize your vout configuration to make it work.
Jean-Baptiste Kempf [Wed, 30 Sep 2009 23:47:42 +0000 (01:47 +0200)]
Add a FourCC for mpeg1/2
cf http://forum.videolan.org/viewtopic.php?f=14&t=65816&start=0
Laurent Aimar [Wed, 30 Sep 2009 21:17:46 +0000 (23:17 +0200)]
Do not access p_vout->p_sys in events.c (msw).
It fixes the last cross accessed variables.
Laurent Aimar [Wed, 30 Sep 2009 19:56:40 +0000 (21:56 +0200)]
Cosmetic.
Rémi Denis-Courmont [Wed, 30 Sep 2009 19:57:15 +0000 (22:57 +0300)]
linear resampler: fixed-point support (disabled)
Rémi Denis-Courmont [Wed, 30 Sep 2009 19:53:53 +0000 (22:53 +0300)]
linear resampler: cosmetics (no functional changes)