Commit Graph

1371 Commits

Author SHA1 Message Date
Dominique Leuenberger d408d54f23 HTTP access: support for libproxy, with configure autodetection
Libproxy can read proxy settings from KDE, GNOME, NetworkManager, or
the environment.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-06-15 15:28:29 +03:00
Jean-Paul Saman 9f2297e41c Indentation fix. 2008-06-14 10:09:05 +02:00
Christophe Mutricy 7290a1dc36 Fix logic and comment 2008-06-14 00:22:28 +01:00
Christophe Mutricy fe8791f079 Cosmetic 2008-06-14 00:04:31 +01:00
Rémi Denis-Courmont d9421a57fc Fixes and cleanup 2008-06-12 23:54:13 +03:00
Rémi Denis-Courmont 0c19fd4113 WxWidgets: good bye, I will not miss you.
If you wanted to keep it, you've had two years to take maintainership
and start fixing this mess. It's a bit late.
2008-06-12 23:32:14 +03:00
Rémi Denis-Courmont 5801a8c41b Refer to Qt4 rather than WxWidgets for interactions 2008-06-12 23:29:15 +03:00
Rémi Denis-Courmont 4eea879728 Bunch of always on demu/x plugins 2008-06-10 22:17:34 +03:00
Jean-Baptiste Kempf 7e5e610fc8 Fix postproc compiling. 2008-06-10 11:16:34 -07:00
Rémi Denis-Courmont a48b310787 rtp: don't build unused directory 2008-06-10 20:04:47 +03:00
Antoine Cellerier f7d5f3e7ca Move avcodec module files to modules/codec/avcodec. (The 3 shared
headers, avutil.h, chroma.h and fourcc.h are also located in that
directory.) This should be the last commit in the "Move all the old
ffmpeg modules source code files around to make it seem like you're
working while you're not".
2008-06-09 10:05:35 +02:00
Antoine Cellerier 21574c3af4 avformat is demux/mux. Move it to modules/demux/avformat. 2008-06-09 10:05:35 +02:00
Felix Paul Kühne 60e28ddcc0 Fixed linking the remote OSD plugin 2008-06-09 04:49:28 +02:00
Felix Paul Kühne e42134085b Default enable the update checker on OS X as pointed by j-b 2008-06-09 04:34:18 +02:00
Matthias Bauer 446404d040 Added plugin RemoteOSD, a VNC client as video-filter
Signed-off-by: Rafaël Carré <funman@videolan.org>
2008-06-09 01:49:07 +02:00
Jean-Paul Saman 5112dd3d4b Fix building module/demux/rtp.c for Win32 and WinCE (mingw32/mingwce) 2008-06-08 16:06:59 +02:00
Rémi Denis-Courmont b19b0c5179 Fix the libgcrypt variables substitution 2008-06-07 21:54:06 +03:00
Rémi Denis-Courmont 37ff7ca160 Remove non-sensical statement 2008-06-07 21:37:29 +03:00
Antoine Cellerier 37cc9246d4 Fix typo. 2008-06-06 13:11:46 +02:00
Rafaël Carré 73b24166d6 Revert "Fix mozilla detection logic"
This reverts commit 05cb347026.
2008-06-06 12:03:23 +02:00
Rafaël Carré 05cb347026 Fix mozilla detection logic 2008-06-06 11:40:41 +02:00
Pierre d'Herbemont f4844c9888 stats: Initial import of a stat oriented module. Use with /vlc --ignore-config -I dummy -vvv movie.avi --sout="#transcode{aenc=dummy,venc=stats}:std{access=http,mux=dummy,dst=0.0.0.0:8080}" 2008-06-05 21:14:31 +02:00
Vincent Penquerc'h ca2350877d enable display of background bitmaps (eg, picture subtitles)
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-06-05 18:03:40 +03:00
Pierre d'Herbemont 2f05de0d7e libvlc: No need to link to Cocoa. 2008-06-05 02:36:15 +02:00
Antoine Cellerier 778665b00e Default enable the dvb and v4l2 modules. 2008-06-05 01:23:34 +02:00
Rafaël Carré ceb76725a3 Link with libavutil when needed
Use tabs in Makefile
2008-06-03 21:58:00 +02:00
Rémi Denis-Courmont f9dcddd88d Minimalistic RTP demux
Currently, only MP2T payload and UDP transport work.
2008-06-03 22:51:13 +03:00
Antoine Cellerier 425e7f204c Only link avcodec with libavcodec, avformat with libavformat, swscale with libswscale, imgresample with libavcodec (small hack include to fix AC_CHECK_LIB code), postproc with libpostproc. 2008-06-03 16:00:45 +02:00
Antoine Cellerier c0662427d2 Img resample based module (functionality untested ... but compilation and loading works). Remove unneeded stuff from swscale. 2008-06-03 12:29:48 +02:00
Antoine Cellerier ebbc287d75 Add fallback to img_resample based plugin if swscale isn't available on the system. img_resample will be built as a seperate module than avcodec to prevent avcodec from refusing to dlopen if img_resample is unavailable (debian...). 2008-06-03 11:23:11 +02:00
Rafaël Carré e81f8e4ca2 Remove dead autoconf tests 2008-06-03 08:29:53 +02:00
Rafaël Carré 68eb2ac4c1 Makes configure list enabled modules 2008-06-03 08:29:53 +02:00
Rafaël Carré ad3d28409f Listen to autoconf warnings: cache-id must contain _cv_ 2008-06-03 08:29:53 +02:00
Christophe Mutricy a692da4368 libhal is not a strict requirement 2008-06-03 00:27:56 +01:00
Rafaël Carré c75dafab57 Remove support DBus & HAL APIs
Acked by DBus code maintainers
2008-06-02 22:10:26 +02:00
Rémi Denis-Courmont 135b741724 Look for postproc/postprocess.h correctly 2008-06-02 20:32:16 +03:00
Antoine Cellerier a519caccb5 Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules. 2008-06-02 18:43:54 +02:00
Rémi Denis-Courmont 0b74611881 Add -ldl (git commit --amend with -a again!), document news 2008-06-02 18:02:36 +03:00
Wang Bo 12f23f648d RealVideo codec through DLL loader
With the mutex patch plus a few fixes.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-06-02 17:52:30 +03:00
Pierre d'Herbemont e68398dc86 configure: Check for HAVE_BACKTRACE and HAVE_EXECINFO_H. 2008-05-31 14:04:33 +02:00
Alexis Ballier add88a3ae2 Explicitly check for and link to libavutil
av_free and friends are used in the ffmpeg plugin, and after r13528
ffmpeg's .pc files do not tell anymore to link needlessly to its
private library requirements.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
2008-05-31 12:34:10 +03:00
Rémi Denis-Courmont 0efa83acc9 signal handling interface 2008-05-29 22:49:33 +03:00
Jean-Paul Saman b4fdd335a4 Revert "Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale." It was the wrong fix.
This reverts commit e1629c217e.
2008-05-28 18:11:32 +02:00
Jean-Paul Saman dd61f37b57 Merge branch 'master' of git@git.videolan.org:vlc 2008-05-28 17:33:49 +02:00
Antoine Cellerier 8c140b9e37 Fix ffmpeg section flag handling calls. (at least it fixes the pkg-config code path) 2008-05-28 16:04:53 +02:00
Rafaël Carré ebd3b8f316 Builds opencv video filters elsewhere than win32 2008-05-28 15:05:11 +02:00
Jean-Paul Saman e1629c217e Remove wrong check for img_resample() when ffmpeg is built with libswscale. img_resample() is on the list of deprecated functions and is currently mutual exclusive with swscale. 2008-05-28 14:41:24 +02:00
Rafaël Carré 1589b92e32 Fix check for img_resample and sws_getContext 2008-05-28 00:44:35 +02:00
Rémi Denis-Courmont 2bf6c95c42 telnet depends on --enable-vlm 2008-05-27 20:59:25 +03:00
Rémi Denis-Courmont 821856d8b5 RTMP output needs Winsock 2008-05-27 19:48:05 +03:00