1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Commit Graph

60 Commits

Author SHA1 Message Date
Filippo Carone
025d0a239f failing test for libvlc_media_list_player added 2008-06-29 14:34:55 +02:00
Jean-Paul Saman
e9315c82f5 Fix test program. 2008-06-15 09:34:07 +02:00
Jean-Paul Saman
a4bb63528c Unify libvlc_state_t, input_state_e, mediacontrol_PlayerStatus and libvlc_event_type_t. 2008-06-14 16:19:23 +02:00
Rémi Denis-Courmont
eb5e7fb48e Fix building the testsuite 2008-06-01 10:29:08 +03:00
Rafaël Carré
d3635fbc39 s/vlc-control/vlc/ 2008-05-16 13:01:09 +02:00
Rémi Denis-Courmont
730cd53376 Remove any tests that requires external networking.
Breaks distcheck, no thanks.
2008-05-10 18:36:16 +03:00
Pierre d'Herbemont
b11361df8b test: Fix make distcheck by including libvlc/test.h in check_HEADERS. 2008-04-19 20:44:47 +02:00
Pierre d'Herbemont
3e6a01941b test: Remi's copyright in libvlc/meta.c as asked by jpsaman. 2008-04-19 16:11:26 +02:00
Rafaël Carré
6c0e4396df Meta test:
Precise a comment
Wrap a long line
Rework the assertions:
    Do it in the right order
    Do not put str*cmp-that-could-be-a-ugly-glibc-macro in assert()
2008-04-19 14:38:24 +02:00
Rafaël Carré
3181ed5824 Don't use the local media library in tests 2008-04-19 14:14:03 +02:00
Rafaël Carré
727f7b3c82 didn't I say too strong ? 2008-04-19 04:12:48 +02:00
Rafaël Carré
87553c3239 prune is too strong ... 2008-04-19 04:11:06 +02:00
Rafaël Carré
3f465bd277 Mikael Stanojevic rules them all (especially Bonnevile) 2008-04-19 04:03:02 +02:00
Pierre d'Herbemont
d37f47486f test: catch() a bit more, and send artist meta to log output. 2008-04-19 04:02:10 +02:00
Pierre d'Herbemont
62333c7c1e test: Copyright and formatting in libvlc/meta.c. 2008-04-19 03:41:30 +02:00
Pierre d'Herbemont
4c22822980 test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty string. 2008-04-19 03:34:43 +02:00
Pierre d'Herbemont
d549f9b30d test: Don't leak a libvlc_media in libvlc/meta.c. 2008-04-19 03:31:53 +02:00
Pierre d'Herbemont
b66dfd1b9f test: Test meta data support.
Note, this is done even if no meta data module is compiled. A future commit should fix that.
2008-04-19 03:22:20 +02:00
Pierre d'Herbemont
449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
This improves readability a lot and prevent us from reinventing the wheel.
2008-04-14 02:02:22 +02:00
Christophe Mutricy
d6679da13c Getting the sample is not a check in itself 2008-04-11 22:40:09 +01:00
Pierre d'Herbemont
6d6185f24f test: Get rid of the sleep() that crept in our test code. 2008-04-11 19:11:52 +02:00
Pierre d'Herbemont
35dc9b31f0 test: Use --ignore-config by default for all tests. 2008-04-11 19:03:22 +02:00
Pierre d'Herbemont
8502890672 test: Fix a typo in Makefile. dirname was to be used, not basename. 2008-04-11 19:00:03 +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
972e362d67 test: Remove python umbrella. 2008-04-11 17:01:29 +02:00
Jean-Paul Saman
f072e4c44b Ignore the overlay-test program 2008-04-11 09:26:59 +02:00
Jean-Paul Saman
569f294d6a Move overlay-test application to test/dynamicoverlay 2008-04-09 12:44:05 +02:00
Jean-Paul Saman
0d15cad14a Again id weirdness. 2008-03-02 18:22:31 +01:00
Rémi Denis-Courmont
99fab9089e Don't include config.h from the headers - refs #297.
Missing some cases that I could not test.
Also ffmpeg/chroma.c is locked, so I can but leave it broken.
Fix is for the remaining modules is obvious and the issue is easy to detect.
2008-01-23 21:50:58 +00:00
Rafaël Carré
9df6f20907 libvlc_destroy() -> libvlc_release() 2007-10-22 20:06:22 +00:00
Rafaël Carré
6ee1e193fd Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
Clément Stenac
651078ecf9 Added initial support for TLS (Thread Local Storage) variables 2006-12-18 21:40:12 +00:00
Clément Stenac
acf462d72a Rework dicts as macros for type-independance 2006-12-15 23:21:27 +00:00
Clément Stenac
fbf4c8060d A bit of vlc/libvlc cleanup:
* libvlc sources and plugins now define __LIBVLC__ and headers exported to
  plugins (ie, include/vlc_*.h) check for this
* libvlc sources use the value of the "libvlc" component in vlc-config instead
  of vlc
* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
2006-12-03 13:48:21 +00:00
Clément Stenac
266fb28cd7 Dynamic array with log allocation 2006-10-19 21:00:14 +00:00
Clément Stenac
e85a5a618d A bit of cleanup and test 2006-09-18 14:16:14 +00:00
Clément Stenac
0cd5cdd740 Remember random/loop/repeat 2006-09-02 22:33:44 +00:00
Clément Stenac
ec3f4c8806 Fix and port test 2006-08-30 17:40:36 +00:00
Clément Stenac
f834305242 Port new URL tests to test/
Support Python 2.4
2006-08-30 17:17:11 +00:00
Clément Stenac
0fbf13c309 * Tests for previous commit
* Improve test output
2006-08-19 16:19:56 +00:00
Clément Stenac
d42739f82f Fix interaction locking 2006-08-17 18:16:09 +00:00
Clément Stenac
525b810c55 svn ids and stuff 2006-07-29 13:32:12 +00:00
Clément Stenac
89471fa0ae Some initial work for streaming profiles
+ some misc test cleanup
2006-07-28 13:28:08 +00:00
Clément Stenac
ed0b72e371 Merge back branch 0.8.6-playlist-vlm to trunk.
What is currently broken:
 * Some playlist demuxers (shout, dvb and pls)
 * DAAP
 * BeOS playlist
 * GPE playlist, I suppose

What has some trouble:
 * Meta handling in several demuxers (most notably TS)
 * Skins2 playlist (doesn't refresh correctly)
 * OS X playlist (see bigben's latest commits)
2006-05-14 18:29:00 +00:00
Clément Stenac
04630cb913 Be more resilient 2006-05-14 14:59:12 +00:00
Clément Stenac
59cd4c2c80 Clean-up test 2006-04-14 14:25:26 +00:00
Clément Stenac
4db506d372 Add I18N and URL tests in test/ 2006-04-14 14:16:46 +00:00
Clément Stenac
8398230c33 Fix test 2006-03-20 23:13:39 +00:00
Clément Stenac
4e8cc7fd95 File mangler
This can be used to detect crashes due to bad streams (see the end of the program for the files which are tested)
2006-03-12 21:42:19 +00:00
Clément Stenac
8444ce1225 More VLM API stuff 2006-02-15 22:31:49 +00:00