Commit Graph

40547 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
a0761fb151 Win32: no need for activex and mozilla folder. 2010-07-03 16:17:07 +02:00
Jean-Baptiste Kempf
e1e5b556c7 Win32: we now depend on make install
+ small fix
2010-07-03 15:57:28 +02:00
Jean-Baptiste Kempf
37607cf9d5 Qt: more fixes for x64 2010-07-03 14:17:45 +02:00
Jean-Baptiste Kempf
5a7b2f11a8 Qt: blind fix for compilation of extended panels 2010-07-03 14:03:22 +02:00
Jai Menon
15b18c04b3 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>
2010-07-03 13:51:35 +02:00
Jean-Baptiste Kempf
9e7276df6a 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
2010-07-03 13:49:40 +02:00
Jean-Baptiste Kempf
c748554df8 Win32: makefile simplification for peflags, osdmenu and lua
Using find.
2010-07-03 13:24:01 +02:00
Jean-Baptiste Kempf
d6b0077ced Win32: more simplifications using find foo 2010-07-03 13:13:29 +02:00
Jean-Baptiste Kempf
f196a40a6a Makefile: Forgotten file in previous commit 2010-07-03 12:49:54 +02:00
Jean-Baptiste Kempf
354d002d0f Be consistent in how you name readme files 2010-07-03 12:41:16 +02:00
Jean-Baptiste Kempf
162edb54a1 Win32: makefile simplification
After `make install` move the right files around so it matches the old layout
2010-07-03 12:35:35 +02:00
Rémi Denis-Courmont
fd57f0eabf C++ compile fix 2010-07-02 21:29:33 +03:00
Rémi Denis-Courmont
b4c9cb160e 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.
2010-07-02 20:56:37 +03:00
Rémi Denis-Courmont
2a6fdbb4b0 stats: can't set two values in the same union 2010-07-02 20:46:12 +03:00
Rémi Denis-Courmont
e284f2409e padding is superfluous (mtime_t, coords...) 2010-07-02 19:52:13 +03:00
Jean-Baptiste Kempf
098b6f264b Win32: prepare "make install" to work. 2010-07-02 15:35:24 +02:00
Ilkka Ollakka
8fc10b42bd Qt4: adjust default playlist font, hopefully looks better in windows 2010-07-02 14:48:10 +03:00
Jean-Baptiste Kempf
a1b6032885 Update module LIST
Remember that omapfb opengl hd1000v and ggi are dead...
2010-07-02 12:03:08 +02:00
Jean-Baptiste Kempf
871eee664e DxVA2: Remove tab in source code 2010-07-02 12:03:08 +02:00
Rémi Denis-Courmont
c6464e8ebf Fix libvlc_video_set_crop_geometry() to accept custom values (untested) 2010-07-02 05:44:17 +03:00
Geoffroy Couprie
89486ccb0b 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 2010-07-01 22:36:52 +02:00
Jean-Baptiste Kempf
167a3db323 Fix rar compilation on broken OSes 2010-07-01 22:14:07 +02:00
Jean-Baptiste Kempf
4b555eab6a DxVA2: user-friendly descriptions 2010-07-01 20:55:39 +02:00
Laurent Aimar
6f9bf4ab7f Safer vlc_atomic_set for win32. 2010-07-01 20:32:44 +02:00
Laurent Aimar
7d8a47a7db Fixed MPEG2 video decoding used in RTSP. 2010-07-01 20:21:18 +02:00
Laurent Aimar
fdf2f0fcec 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.
2010-07-01 20:21:18 +02:00
Laurent Aimar
5d3e4a5dba No functiona changes (rar).
Creates a full list of files inside a rar archives for future modifications.
2010-07-01 20:21:17 +02:00
Jean-Baptiste Kempf
2298f3808f Qt: Increase the max synchronisation time 2010-07-01 18:12:19 +02:00
Jean-Baptiste Kempf
5b1eee3669 audio-visu are about visualization2 modules.
Closes #3826
2010-07-01 17:11:57 +02:00
Erwan Tulou
35bbdac8fd 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%.
2010-07-01 15:50:17 +02:00
Jean-Baptiste Kempf
f14f66e988 DxVA2: cosmetic alignment in GUID 2010-07-01 15:48:16 +02:00
Jean-Baptiste Kempf
fe4a2f20f2 Qt: fix F* keys in Preferences - #3827
KEY_F* are not consequential, while Qt::Key_F* are
Close #3827
2010-07-01 15:06:07 +02:00
Kaarlo Raiha
0e5461f078 destroy whitespace
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
2010-07-01 15:36:39 +03:00
Jean-Baptiste Kempf
e0b2fbe6b2 Thanks to dilaroga 2010-07-01 14:02:42 +02:00
Sebastien Zwickert
c6b77506dd 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>
2010-07-01 13:46:43 +02:00
Sebastien Zwickert
d02ebf22f5 MacOS: fixes #3825. Since [af97f24d52] we need to send a stop: message to properly exit libvlc.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-07-01 13:36:15 +02:00
Jai Menon
95c6e2f347 AVCodec : Add the MPEG1 codec ID to the map table.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2010-07-01 13:30:53 +02:00
Erwan Tulou
b6552403fd skins2: fix RadiaSlider (typo) 2010-07-01 12:04:42 +02:00
Erwan Tulou
a2bd0738d7 skins2: fix RadialSlider
- fix several parameters wrongly spelled (case sensitive)
     (led to crash in atof)
    - fix uninitialized m_position variable
2010-07-01 10:59:21 +02:00
Jean-Baptiste Kempf
20a67d037f Fix english text 2010-07-01 00:31:51 +02:00
Ilkka Ollakka
5661954c35 lua: fix fuzzy musicbrainz search and use " " around title/artists 2010-06-30 20:49:15 +03:00
Ilkka Ollakka
03b67fa4dd 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.
2010-06-30 19:09:16 +03:00
Ilkka Ollakka
41148b0360 Qt4: scale iconview art related to fontsize
Scales whole view content related to fontsize we get from model.
2010-06-30 14:22:33 +03:00
Ilkka Ollakka
8526b9a33f Qt4: return fontrole for all items
By default use defaultsize (from theme/system) - 2 points.
2010-06-30 14:22:33 +03:00
Rafaël Carré
c07dca23ba ignore plugins cache in source dir 2010-06-30 06:54:38 +02:00
Rafaël Carré
e4fb597bfb ncurses: use const, silence a warning 2010-06-30 06:07:13 +02:00
Rafaël Carré
85fadc92b7 contribs: fix FFmpeg target when building ARM
Specify --target-os=linux when HAVE_LINUX is 1
Don't depend on libvpx on armel
2010-06-29 18:32:14 +02:00
Rémi Denis-Courmont
df6818ddca Win32: fix InterlockedExchangeAdd use 2010-06-29 17:29:50 +03:00
Rémi Denis-Courmont
a9daba19eb Move vlc_atomic_t typedef to <vlc_common.h>
Then we don't always need to include <vlc_atomic.h>
2010-06-29 17:29:01 +03:00
Rémi Denis-Courmont
85a9ea3bac Atom: use volatile keyword 2010-06-29 17:29:01 +03:00