]>
git.sesse.net Git - vlc/log
Mario Siegmann [Wed, 7 Jul 2010 22:46:25 +0000 (23:46 +0100)]
Update german installer l10n
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Michał Trzebiatowski [Wed, 7 Jul 2010 22:43:51 +0000 (23:43 +0100)]
Update polish installer l10n
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Rémi Denis-Courmont [Wed, 7 Jul 2010 20:56:33 +0000 (23:56 +0300)]
Qt4: do not allow spaces in network URLs (fix #3870)
Jean-Baptiste Kempf [Wed, 7 Jul 2010 20:52:14 +0000 (22:52 +0200)]
libass: kill unused variable warnings
Jean-Baptiste Kempf [Wed, 7 Jul 2010 20:45:21 +0000 (22:45 +0200)]
Ignore .exe files in bin/ folder
Jean-Baptiste Kempf [Mon, 5 Jul 2010 16:51:42 +0000 (18:51 +0200)]
Qt: spref small rework of video and codecs part
Move the skip-frame pref from video to codecs
Rémi Denis-Courmont [Wed, 7 Jul 2010 18:57:56 +0000 (21:57 +0300)]
Qt4: fix opening DVD directory with special characters
Rémi Denis-Courmont [Wed, 7 Jul 2010 18:52:10 +0000 (21:52 +0300)]
demux: provide both URL and file path as with access
This commit may eat your domestic pets.
Rafaël Carré [Wed, 7 Jul 2010 18:52:24 +0000 (20:52 +0200)]
doc/transforms.py: whrandom is deprecated since python 2.1
Only import needed functions
Rémi Duraffort [Wed, 7 Jul 2010 18:38:32 +0000 (20:38 +0200)]
Qt4: fix #3872
Rémi Denis-Courmont [Wed, 7 Jul 2010 18:15:08 +0000 (21:15 +0300)]
Qt4: fix opening directory with special characters
Rémi Denis-Courmont [Wed, 7 Jul 2010 18:12:46 +0000 (21:12 +0300)]
make_URI: add scheme parameter
Jean-Paul Saman [Thu, 3 Jun 2010 14:25:45 +0000 (16:25 +0200)]
vlc_block.h: typo in comment
Jean-Paul Saman [Wed, 7 Jul 2010 14:46:17 +0000 (16:46 +0200)]
mozilla: remove unused include
(cherry picked from commit
8749a60070100b42765472bfef4be6e1fb1731e8 )
Conflicts:
projects/mozilla/vlcshell.cpp
Jean-Paul Saman [Mon, 22 Mar 2010 10:25:21 +0000 (11:25 +0100)]
mozilla: correct comment
(cherry picked from commit
ce050593f3b4a668472d481154e1e548c1f79e03 )
Erwan Tulou [Wed, 7 Jul 2010 13:36:27 +0000 (15:36 +0200)]
skin2(Win32): add support for mouse wheel in fullscreen mode
fix #3862
Sébastien Escudier [Mon, 5 Jul 2010 12:50:24 +0000 (14:50 +0200)]
change warning color in console
Use the same orange than in FFMPEG, instead of yellow.
It wasn't readable in consoles with white background.
Jean-Baptiste Kempf [Wed, 7 Jul 2010 12:06:42 +0000 (14:06 +0200)]
Mac: small menu fix
Rémi Duraffort [Tue, 6 Jul 2010 19:19:56 +0000 (21:19 +0200)]
luatelnet: missing debug message.
Rémi Duraffort [Tue, 6 Jul 2010 19:16:01 +0000 (21:16 +0200)]
luatelnet: accept multiple commands seperated by '\n' or '\r'.
It was possible with the oldtelnet interface using something like
(echo admin ; echo help) | nc localhost 4212
That's now working with the lua one (but not the cleanest way).
Rémi Duraffort [Mon, 5 Jul 2010 19:56:06 +0000 (21:56 +0200)]
Core: add some LIBVLC_USED.
Rémi Duraffort [Mon, 5 Jul 2010 19:54:52 +0000 (21:54 +0200)]
Fix printf type.
Rémi Duraffort [Mon, 5 Jul 2010 18:10:17 +0000 (20:10 +0200)]
mp4: fix a memory leak and an invalid release in MacOS code.
Jean-Baptiste Kempf [Mon, 5 Jul 2010 09:59:57 +0000 (11:59 +0200)]
Input: code alignment and cosmetics
Ilkka Ollakka [Mon, 5 Jul 2010 09:49:05 +0000 (12:49 +0300)]
Pulse: do flush in close() not play()
Also compare against RUNNING and not DONE on waiting loop. Also lock mainloop
when modifying values that are used in callback-code, and don't signal without lock.
Jean-Baptiste Kempf [Mon, 5 Jul 2010 09:35:34 +0000 (11:35 +0200)]
Qt: forgotten file in previous commit
Mirsal Ennaime [Mon, 5 Jul 2010 07:05:34 +0000 (09:05 +0200)]
Reorganize the dbus control module code
* Split the module source code into several files
Functionality is unchanged, but the result is more maintainable.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Mon, 5 Jul 2010 09:24:30 +0000 (11:24 +0200)]
Qt4: small preference cleanup
Jean-Baptiste Kempf [Mon, 5 Jul 2010 08:16:18 +0000 (10:16 +0200)]
Win32: simplify and fix targets
Ilkka Ollakka [Mon, 5 Jul 2010 07:00:10 +0000 (10:00 +0300)]
x264: forgotten free() spotted by ivoire
Ilkka Ollakka [Mon, 5 Jul 2010 06:47:05 +0000 (09:47 +0300)]
x264 compile fix for x264 < 102
Ilkka Ollakka [Mon, 5 Jul 2010 06:33:18 +0000 (09:33 +0300)]
x264: add options for opengop
Sebastien Zwickert [Sun, 4 Jul 2010 01:45:04 +0000 (03:45 +0200)]
Fixes comment.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Sun, 4 Jul 2010 18:53:48 +0000 (20:53 +0200)]
Win32: Remove rebase stuff
This was cygwin specific, probably conflicting with ASLR/DEP
and noone is able to understand the logic behind it.
Rémi Duraffort [Sun, 4 Jul 2010 06:22:14 +0000 (08:22 +0200)]
rar: fix possible use of un undefined value (due to a goto on error).
Jean-Baptiste Kempf [Sat, 3 Jul 2010 22:26:53 +0000 (00:26 +0200)]
Qt4: restart the playlist in the correct state when closed
Close #3788
Srikanth Raju [Sat, 3 Jul 2010 18:21:01 +0000 (23:51 +0530)]
ML: Use a lock for ml_Create
Srikanth Raju [Sat, 3 Jul 2010 17:58:43 +0000 (23:28 +0530)]
ML: No need to initialise
Srikanth Raju [Sat, 3 Jul 2010 15:43:56 +0000 (21:13 +0530)]
ML: Remove leading underscores from core functions
Srikanth Raju [Sat, 3 Jul 2010 13:43:33 +0000 (19:13 +0530)]
ML: Replace pl_Hold with pl_Get
Srikanth Raju [Sat, 3 Jul 2010 13:22:48 +0000 (18:52 +0530)]
ML: Remove asserts in vlc_media_library.h
Srikanth Raju [Sat, 26 Jun 2010 16:42:21 +0000 (22:12 +0530)]
Suppress warnings in missing.c
Jean-Baptiste Kempf [Sat, 3 Jul 2010 15:07:58 +0000 (17:07 +0200)]
NEWS about Rar
Jean-Baptiste Kempf [Sat, 3 Jul 2010 15:05:52 +0000 (17:05 +0200)]
Fix make dist after RAR commits
Jean-Baptiste Kempf [Sat, 3 Jul 2010 14:39:15 +0000 (16:39 +0200)]
Makefile: remove BeOS make
BeOS is dead and unmaintained
Jean-Baptiste Kempf [Sat, 3 Jul 2010 14:38:20 +0000 (16:38 +0200)]
Win32: fixup for Unix2dos various names
Jean-Baptiste Kempf [Sat, 3 Jul 2010 14:24:17 +0000 (16:24 +0200)]
Win32: further simplification
Jean-Baptiste Kempf [Sat, 3 Jul 2010 14:17:07 +0000 (16:17 +0200)]
Win32: no need for activex and mozilla folder.
Jean-Baptiste Kempf [Sat, 3 Jul 2010 13:57:28 +0000 (15:57 +0200)]
Win32: we now depend on make install
+ small fix
Jean-Baptiste Kempf [Sat, 3 Jul 2010 12:17:45 +0000 (14:17 +0200)]
Qt: more fixes for x64
Jean-Baptiste Kempf [Sat, 3 Jul 2010 12:03:22 +0000 (14:03 +0200)]
Qt: blind fix for compilation of extended panels
Jai Menon [Thu, 1 Jul 2010 14:21:40 +0000 (19:51 +0530)]
MKV : Export MPEG[12] sequence header present in CodecPrivate as extradata.
This fixes files where the muxer doesn't store sequence headers
as part of the stream.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Sat, 3 Jul 2010 11:35:09 +0000 (13:35 +0200)]
Win32 Makefile: remove unused targets and clean
This commits installs plugins in a plugins/ hierarchy and NOT a flat plugins/
This might kill your cat. You are warned
Jean-Baptiste Kempf [Sat, 3 Jul 2010 11:24:01 +0000 (13:24 +0200)]
Win32: makefile simplification for peflags, osdmenu and lua
Using find.
Jean-Baptiste Kempf [Sat, 3 Jul 2010 11:13:29 +0000 (13:13 +0200)]
Win32: more simplifications using find foo
Jean-Baptiste Kempf [Sat, 3 Jul 2010 10:49:54 +0000 (12:49 +0200)]
Makefile: Forgotten file in previous commit
Jean-Baptiste Kempf [Sat, 3 Jul 2010 10:41:16 +0000 (12:41 +0200)]
Be consistent in how you name readme files
Jean-Baptiste Kempf [Sat, 3 Jul 2010 10:34:35 +0000 (12:34 +0200)]
Win32: makefile simplification
After `make install` move the right files around so it matches the old layout
Rémi Denis-Courmont [Fri, 2 Jul 2010 18:29:33 +0000 (21:29 +0300)]
C++ compile fix
Rémi Denis-Courmont [Fri, 2 Jul 2010 17:54:50 +0000 (20:54 +0300)]
Make vlc_value_t.i_int 64-bits
The memory usage is already there anyway. However, this increases the
code size a little, especially on 32-bits platforms.
N.B.: helper getter functions are still 32-bits until further change.
So are configuration items.
Rémi Denis-Courmont [Fri, 2 Jul 2010 17:46:12 +0000 (20:46 +0300)]
stats: can't set two values in the same union
Rémi Denis-Courmont [Fri, 2 Jul 2010 16:52:13 +0000 (19:52 +0300)]
padding is superfluous (mtime_t, coords...)
Jean-Baptiste Kempf [Fri, 2 Jul 2010 13:18:32 +0000 (15:18 +0200)]
Win32: prepare "make install" to work.
Ilkka Ollakka [Fri, 2 Jul 2010 11:47:58 +0000 (14:47 +0300)]
Qt4: adjust default playlist font, hopefully looks better in windows
Jean-Baptiste Kempf [Fri, 2 Jul 2010 10:02:09 +0000 (12:02 +0200)]
Update module LIST
Remember that omapfb opengl hd1000v and ggi are dead...
Jean-Baptiste Kempf [Fri, 2 Jul 2010 09:49:27 +0000 (11:49 +0200)]
DxVA2: Remove tab in source code
Rémi Denis-Courmont [Fri, 2 Jul 2010 02:43:25 +0000 (05:43 +0300)]
Fix libvlc_video_set_crop_geometry() to accept custom values (untested)
Geoffroy Couprie [Thu, 1 Jul 2010 20:17:38 +0000 (22:17 +0200)]
Win32: Activate DEP on XP SP3. DEP is useless without ASLR, but people using an 10 year old OS don't have the right to complain
Jean-Baptiste Kempf [Thu, 1 Jul 2010 20:14:07 +0000 (22:14 +0200)]
Fix rar compilation on broken OSes
Jean-Baptiste Kempf [Thu, 1 Jul 2010 14:25:23 +0000 (16:25 +0200)]
DxVA2: user-friendly descriptions
Laurent Aimar [Thu, 1 Jul 2010 18:32:44 +0000 (20:32 +0200)]
Safer vlc_atomic_set for win32.
Laurent Aimar [Thu, 1 Jul 2010 18:20:19 +0000 (20:20 +0200)]
Fixed MPEG2 video decoding used in RTSP.
Laurent Aimar [Wed, 30 Jun 2010 19:47:27 +0000 (21:47 +0200)]
Added support for multiple files in RAR archives.
It is not yet perfect as it should probably create a XSPF playlist by
reusing some code from the zip modules.
Laurent Aimar [Tue, 29 Jun 2010 18:13:09 +0000 (20:13 +0200)]
No functiona changes (rar).
Creates a full list of files inside a rar archives for future modifications.
Jean-Baptiste Kempf [Thu, 1 Jul 2010 16:12:19 +0000 (18:12 +0200)]
Qt: Increase the max synchronisation time
Jean-Baptiste Kempf [Thu, 1 Jul 2010 15:09:41 +0000 (17:09 +0200)]
audio-visu are about visualization2 modules.
Closes #3826
Erwan Tulou [Thu, 1 Jul 2010 13:45:42 +0000 (15:45 +0200)]
skins2: fix RadialSlider (overflow)
position varies between 0 and (n-1) when n images are available.
This fixes the widget disappearing when slider was at 100%.
Jean-Baptiste Kempf [Thu, 1 Jul 2010 13:48:16 +0000 (15:48 +0200)]
DxVA2: cosmetic alignment in GUID
Jean-Baptiste Kempf [Thu, 1 Jul 2010 13:00:56 +0000 (15:00 +0200)]
Qt: fix F* keys in Preferences - #3827
KEY_F* are not consequential, while Qt::Key_F* are
Close #3827
Kaarlo Raiha [Thu, 1 Jul 2010 12:28:46 +0000 (15:28 +0300)]
destroy whitespace
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
Jean-Baptiste Kempf [Thu, 1 Jul 2010 12:02:42 +0000 (14:02 +0200)]
Thanks to dilaroga
Sebastien Zwickert [Mon, 28 Jun 2010 11:28:30 +0000 (13:28 +0200)]
MacOS: fixes an issue with the recents item that doesn't list the opened media since changes made in
b0620aea6b50d3062d1240e6d4a3945ca40b5e92 .
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Sebastien Zwickert [Wed, 30 Jun 2010 11:01:30 +0000 (13:01 +0200)]
MacOS: fixes #3825. Since [
af97f24d528acab89969d6541d83f17ce1ecd580 ] we need to send a stop: message to properly exit libvlc.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jai Menon [Wed, 30 Jun 2010 18:53:53 +0000 (00:23 +0530)]
AVCodec : Add the MPEG1 codec ID to the map table.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Erwan Tulou [Thu, 1 Jul 2010 10:01:38 +0000 (12:01 +0200)]
skins2: fix RadiaSlider (typo)
Erwan Tulou [Thu, 1 Jul 2010 08:21:36 +0000 (10:21 +0200)]
skins2: fix RadialSlider
- fix several parameters wrongly spelled (case sensitive)
(led to crash in atof)
- fix uninitialized m_position variable
Jean-Baptiste Kempf [Wed, 30 Jun 2010 22:29:50 +0000 (00:29 +0200)]
Fix english text
Ilkka Ollakka [Wed, 30 Jun 2010 17:49:15 +0000 (20:49 +0300)]
lua: fix fuzzy musicbrainz search and use " " around title/artists
Ilkka Ollakka [Wed, 30 Jun 2010 16:09:16 +0000 (19:09 +0300)]
Qt4: add playlist-tree selection to simple preferences
I think tree-view on playlist looks ok (iconview/listview atleast),
so lets not make too hard to enable it.
Ilkka Ollakka [Wed, 30 Jun 2010 11:21:19 +0000 (14:21 +0300)]
Qt4: scale iconview art related to fontsize
Scales whole view content related to fontsize we get from model.
Ilkka Ollakka [Wed, 30 Jun 2010 11:20:44 +0000 (14:20 +0300)]
Qt4: return fontrole for all items
By default use defaultsize (from theme/system) - 2 points.
Rafaël Carré [Wed, 30 Jun 2010 04:54:38 +0000 (06:54 +0200)]
ignore plugins cache in source dir
Rafaël Carré [Wed, 30 Jun 2010 04:07:13 +0000 (06:07 +0200)]
ncurses: use const, silence a warning
Rafaël Carré [Tue, 29 Jun 2010 16:32:14 +0000 (18:32 +0200)]
contribs: fix FFmpeg target when building ARM
Specify --target-os=linux when HAVE_LINUX is 1
Don't depend on libvpx on armel
Rémi Denis-Courmont [Tue, 29 Jun 2010 14:29:50 +0000 (17:29 +0300)]
Win32: fix InterlockedExchangeAdd use
Rémi Denis-Courmont [Tue, 29 Jun 2010 14:25:37 +0000 (17:25 +0300)]
Move vlc_atomic_t typedef to <vlc_common.h>
Then we don't always need to include <vlc_atomic.h>
Rémi Denis-Courmont [Tue, 29 Jun 2010 14:24:15 +0000 (17:24 +0300)]
Atom: use volatile keyword
Erwan Tulou [Tue, 29 Jun 2010 07:12:09 +0000 (09:12 +0200)]
skins2(Linux): set _NET_WM_PID in any case
whatever the window manager says (in _NET_SUPPORTED), setting it is never harmful. It may even be useful in some situations.
pointed out by courmisch
Jean-Baptiste Kempf [Mon, 28 Jun 2010 23:47:21 +0000 (01:47 +0200)]
Win32: try to fix atomic adds with InterlockedExchangeAdd iso InterlockedAdd
Christophe Mutricy [Mon, 28 Jun 2010 17:59:42 +0000 (18:59 +0100)]
Fix build of mpeg2 module with old libmpeg2 on arm