Katsushi Kobayashi
9a46b63e12
qtcapture: implement video capture device selection
manually merged and tweaked
15 years ago
Katsushi Kobayashi
c1cbe14707
qtcapture: added support for all QTKit-compatible video input devices
includes a couple of tweaks by me and will need further testing and cleaning
15 years ago
Felix Paul Kühne
f767daa226
macosx: we still don't want to strip non-existant debug symbols from the frameworks
15 years ago
Rémi Denis-Courmont
d634cc1b7b
Remove invalid use of VLC_EXPORT
15 years ago
Felix Paul Kühne
91c1ce2bd5
deinterlace: fix compilation on Mac OSX 10.5, for which stdlib isn't enough
15 years ago
Felix Paul Kühne
6f997bd527
dvdnav: compilation fix
15 years ago
Rémi Denis-Courmont
53ffb22418
Win32 R/W locks: fix/add comments, add asserts
15 years ago
Rémi Denis-Courmont
1b6caac9a6
vlc_cond_wait() does not return any value
15 years ago
Rémi Denis-Courmont
59d12a2083
dvdnav: cleanup probing
- Do not probe paths that do not exist (ENOENT).
- If the OS supports open()ing directories (HAVE_FDOPENDIR), do not
probe paths that cannot be opened.
- Do not probe files whereby fstat() fails.
- Do not probe non-regular files other than directories and block
devices (previously, only FIFOs were discarded).
- Look for anchor even if fstat() is not supported.
15 years ago
Rémi Denis-Courmont
32b362986e
dvdnav: remove useless parameter
15 years ago
Rafaël Carré
375a8961a8
ncurses: fix display glitch in stats/info/meta boxes
15 years ago
Felix Paul Kühne
be80120018
macosx: added a track synchronization panel
15 years ago
Felix Paul Kühne
0f0a2b2ed2
deinterlace: compilation fix
15 years ago
Rémi Denis-Courmont
2b58c0ef53
IVTC: fix undefined arithmetic
15 years ago
Benjamin Drung
5fc7f1e069
libpulse_plugin: Fix linking against pulseaudio.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Jean-Baptiste Kempf
98ebfae90e
Authors: add Juha Jeronen
15 years ago
Jean-Baptiste Kempf
b9b30e4f11
Update LIST
15 years ago
Rémi Denis-Courmont
9b1e7f3839
XML: test case for C0/C1 control codes encoding
15 years ago
Rémi Denis-Courmont
15c5e82683
XML: encode C0/C1 control codes correctly ( fix #4737 )
15 years ago
Mike Houben
8bea864221
Contribs: Updated Sparkle Framework to allow Delta Binary Updates
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years ago
Rémi Denis-Courmont
061648407e
Rename vlc_key_t to vlc_action_t
15 years ago
Pierre Ynard
e68c3be235
deinterlace: add missing file to sources
15 years ago
Pierre Ynard
2574cb7c0f
OSS: fix Makefile typo
15 years ago
Pierre Ynard
5c289be623
i18n: fix POTFILES list
15 years ago
Rémi Denis-Courmont
32f5a79892
V4L2: v4l2-dev is not obsolete
15 years ago
Rémi Denis-Courmont
396ba41406
config.h must be included first and always
15 years ago
Jean-Baptiste Kempf
e0dabc4293
MMS: fix a potential crash
See http://forum.videolan.org/viewtopic.php?f=14&t=90169
15 years ago
Rémi Denis-Courmont
c8ab50b954
Remove references to non-existent Altivec plugins
15 years ago
Juha Jeronen
b331b62931
deinterlace: some more authorship fixes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Felix Paul Kühne
fc9fcc270f
macosx: don't release a window on close, if you want to re-use it
15 years ago
Jean-Baptiste Kempf
a5c08fda95
Qt: fix simple volume alignment
15 years ago
Felix Paul Kühne
f11dc4f690
macosx_dialog_provider: removed duplicate config_saveConfig
15 years ago
Felix Paul Kühne
7ec8deda89
macosx: adapted to latest config API changes
15 years ago
Felix Paul Kühne
b1c3b3ba41
contribs: fixed TOOLS creation order for Mac
15 years ago
Rémi Denis-Courmont
5b87e917bb
Reset config if module bank works, save config if VLC exits cleanly
15 years ago
Juha Jeronen
0a64e3e489
deinterlace: a small factoring to DarkenField() in the Phosphor algorithm
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years ago
Juha Jeronen
a6456dc87d
deinterlace: fixed authors for X and the Yadif glue
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Juha Jeronen
236fd4303c
deinterlace: bugfix to CalculateInterlaceScore()
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Juha Jeronen
eb4b233b71
deinterlace: algo_ivtc.h: typo in comment
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years ago
Jean-Baptiste Kempf
95cd7e4e64
Mux/Demux avformat: add the "avformat" shortcut
It makes sense, especially since the libav/FFmpeg split
16 years ago
Rémi Denis-Courmont
7af4b7fed7
Move common predefined macros to config.h and common.am
Also, __USE_UNIX98 is a libc-internal definition. The build system is
not supposed to define that directly (we have _GNU_SOURCE).
16 years ago
Rémi Denis-Courmont
c3a51903f2
Remove some leftovers from pre-libtool era
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
16 years ago
Rémi Denis-Courmont
473a276fdd
Remove ugly builtin support
I don't this abomination to leak through the stable LibVLC interface.
To link statically, modules should be linked into LibVLC instead.
And then, there is no need to reintroduce the old "builtin" vlc-config
type if all modules are built the same. In prehistoric times, the
distinction was needed because some modules were static and some not.
16 years ago
Rémi Denis-Courmont
a03559149c
Remove old vlc-config pic
16 years ago
Rémi Denis-Courmont
8b5b0cfa90
vlc-config: remove unused linkage command
16 years ago
Rémi Denis-Courmont
2c9b0d37a0
Only check optimization flags when useful
16 years ago
Rémi Denis-Courmont
4a78361e7a
Do not force -O0 with --disable-optimizations
GCC takes the last -O* option, which defaults to -O0 anyway. With
./configure forcing -O0, there was no way to select a custom
optimization level via external CFLAGS.
16 years ago
Rémi Denis-Courmont
c89257fa93
Gather and cleanup debug and profiling configuration
16 years ago
Rémi Denis-Courmont
13e78d8105
Remove code size optimization
Optimizing VLC code for size is probably not such a great idea,
considering that media playback is performance critical. There are
better ways to reduce code size than -Os, e.g. Thumb(2) code on ARM.
And of course, removing unneeded plugins and feature is the best way
to reduce code size.
16 years ago
Rémi Denis-Courmont
dcdf7a64a2
config_StringEscape: iterate through string twice rather than 3 times
16 years ago