- 28 Apr, 2008 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Only enable those modules that were enabled, rather than _all_ of them (which should fix --disable-sse and --disable-mmx). Also don't run checks if we know we're not going to enable the modules anyway.
-
- 27 Apr, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Clueful people use them when they need to. Let them decide.
-
- 25 Apr, 2008 1 commit
-
-
Felix Paul Kühne authored
-
- 21 Apr, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
-
- 13 Apr, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 11 Apr, 2008 2 commits
-
-
Pierre d'Herbemont authored
This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination. libvlc test are now splitted a bit. Tests that are specific to core and that don't need vlc's modules are kept in src/test.
-
Jean-Paul Saman authored
-
- 09 Apr, 2008 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 07 Apr, 2008 2 commits
-
-
sam authored
Added "mingw32ce" as a possible host_os name, and linked more plugins with -lws2 (namely audioscrobbler, growl, rtp and stream_out_rtp).
-
Felix Paul Kühne authored
-
- 30 Mar, 2008 1 commit
-
-
Rafaël Carré authored
-
- 28 Mar, 2008 1 commit
-
-
ivoire authored
-
- 23 Mar, 2008 4 commits
-
-
Rémi Denis-Courmont authored
The whole point of keeping the m4 and po/Makefile.in.in is to not need to have the same version all over the place anyway, otherwise we might as well put all these files to .gitignore... Remove some old m4 macros as well.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
and fix the M4 ignore rules
-
- 22 Mar, 2008 1 commit
-
-
Rafaël Carré authored
-
- 21 Mar, 2008 1 commit
-
-
sam authored
Sometimes our list of video output modules is still not enough for an external libvlc application with specific requirements. For instance, an SDL application running in full screen cannot open a new window on Linux (this is a known libSDL limitation). This vmem video output allows it to asynchronously render the video into an SDL_Surface, with full locking. Resolution or pitch changes are not supported yet. I'd advise against them however, since they often require a full chroma unload/reload operation, which is quite expensive. I also believe this feature should be directly integrated into libvlc, but I don't want to be too intrusive yet.
-
- 20 Mar, 2008 1 commit
-
-
sam authored
Add a --disable-wince option so that we can disable this (probably broken) plugin's build when mingwce is detected. Also, add -lmmtimer to the libvlc link flags because this is where timeGetTime() lies.
-
- 19 Mar, 2008 1 commit
-
-
sam authored
In some cases (eg. when building binary packages) one only needs libvlc and libvlc-control and does not wish to build or install VLC binaries. This --disable-vlc flag saves us from manually removing the unwanted binaries after "make install".
-
- 18 Mar, 2008 1 commit
-
-
Rafaël Carré authored
-
- 16 Mar, 2008 3 commits
-
-
Pavlov Konstantin authored
Should fix builds on linuxes using that library: ALT, PLD, Fedora.
-
littlejohn authored
-
littlejohn authored
-
- 15 Mar, 2008 1 commit
-
-
Christophe Mutricy authored
-
- 12 Mar, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
Don't test for attribute visibility, because it doesn't support it, but it will pass the test and fill the warning output with messages. Profit to s/enable-pp/enable-postproc in the comments.
-
- 09 Mar, 2008 1 commit
-
-
littlejohn authored
-
- 08 Mar, 2008 1 commit
-
-
dionoea authored
Add a new croppadd video filter. It currently isn't used anywhere. This should work for all kind of chromas.
-
- 07 Mar, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 06 Mar, 2008 3 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)
-
Rémi Denis-Courmont authored
-
- 05 Mar, 2008 2 commits
-
-
Rémi Denis-Courmont authored
We have enough --enable-foobar already. RTMP does not have any dependency and is not huge.
-
Ilkka Ollakka authored
It came in before git-stuff, so applying it this way is my slowness.
-