1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

187 Commits

Author SHA1 Message Date
Rémi Duraffort
40e2dbaf7d make.pl: missing qt4 stuff. 2009-01-18 12:24:29 +01:00
Rémi Duraffort
4e25d25bc5 make.pl: don't print infos about qt4 moc. 2009-01-09 16:07:05 +01:00
Rémi Duraffort
4cb12c1d59 Don't skip some errors lines and skip some others. 2008-12-27 11:54:53 +01:00
Ludovic Fauvet
6b468738b8 New recently played menu.
* Configuration aware to enable/disable (default enabled)
 * Filters available to ignore some patterns (using QRegExp)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2008-10-20 01:55:25 +02:00
Antoine Cellerier
0792400da0 Remove useless and unfinished seamcarving resizer plugin. (We don't want experimentations in a release do we? :p) 2008-08-24 16:30:56 +02:00
Rafaël Carré
267c2d9cbe Cmake : cmml has no dependency, enable it by default 2008-06-03 08:29:53 +02:00
Rafaël Carré
c75dafab57 Remove support DBus & HAL APIs
Acked by DBus code maintainers
2008-06-02 22:10:26 +02:00
Rafaël Carré
72da704cd7 Cmake: enable a bunch of modules - still a lot TODO 2008-06-01 22:30:26 +02:00
Rafaël Carré
2a1ee35de7 cmake: enable mmap access 2008-06-01 22:16:23 +02:00
Rafaël Carré
65f35e28ea Fix various bugs / missing checks for cmake
Add ENABLE_NLS define, and make po files optional
Update source files to latest modifications
Add missing function checks
Define QT4LOCALEDIR
Require ncurses (I will submit a patch to cmake to check for ncursesw)
2008-06-01 20:32:25 +02:00
Rafaël Carré
85f5092ee6 Privatise some structs and enumerations of PGP update
Export update_GetRelease() to the plugins
Modify qt4 & wx GUIs to reflect this change
2008-05-28 01:20:52 +02:00
Rafaël Carré
0d683192fe make.pl: matches gcc-xx and g++-xx 2008-05-21 20:46:04 +02:00
Rafaël Carré
1ba9301e99 CMake : don't try to link unused targets 2008-05-20 22:11:16 +02:00
Rafaël Carré
d1e78644b5 Cmake : disable samples downloading & related tests 2008-05-20 22:11:15 +02:00
Rafaël Carré
0e6016e25f Cmake : fix libvlc* versionning and naming 2008-05-20 22:11:15 +02:00
Rafaël Carré
c5b21fdcce Cmake : Fix test/ linking 2008-05-18 17:18:23 +02:00
Rafaël Carré
02eaf086c6 Cmake: Fix modules/ building 2008-05-18 17:16:58 +02:00
Rafaël Carré
f569b51c1a cmake: fix src/ building 2008-05-18 16:20:29 +02:00
Pierre d'Herbemont
2d278d72dd cmake: Fix bootstrap script. 2008-05-09 12:37:50 +02:00
Rémi Duraffort
9f3a5f3a46 Less and less information with compile 2008-05-07 23:40:55 +02:00
Rémi Duraffort
e6137ef1f3 Less information when compiling with compile 2008-05-06 14:49:08 +02:00
Rémi Duraffort
7caf92c9f6 Print less information about the compilation when using make.pl 2008-05-06 14:26:00 +02:00
Pierre d'Herbemont
bf52311992 cmake: Define HAVE_ATTRIBUTE_PACKED if needed. 2008-05-04 17:12:45 +02:00
Pierre d'Herbemont
025edf958e cmake: Set min version required, fix some warnings, remove network/error.c from src/CMakeLists.txt. 2008-05-04 17:12:44 +02:00
Pierre d'Herbemont
be7b980b84 cmake: Add FindTaglib.cmake. 2008-04-19 17:12:25 +02:00
Pierre d'Herbemont
ab78c30adf cmake: Link with zlib where needed. 2008-04-19 04:42:56 +02:00
Pierre d'Herbemont
4c9c58adee cmake: Detect taglib. 2008-04-19 04:35:03 +02:00
Pierre d'Herbemont
45198f5278 cmake: Detect libid3tag. 2008-04-19 04:20:38 +02:00
Pierre d'Herbemont
2a9531bffc cmake: Add meta's test. 2008-04-19 03:58:12 +02:00
Rafaël Carré
8d90a61eae Do not try to use cmake 2.4 2008-04-15 22:38:58 +02:00
Pierre d'Herbemont
01a95e7638 test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
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.
2008-04-11 18:47:05 +02:00
Pierre d'Herbemont
500894facc cmake: Support for libs/loader. 2008-03-31 17:41:35 +02:00
Pierre d'Herbemont
3e0c520c64 cmake: media_descriptor->media media_instance->media_player. 2008-03-30 16:21:20 +02:00
Pierre d'Herbemont
d0641277d8 cmake: Add src/misc/action.c. 2008-03-28 10:49:05 +01:00
Pierre d'Herbemont
3e075a2b24 control: Remove dynamic_media_list_*. 2008-03-25 23:41:00 +01:00
Pierre d'Herbemont
0f4951b890 control: Remove tag_query_*. 2008-03-25 23:40:59 +01:00
Rémi Denis-Courmont
974a399a24 Remove the autoconf hack, fix gettext broken in b6c4b865
and fix the M4 ignore rules
2008-03-23 10:49:16 +02:00
Rafaël Carré
55f3a9f1dc Interaction are controlled by a dedicated thread
This is not the playlist's work at all
Fix #1520
2008-03-16 20:50:21 +01:00
Rémi Duraffort
f0c27947ef During the compilation, print errors and warnings on stderr. 2008-03-16 21:34:41 +01:00
Rafaël Carré
d4fc232a9b libpostproc/postprocess.h always includes needed headers 2008-03-09 18:35:17 +01:00
Rafaël Carré
cbb88be639 Fix postproc header detection (the test depends on inclusion of stdint.h but there is no right way to do that in cmake) 2008-03-09 17:52:31 +01:00
Rafaël Carré
d8ff00df25 fix libvlc linking when UPDATE_CHECK is on 2008-03-09 16:22:46 +01:00
Rafaël Carré
fb120859aa Fix PACKAGE_VERSION_* generation with cmake 2008-03-09 16:22:10 +01:00
Pierre d'Herbemont
45dc363611 cmake: Fix tests. 2008-03-03 22:25:32 +01:00
Pierre d'Herbemont
50c2f44202 cmake: Add a small info. 2008-03-02 23:45:00 +01:00
Faustino Osuna
695ebfaebc cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected. 2008-02-29 18:54:02 +00:00
Faustino Osuna
141d39e94c cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h. 2008-02-29 17:49:40 +00:00
Faustino Osuna
791b8caafd Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC. 2008-02-29 16:44:10 +00:00
Pierre d'Herbemont
afc470b348 cmake: s/sout_ts/mux_ts/g 2008-02-29 15:09:18 +00:00
Pierre d'Herbemont
db4727c0da cmake: Add sout modules. 2008-02-29 14:46:52 +00:00