KO Myung-Hun
26564eaa55
Add KAI audio output module for OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Jean-Baptiste Kempf
1d623791ab
Android/Maemo: remove unneeded declaration
That was conflicting with the one in vlc_network.h
15 years ago
Jean-Baptiste Kempf
f189f90f64
Qt: use %tmp%/$TMP folder for updates
Instead of asking the user for where to place it...
I think %tmp% should always be writtable.
15 years ago
Rémi Denis-Courmont
8853c7521d
v4l2: fix step-wise and continuous frame sizes enumeration
Width and height are independent for step-wise frame sizes (yes,
enumerating is slow). Continuous frame sizes are step-size with one
pixel steps for both dimensions (yes, enumerationg is very slow).
A few device drivers use either of those two types, though the discrete
type is much more common.
15 years ago
Rémi Denis-Courmont
b79c09ceb5
Assume OpenMAX IL is used (if it is compiled)
15 years ago
Rémi Denis-Courmont
336185ed98
Remove unused Maemo5 old stuff
15 years ago
Rafaël Carré
b875626ece
Revert "win64: enable live again"
This reverts commit e1b6bbb5bc .
15 years ago
Rafaël Carré
e1b6bbb5bc
win64: enable live again
15 years ago
Rafaël Carré
3d813d0eaf
old contribs: update live patch
patch in new contribs is different -> no update
15 years ago
Sebastien Zwickert
dfd11aa01c
macosx: fixes a memory leak.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
6c3405e727
Qt, sprefs: use the Color Selector
15 years ago
Jean-Baptiste Kempf
8dec35209f
Qt, sprefs: expose outline thickness
15 years ago
Jean-Baptiste Kempf
c35da63efe
Qt: implement the color selector button
15 years ago
Jean-Baptiste Kempf
b2202ed46c
Qt, prefs: correctly set the tooltip on Font Selector
15 years ago
Jean-Baptiste Kempf
1cc30b4c31
Freetype: better shortext for Text Opacity
15 years ago
Jean-Baptiste Kempf
2248e8678e
Freetype: use NULL instead of "" for empty longtext
15 years ago
Jean-Baptiste Kempf
c22b7e0ece
Video Filter: use rgb to define colors
15 years ago
Jean-Baptiste Kempf
5e56eb1ffb
Freetype: mark as _rgb the appropriate options
15 years ago
Jean-Baptiste Kempf
20acb53f18
Switcher: avoid use of unset variable
15 years ago
Jean-Baptiste Kempf
69f5eeae3d
Win32: always use mingw's snprintf
15 years ago
Jean-Baptiste Kempf
12dfb65e91
ASF: help stupid compiler
15 years ago
Jean-Baptiste Kempf
f1ce311c46
mp4: kill warning about sign
15 years ago
Jean-Baptiste Kempf
e480841ee6
ASF: use proper ifdef for DEBUG
15 years ago
Jean-Baptiste Kempf
f1cb218805
Netsync: fix return type
15 years ago
Jean-Baptiste Kempf
4cff240b24
STL: kill warning about sign comparison
15 years ago
Jean-Baptiste Kempf
59dc68d519
Kate: unused arguments
15 years ago
Jean-Baptiste Kempf
b9296a1298
cvdsub: remove unused variable
15 years ago
Jean-Baptiste Kempf
24c463913b
Spatializer: kill warnings and improve locality
15 years ago
Jean-Baptiste Kempf
e26c3d8cd2
DVDread: comment out dead code
15 years ago
Jean-Baptiste Kempf
16224f6925
DV: check return of vlc_clone
15 years ago
Jean-Baptiste Kempf
3da4a170af
misc/picture.c: kill sign warnings
15 years ago
Rafaël Carré
6dbe300fb6
windows: use C++ prototype for REFIID / CoCreateInstance
Fix build with mingw-w64
15 years ago
Rafaël Carré
2287e147f0
win64 old contribs: disable live for now, to not bother us
15 years ago
Rafaël Carré
d980183c56
win64: really get _mkdir definition
15 years ago
Jean-Paul Saman
e59e805e08
mux/asf.c: Workaround for playback of WMV in WMP12 and Silverlight.
The maximum bitrate of the file is not allowed to become zero. If it
is then playback in WMP12 and Silverlight does not work. The actual
value for maximum bitrate does not really matter in these cases as
long as it is not 0.
15 years ago
Jean-Paul Saman
b0d9f43adb
mux/asf.c: typo
15 years ago
Rémi Denis-Courmont
f2f5a1b707
Fix invalid use of the PulseAudio stream from the context callback
Make sure the context callback is registered only after the stream
is created, and unregistered before the stream is destroyed. This
should fix a potential assertion failure when stopping audio.
15 years ago
Francois Cartegnie
61cb650c1a
luahttp intf: Make use of gettext
15 years ago
Francois Cartegnie
fb3be334cd
web intf: prettify js code.
And convert tabs to 4 spaces according to code guidelines.
15 years ago
Laurent Aimar
6b49065d2c
Added 'pasp' atom support to mp4/mov demuxer.
This atom can store an optionnal aspect ratio.
15 years ago
Laurent Aimar
a2e0062688
Fixed support of mov/mp4 with fixed video samples size.
It fixes #3531 (DV inside mov)
15 years ago
Rémi Denis-Courmont
05a7af68c4
vasprintf: rewrite. va_copy() was missing.
15 years ago
Jean-Baptiste Kempf
f480cd0ddb
Dash: major warnings cleanup
All of them should be gone, except one.
15 years ago
Jean-Baptiste Kempf
55f2b5d5d9
DASH: remove unnecessary includes and other trivial fixes
15 years ago
Jean-Baptiste Kempf
bab7fd937b
Update NEWS, LIST and po for DASH
15 years ago
Christopher Mueller
f3600cde89
Added DASH stream filter
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Jean-Baptiste Kempf
3d0a5eb474
Contribs: update freetype to 2.4.7 (CVE-2011-3256)
15 years ago
Jean-Baptiste Kempf
00114ae28d
Taglib: don't try to add empty meta in APE
15 years ago
Laurent Aimar
2a3be8975c
Deprecated native real demuxer in favor to avformat.
15 years ago
Tobias Güntner
22dc9766c5
Ignore invalid timestamps (PS demuxer)
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years ago