Pierre d'Herbemont
2e888fde24
Source Tree Layout Cleanup: (As decided at videolan-meeting #2 )
projects/ - contains projects that link to libvlc other than vlc and the bindings.
extras/package - contains the packaging specific files.
extras/deprecated - deprecated files.
extras/buildsystem - contains non-default buildsystem stuff.
extras/analyser - contains code analyser (such as editor specific files) specific files.
19 years ago
Pierre d'Herbemont
9403fcee68
vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long time before returning as we usually idle that way. This removes annoying warning messages.
19 years ago
Jean-Baptiste Kempf
4d6a0a40d5
Contribs - XML CVE-2007-6284
19 years ago
Felix Paul Kühne
3b235f8db7
contribs: really fix this patch
19 years ago
Felix Paul Kühne
ecafa84f71
contribs: fixed ffmpeg patch
19 years ago
Rémi Denis-Courmont
1db1e0f0e2
Remove dead preprocessor directives
19 years ago
Rémi Denis-Courmont
9c5aac5c0e
Missing checks for alloca and mmap
19 years ago
Rémi Denis-Courmont
aaf004a2f6
Don't include stddef without checking for it.
19 years ago
Rémi Denis-Courmont
c4f5530cc3
Use waitpipe when establishing an outgoing network connection
19 years ago
Rémi Duraffort
518f3a21a2
Add a public function to create the p_update struct.
19 years ago
Rémi Denis-Courmont
014c5b76f3
Remove libintl from the source tree.
People use libintil from the contrib anyway.
19 years ago
Rémi Denis-Courmont
249229af32
We don't check for limits.h, so don't use HAVE_LIMITS_H
19 years ago
Rémi Denis-Courmont
af48cdef47
Missing #include
19 years ago
Rémi Denis-Courmont
46ff91c652
Fix realaudio linking on Linux without the Win32 loader
19 years ago
Felix Paul Kühne
ade1ff2878
macosx: GUI demo of Simple Preferences showing the Interface and Audio categories. Feedback is welcome.
19 years ago
Rémi Denis-Courmont
bcca390d44
Cosmetic: Use $(...) rather than ${...} for variable expansion
19 years ago
Rémi Denis-Courmont
4fb40a4b1d
libupnp: Don't unescape XML twice. Patch by Robson Braga Araujo
19 years ago
Rémi Denis-Courmont
cffd9d0fca
Ordering fix
19 years ago
Pierre d'Herbemont
a625817c44
text/charset.c: Use #ifdef instead of #if for HAVE_ macro.
19 years ago
Jean-Baptiste Kempf
28ef18e5bd
DVCPRO25 and 50 in AVI...
19 years ago
Christophe Mutricy
f8e862a31c
Put the preprocessing flags in CPPFLAGS
19 years ago
Christophe Mutricy
bb0c23faa1
Fix fribidi.pc
19 years ago
Laurent Aimar
e751a0a7f1
Cosmetic (corrected a comment)
19 years ago
Laurent Aimar
2642d48aa7
Fixed seeking at the exact stream end in block mode.
It fixes errors when using mapped file input (for example with asf,
or with truncated files)
Please, report any regression (with dvb, mapped file, v4l, mms inputs)
19 years ago
Pierre d'Herbemont
d8ae0aacbe
vlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro.
19 years ago
Felix Paul Kühne
d1c108ec3c
qt4 - ehm, I did neither resize the windows nor wanted to do that. QDesigner is a strange thingie...
19 years ago
Felix Paul Kühne
25ceff3f15
qt4 - some string unifications. Open for comments.. ;)
19 years ago
Christophe Mutricy
747daa90b8
Use pkg-config for freetype and fribidi. Please report if your distro don't have the .pc for those. It also affect skins2 cflags and libs
19 years ago
Rafaël Carré
0c59687489
growl: better formatting of notification, depending which metadata is available
19 years ago
Rafaël Carré
43c75f9d14
mozilla: update svn:ignore property
19 years ago
Rafaël Carré
6366a6c48f
mozilla: fix out-of-tree compilation on macosx
19 years ago
Rafaël Carré
68f4acf907
make.pl: match gcc -mmacosx-minXXXXX lines
19 years ago
Rafaël Carré
3c54b698d8
contribs/src: update svn:ignore property
19 years ago
Rafaël Carré
087cd78556
contribs: move macosx gecko-sdk in the right place
19 years ago
Rafaël Carré
9ddb154fb2
misc/osd: set svn:ignore property
19 years ago
Antoine Cellerier
b7513df506
Capture devices interface changes: put v4l2 before v4l. Put the advanced settings in a scroll area.
19 years ago
Christophe Mutricy
ae87215a25
Include stdint.h for uint32_t. i'm not sure how portable it is and how to make it better without including config.h
19 years ago
Christophe Mutricy
2c5961968b
svn:keywords
19 years ago
Pierre d'Herbemont
47d3ba0c80
Makefile.am: Make sure VLC.app will be installed correctly. (Or make sure we won't attempt to install VLC.app).
19 years ago
Antoine Cellerier
03fefb1cb2
Add a missing word.
19 years ago
Antoine Cellerier
3aa161adee
Some more of the same.
19 years ago
Jean-Paul Saman
cacd01db03
Enable use of MMXEXT if available in modules/codec/ffmpeg/scale.c
19 years ago
Antoine Cellerier
d4ed9e115a
Fix error in gpg signature verification function. Gcrypt is responsible for freeing the value returned by gcry_md_read, so we shouldn't free it ourselves but use gcry_md_close instead.
19 years ago
Jean-Paul Saman
e9fffd8895
Restore resizing functionality with ffmpeg swscale. Please check if crop and padding work as expected and report any regressions.
19 years ago
Felix Paul Kühne
a51161fa3b
configure.ac: Darwin doesn't have X11 in most setups either
19 years ago
Jean-Paul Saman
d365b987a6
Oops use -a iso -o
19 years ago
Jean-Paul Saman
f52a08fd3e
Revert [24765]: Add -lX11 to qt4 linking on non-Windows systems only.
19 years ago
Jean-Baptiste Kempf
3707af9db8
Contribs: png depends on zlib
19 years ago
Christophe Mutricy
6b797c9c6a
Revert [24749]. Somehow win32 doesn't have X11
19 years ago
Christophe Mutricy
78d4a87fc6
Hopefully fix libgcrypt linking
19 years ago