]> git.sesse.net Git - vlc/history - src/control/testapi.c
test code cleanup
[vlc] / src / control / testapi.c
2008-03-31 Filippo Caronetest code cleanup
2008-03-31 Filippo Caronenew (failing) test for libvlc
2008-03-31 Rémi Denis-CourmontRemove failing and broken-by-design test
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-30 Lukas DurfinaAdd tests for media list.
2008-03-30 Pierre d'Herbemonttestapi: Remove the sleep() hack.
2008-03-29 Filippo Caronefix testapi test: libvlc_instance_(play|pause|stop...
2008-03-28 Pierre d'Herbemonttestapi: Now that relative modules work in a nearly...
2008-03-28 Pierre d'Herbemonttestapi.c: Use ../../modules too.
2008-03-27 Pierre d'Herbemonttestapi: Minor cleanup.
2008-03-27 Pierre d'Herbemonttestapi.c: Fix a warning plus small clean up.
2008-03-26 Filippo Caronefailing testapi test added
2008-02-29 Faustino Osunacontrol/testapi.c: Detach event that was originally...
2008-02-25 Pierre d'Herbemontcontrol/testapi.c: Nicer log() output.
2008-02-25 Pierre d'Herbemonttestapi.c: Test libvlc's events.
2008-02-09 Rémi Denis-CourmontWTF don't use the network in an automated stress test
2008-02-07 Pierre d'Herbemonttestapi.c: Also try file playback.
2008-01-28 Christophe MutricyCompile fix
2008-01-28 Rafaël Carrélibvlc_release(): removes unused exception
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-11-17 Pierre d'Herbemonttestapi.c: Superficial media list tests. For some reaso...
2007-10-22 Rémi Denis-CourmontReference count libvlc. API break.
2007-10-21 Rémi Denis-CourmontOnly recurse through the modules directory:
2007-10-21 Rémi Denis-CourmontAlso test libvlc_playlist_clear and libvlc_playlist_add...
2007-10-21 Rémi Denis-CourmontPut timeout to the testsuite
2007-10-21 Rémi Denis-CourmontSwitch API smoke test to libvlc API
2007-10-20 Rémi Denis-CourmontMake sure assert are built-in
2007-10-20 Rémi Denis-Courmontlibvlc-control smoke test. Feel free to extend