Laurent Aimar
127fa7338d
Merged text_renderer.h into freetype.c
It isn't use anywhere else.
15 years ago
Laurent Aimar
6a539d911b
Clean up a bit freetype.
15 years ago
Laurent Aimar
6b07ae5c6d
Factorized rendering code between html and non html mode in freetype.
15 years ago
Laurent Aimar
648b99e9df
Renamed Render into RenderYUVP (freetype).
15 years ago
Felix Paul Kühne
63e66b3612
macosx: added skeleton for the video effects panel
15 years ago
Jean-Baptiste Kempf
1172b71cfd
Contribs: flac building simplification
15 years ago
Jean-Baptiste Kempf
77ea8af641
live555: remove unnecessary header
15 years ago
Jean-Baptiste Kempf
928a49e83f
Android: deactivate even more things in the configure
15 years ago
Rémi Denis-Courmont
4c68266d7d
aout_InputPlay: keep the input FIFO lock
This avoids racing with the audio output thread (if it exists) on the
end date of the mixer input FIFO.
15 years ago
Rémi Denis-Courmont
cbb3e10972
aout_OutputNextBuffer: move both FIFOs atomically and clean up
This avoids racing with decoder thread (audio input & mixer) w.r.t. the
FIFO timestamps.
15 years ago
Jean-Baptiste Kempf
c977aa35ed
Win32: Add vlc-cache-gen.exe properties
Reported-By: Alessandro (ale5000)
15 years ago
Jean-Baptiste Kempf
4a9a864244
Win32: Fix libvlc.dll properties
Reported-By: Alessandro (ale5000)
15 years ago
Erwan Tulou
73b7ccdfc6
skins2: fix memory leak regarding previous commit
15 years ago
Erwan Tulou
d7615a6e8f
skins2: fullscreen support for multiple screens (both Linux and Win32)
- by default, fullscreen is performed on the same monitor as the one
where the video is currently being played back.
- support for --qt-fullscreen-screennumber if the user wishes to force
fullscreen on a given monitor.
This fixes trac #4712 . Tested on Linux. Tests needed for Windows.
15 years ago
Erwan Tulou
ba0677ca17
skins2(Win32): kill compil warnings
15 years ago
Rémi Denis-Courmont
79c8884479
Missing case
15 years ago
Rémi Denis-Courmont
3ac60f9326
mixer: do not check for expired input PTS
The audio input drops expired packets before they hit the mixer. Since
we only support a single input per mixer, the mixer check is mostly
redumdant.
15 years ago
Rémi Denis-Courmont
c5e166c05a
Add GNOME MIME types for Ogg Vorbis and Ogg Theora
Pointed-out-by: Fabian Greffrath <fabian@greffrath.com> (Debian BTS)
15 years ago
Rémi Denis-Courmont
f8278de4e2
Small quirk in previous commit
15 years ago
Rémi Denis-Courmont
fa5084f680
aout_InputPlay: compute drift once (rather than 2-4 times)
15 years ago
Rémi Denis-Courmont
2685a8b253
mixer: cleanup packetization
15 years ago
Rémi Denis-Courmont
789f172403
aout_InputPlay: compute current time only once
15 years ago
Rémi Denis-Courmont
0ba7d3d906
Cosmetic change: aout_InputIsEmpty -> aout_DecIsEmpty
15 years ago
Pierre Ynard
a3107ff07c
i18n: fix POTFILES
15 years ago
Rémi Denis-Courmont
1d3c4b4f56
fixed32: debug typo
15 years ago
Mirsal Ennaime
b418436b45
telepathy: Fix memleak
15 years ago
Mirsal Ennaime
db1ba07392
dbus: fix memleaks
15 years ago
Rémi Duraffort
b0d7c77b11
lua: return nil when the stream or file ends ( fix #4876 )
15 years ago
Felix Paul Kühne
315326696e
macosx: fixed disappearing repeat button images introduced in [8f79caa3e4b56c73c719bfa7c444cccbf203aa19]
Closes #4886
15 years ago
Jean-Baptiste Kempf
4ecdf371be
Win32: define _WIN32_IE in a centralized way
15 years ago
Jean-Baptiste Kempf
ecdd1ee8ad
Win32 skins: reorder includes to fix warnings
15 years ago
Jean-Baptiste Kempf
2c5c36f1a5
Qt: includes order
15 years ago
Jean-Baptiste Kempf
0b76cec1d1
Win32: Use _WIN32_WINNT 0x501 everywhere
15 years ago
Jean-Baptiste Kempf
43630c7016
Direct3D is now the default for every Windows version
Main reason is that tt has the nicer subtitles support
Broken configurations (looking at you S3 and Matrox) will be able to use
the DirectDraw module.
15 years ago
Jean-Baptiste Kempf
6d67a6d13c
NEWS for VLC 1.2.0 Windows versions support
Unsupported versions:
- Win9x (this is already the case)
- Win XP SP0, SP1
- Win 2000 (all editions)
- Windows 2003 SP0
Supported versions:
- Windows XP SP2, SP3
- Windows 2003 SP1
- Windows Vista, 7 and 2008
15 years ago
Rafaël Carré
b1eefb4509
typo
15 years ago
Jean-Baptiste Kempf
af6a6b2b5b
Qt4: add the browsed folder to the device combo
15 years ago
Jean-Baptiste Kempf
b0be5abef7
Contribs: update to latest x264 configure and use native win32 threads
15 years ago
Rémi Denis-Courmont
98ce3c3347
Add mixer for FI32 and S16N
Audio volume should now work on !HAVE_FPU. This is untested though.
15 years ago
Jean-Baptiste Kempf
3be96c604b
DxVA2: add Mpeg1 VLD and VC-1 2010 VLD GUIDs
Both are present in recent nVidia cards. The latter is about the
Aug. 2010 revision of the DxVA2 WMV specification
15 years ago
Mirsal Ennaime
b5e4616ebd
dbus: Fix memleak and remove warnings
15 years ago
Mirsal Ennaime
1d43feaafe
dbus: Fix the tracklist's PropertyChanged signal
15 years ago
Mirsal Ennaime
cfcb63c30b
dbus: Correctly initialize p_sys
15 years ago
Rémi Denis-Courmont
6de1cefb1d
Remove aout_mixer_input_t.begin
15 years ago
Rémi Denis-Courmont
402c532028
aout mixer: do output buffer packetization in core, simplify
Now the mixer can focus on applying to volume. Dummy mixers for
S/PDIF and linear are now merged.
15 years ago
Rémi Denis-Courmont
fefde73eb4
aout_Fifo*: remove useless parameter
15 years ago
Rémi Denis-Courmont
15366ab462
mixer: partial cleanup, use aout_mixer_t instead of aout_instance_t
15 years ago
Rémi Denis-Courmont
dd89374c49
Constify aout_OutputNew()
15 years ago
Laurent Aimar
4fc3bd15a3
Fix ByteIOContext init on recent libavformat
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Erwan Tulou
490745a0c5
skins2: drag&drop (small tweak)
Rather than automatically expanding folders when hoving over them, use this
information (folder expanded or not) to either insert the dropped item as its
next sibling in the parent folder or as its first child in this folder respectively.
15 years ago