Rémi Denis-Courmont
bbdf393370
_POSIX_PTHREAD_SEMANTICS is already defined by AC_USE_SYSTEM_EXTENSIONS
17 years ago
Jean-Baptiste Kempf
5965cd4301
Simplify detection caca and force 0.99beta1
17 years ago
Jean-Baptiste Kempf
217a4736fb
Delete galaktos plugin.
This hasn't work for quite some time and we have projectM module.
Moreover, noone complained.
17 years ago
Jean-Baptiste Kempf
cc1d1e62c5
Simplify configure for win32
17 years ago
Jean-Baptiste Kempf
af1f3a702c
E-AC3 patch update
17 years ago
Laurent Aimar
0b6f77504f
Revert "Remove useless assignation"
This reverts commit 338355426e .
It segfaults as p_next is now uninitialized.
==25869== Conditional jump or move depends on uninitialised value(s)
==25869== at 0x5078332: GetNextItem (tree.c:441)
==25869== by 0x5078D7A: playlist_GetNextLeaf (tree.c:362)
==25869== by 0x5071CFE: ResetCurrentlyPlaying (thread.c:197)
==25869== by 0x5072952: Thread (thread.c:596)
==25869== by 0x577AFC6: start_thread (in /lib/libpthread-2.7.so)
==25869== by 0x5EE65AC: clone (in /lib/libc-2.7.so)
17 years ago
Laurent Aimar
9b3a219b6c
Fixed a segfault in module_Load in case of error.
17 years ago
Grigori Goronzy
e8189268e1
libass: rename types to match upstream
Rename types and add compatibility macro for old libass versions.
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
17 years ago
Rémi Denis-Courmont
338355426e
Remove useless assignation
17 years ago
Ilkka Ollakka
4ae0ca4d65
freetype: add error-output
17 years ago
Ilkka Ollakka
507bd58658
freetype: force updating fontcache on loading of module
Remove external thread for fontdbbuiler, and do it on load. First run is
slower on windows, so show dialog about it to user. Following runs
should be much faster (atleast according to my own tests).
So on optimal case user sees that font-dialog only once when initial
cache is created.
One idea was to load freetype-module on start of vlc, so it would create
that cache on start of vlc instead of start of video (when showing
title), and could be changed to show something like 'VLC is starting
first time, please wait a while...' or so.
Feel free to revert/change/complain about this if it doesn't work for
you.
17 years ago
Rémi Denis-Courmont
d17b37cf13
vlc-wrapper needs -lsocket on Solaris ( fixes : #3035 )
17 years ago
Rémi Denis-Courmont
a924dfab20
Remove broken lrint hack ( fix : #3030 )
17 years ago
Rémi Denis-Courmont
c43825056e
Work around missing POSIX.2008 dirfd() on Solaris ( fixes : #3029 )
17 years ago
Rémi Denis-Courmont
269a815df9
Fix config parameter descriptive comment ( fixes : #3032 )
17 years ago
Rémi Denis-Courmont
d02001eb0e
Do not undef _FILE_OFFSET_BITS ( fixes : #3031 )
This partially reverts f1175e715b .
17 years ago
Rémi Denis-Courmont
23414d6308
Check for fstatfs ( fixes : #3028 )
17 years ago
Rémi Denis-Courmont
29b00f3f47
Work around missing PF_LOCAL ( fixes : #3027 )
17 years ago
Rémi Denis-Courmont
5f9fc1cab0
Cosmetic: socket(AF_ -> socket(PF_
17 years ago
Rémi Denis-Courmont
aa55637b75
Specify the install path for plugins
This is just pedantic. Nobody links against plugins anyway.
17 years ago
Jean-Baptiste Kempf
8792493cda
Update libass repo location
17 years ago
Jean-Baptiste Kempf
db6a2bfa68
Keep access_gnomevfs as the plugin name
17 years ago
Jean-Baptiste Kempf
7c8d655cf3
Simplify Jack and DCA detection
17 years ago
Jean-Baptiste Kempf
f004323ee3
Simplify portaudio and libxml2 detection
17 years ago
Jean-Baptiste Kempf
a3c7e55ec3
Configure: update macro to deal with the case where you want --enable-foo, but the module name is not foo.
So, add a new argument that can be empty
This happens for --enable-dv (access_dv) --enable-shout (stream_output_shout)
17 years ago
Jean-Baptiste Kempf
314bd6d649
Simplify dc1394 and dv detection.
Be careful, while dv was updated to the new APIs, dc1394 wasn't
17 years ago
Laurent Aimar
d9f8dcc6be
Fixed the YUV fallbacks for I440.
17 years ago
Laurent Aimar
895d2a08f3
Enabled SDL in "vout display" wrapper.
17 years ago
Laurent Aimar
b089f25b25
Converted vout sdl to "vout display" API.
17 years ago
Laurent Aimar
4e34f941f1
Added YUV fourcc helpers mainly for vout.
17 years ago
Jean-Baptiste Kempf
76c81b476d
Fix configure for win32
17 years ago
Jean-Baptiste Kempf
b4ea8923db
Simplify HAL, mtp, notify, gnomeVFS, libmpeg2, projectm and bonjour
17 years ago
Jean-Baptiste Kempf
8674d65e90
AVcodec version needed for 1.1 is 51.48.0 so far.
17 years ago
Jean-Baptiste Kempf
30f9eb499b
Simplify shout, libproxy detection
17 years ago
Jean-Baptiste Kempf
79ff1143a0
Simplify ogg, and flac detection
17 years ago
Jean-Baptiste Kempf
205a00a3cd
Simplify vorbis detection and activate encoder except when tremor is requested
17 years ago
Jean-Baptiste Kempf
c2cd93a699
Simplify Pulseaudio detection
17 years ago
Jean-Baptiste Kempf
bcae143e59
Delete CSRI module. Unmaintained and libass is better.
17 years ago
Jean-Baptiste Kempf
7dfa273777
Simplify SVG, tiger and fluidsynth detection
17 years ago
Jean-Baptiste Kempf
251ca87c73
Configure, create a m4cro for checking dependencies in pkg_config
--enable-foo will search for the foo.pc and die if not provided
--disable-foo will not search anything related to foo
'' will search for foo.pc and give a message if foo.pc is not provided.
17 years ago
Felix Paul Kühne
ed5c79cf0d
macosx: allow 'wm' and 'rmvb' as file extensions and update the xcode project format
17 years ago
Laurent Aimar
2a245b4b7b
Enabled caca in "vout display" wrapper.
17 years ago
Laurent Aimar
52af2d545b
Converted vout caca to "vout display" API.
17 years ago
Laurent Aimar
de33cab803
Enabled aa in "vout display" wrapper.
17 years ago
Laurent Aimar
293e56231f
Converted vout aa to "vout display" API.
17 years ago
Laurent Aimar
d070cdeb4d
Added a temporary "vout display" wrapper.
17 years ago
Laurent Aimar
3e30c539c6
Introduce "vout display" module API to replaced "vout" one.
17 years ago
Andy Chenee
98c4602866
RC: add frame-by-frame function
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
17 years ago
Rémi Denis-Courmont
cd5c7acea5
HTTPd: do not reveal the username through as the realm ( fixes : #2993 )
17 years ago
Rémi Denis-Courmont
2037bb7186
Qt4: determine saved playlist format from selected filter...
...rather than extension (if any). Fixes : #3016 .
Also make the code a bit more generic.
17 years ago