summaryrefslogtreecommitdiff
path: root/tests/check
Commit message (Expand)AuthorAgeFilesLines
* tests:glcolorconvert: Fix caps memory leakVineeth TM2015-11-111-0/+1
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-10-021-21/+63
* mpdparser: Store an URI downloader in the parser for downloading additional M...Sebastian Dröge2015-10-021-2/+3
* audiointerleave: typecast bit-mask to guint64 to fix segmentation faultVineeth TM2015-09-301-1/+2
* mpdparser: Don't consider period start times in periods with segment lists ei...Sebastian Dröge2015-09-141-9/+15
* mpdparser: Fix unit test that assumed that fragment timestamps should include...Sebastian Dröge2015-09-141-1/+8
* compositor: Ensure all arguments to CLAMP are signed intNirbheek Chauhan2015-09-041-0/+11
* compositor: Actually use the output resolution for clampingNirbheek Chauhan2015-08-261-0/+11
* tests: audiomixer: remove duplicated word in commenthoonhee.lee2015-08-211-1/+1
* check: hlsdemux: make duration unit test robust to floating point roundingAlex Ashley2015-08-201-4/+4
* dashdemux: Handle encoding specified in the <xml> element when dumping nodesSebastian Dröge2015-08-191-2/+47
* dashdemux: replace xmlNodeDump with xmlNodeDumpOutputAlex Ashley2015-08-191-0/+61
* check: Link against GModule for tests using g_module_*Edward Hervey2015-08-151-0/+3
* checks: Ensure thread-safe libX11/GL when running testsEdward Hervey2015-08-152-2/+31
* dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley2015-08-141-0/+57
* check: Rename states unit testEdward Hervey2015-08-141-1/+1
* tests/glcontext: fix INVALID_ENUM GL error in testMatthew Waters2015-08-081-1/+1
* tests: dash_mpd: add check for segmenttemplate inheritanceThiago Santos2015-08-011-0/+47
* tests: dash_mpd: add one more baseURL testThiago Santos2015-08-011-18/+134
* dashdemux: tests: added duration format testFlorin Apostol2015-08-011-0/+84
* dashdemux: tests: update unit test for baseURLFlorin Apostol2015-08-011-2/+19
* tests: Add test for seeking live pipelinesOlivier Crête2015-07-301-8/+22
* tests: Make source live to re-enable aggregator timeout testsOlivier Crête2015-07-301-3/+3
* tests: Add audiointerleave test to show that queuing worksOlivier Crête2015-07-301-25/+196
* compositor: Add unit tests for the new aggregator start-time-selection propertySebastian Dröge2015-07-291-6/+172
* glcolorconvert-test: Test notify function for setup_wrappedNicolas Dufresne2015-07-281-1/+12
* glcolorconvert-test: Fix buildNicolas Dufresne2015-07-281-1/+1
* audioaggregator: Sync pad values before aggregatingNirbheek Chauhan2015-07-222-2/+78
* glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters2015-07-181-1/+3
* glcontext: track sharedness with a cookieMatthew Waters2015-07-181-0/+41
* gtk: add to the generic/states testMatthew Waters2015-07-091-2/+1
* mpdparser: Fix some memory leaks in the MPD parser and unit testSebastian Dröge2015-07-081-0/+4
* dashdemux: tests: added unit tests to test all functionsFlorin Apostol2015-07-081-9/+1499
* dashdemux: tests: added indentation in xml strings to improve readabilityFlorin Apostol2015-07-071-251/+372
* dashdemux: tests: corrected code layoutFlorin Apostol2015-07-071-61/+55
* tests: pcapparse: add unit test for frames with eth paddingStian Selnes2015-07-033-1/+98
* dashdemux: corrected recognition of $$$ in segment templatesFlorin Apostol2015-06-291-0/+25
* tests: dashdemux: renamed functionsFlorin Apostol2015-06-251-8/+8
* tests: dashdemux: added explicit type conversionsFlorin Apostol2015-06-241-12/+12
* tests: dashdemux: corrected return type for duration_to_ms functionFlorin Apostol2015-06-241-15/+15
* tests: dashdemux: added parsing of period elementFlorin Apostol2015-06-221-0/+1848
* tests: dashdemux: extended MPD element test to test xml namespacesFlorin Apostol2015-06-221-0/+9
* dashdemux: corrected computation of period's durationFlorin Apostol2015-06-221-0/+88
* dashdemux: fixed getting representation based on max bandwidthFlorin Apostol2015-06-181-0/+69
* dashdemux: fixed segfault for missing default namespaceFlorin Apostol2015-06-121-0/+22
* tests: Add test for the 'ignore-eos' compositor sink pad propertyNirbheek Chauhan2015-06-121-0/+98
* gl/tests: remove reference to undefined buffer testMatthew Waters2015-06-121-11/+0
* glmemory: separate pbo transfer from texture transfersMatthew Waters2015-06-121-0/+47
* glmemory: implement on top of glbasebufferMatthew Waters2015-06-122-47/+58
* Implement gtk sinksMatthew Waters2015-06-111-1/+2