Rafaël Carré
3f465bd277
Mikael Stanojevic rules them all (especially Bonnevile)
18 years ago
Pierre d'Herbemont
d37f47486f
test: catch() a bit more, and send artist meta to log output.
18 years ago
Pierre d'Herbemont
62333c7c1e
test: Copyright and formatting in libvlc/meta.c.
18 years ago
Pierre d'Herbemont
4c22822980
test: Use my copyright in libvlc/meta.c, and make sure the artist isn't an empty string.
18 years ago
Pierre d'Herbemont
d549f9b30d
test: Don't leak a libvlc_media in libvlc/meta.c.
18 years ago
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.
18 years ago
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.
18 years ago
Christophe Mutricy
d6679da13c
Getting the sample is not a check in itself
18 years ago
Pierre d'Herbemont
6d6185f24f
test: Get rid of the sleep() that crept in our test code.
18 years ago
Pierre d'Herbemont
35dc9b31f0
test: Use --ignore-config by default for all tests.
18 years ago
Pierre d'Herbemont
8502890672
test: Fix a typo in Makefile. dirname was to be used, not basename.
18 years ago
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.
18 years ago
Pierre d'Herbemont
972e362d67
test: Remove python umbrella.
18 years ago
Jean-Paul Saman
f072e4c44b
Ignore the overlay-test program
18 years ago
Jean-Paul Saman
569f294d6a
Move overlay-test application to test/dynamicoverlay
18 years ago
Jean-Paul Saman
0d15cad14a
Again id weirdness.
18 years ago
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.
18 years ago
Rafaël Carré
9df6f20907
libvlc_destroy() -> libvlc_release()
19 years ago
Rafaël Carré
6ee1e193fd
Removes trailing spaces. Removes tabs.
19 years ago
Clément Stenac
651078ecf9
Added initial support for TLS (Thread Local Storage) variables
20 years ago
Clément Stenac
acf462d72a
Rework dicts as macros for type-independance
20 years ago
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 :)
20 years ago
Clément Stenac
266fb28cd7
Dynamic array with log allocation
20 years ago
Clément Stenac
e85a5a618d
A bit of cleanup and test
20 years ago
Clément Stenac
0cd5cdd740
Remember random/loop/repeat
20 years ago
Clément Stenac
ec3f4c8806
Fix and port test
20 years ago
Clément Stenac
f834305242
Port new URL tests to test/
Support Python 2.4
20 years ago
Clément Stenac
0fbf13c309
* Tests for previous commit
* Improve test output
20 years ago
Clément Stenac
d42739f82f
Fix interaction locking
20 years ago
Clément Stenac
525b810c55
svn ids and stuff
20 years ago
Clément Stenac
89471fa0ae
Some initial work for streaming profiles
+ some misc test cleanup
20 years ago
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)
20 years ago
Clément Stenac
04630cb913
Be more resilient
20 years ago
Clément Stenac
59cd4c2c80
Clean-up test
20 years ago
Clément Stenac
4db506d372
Add I18N and URL tests in test/
20 years ago
Clément Stenac
8398230c33
Fix test
20 years ago
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)
20 years ago
Clément Stenac
8444ce1225
More VLM API stuff
20 years ago
Clément Stenac
ef273c072b
Fix some bugs
20 years ago
Clément Stenac
e0003bec24
* Beginning of VLM API
* Some test work
* Export vlm_MediaSearch
20 years ago
Clément Stenac
d0802e7d82
Improve test coverage
20 years ago
Clément Stenac
6d4e213788
Change some test stuff
20 years ago
Clément Stenac
2f6ad030e7
* get/set/toggle fullscreen
* Fix a bug in playlist_play
(Refs:#457)
20 years ago
Clément Stenac
661a6c1357
Play and add (Refs:#457)
20 years ago
Clément Stenac
1e9a47f315
Test some things
21 years ago
Clément Stenac
0638177349
Skeleton for testing libvlc
21 years ago
Clément Stenac
68aa3ca320
Merge 0.8.5-api changes
Fix compilation
21 years ago
Clément Stenac
96fe8ff92d
Merge test/ stuff
21 years ago