summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-09-14mpdparser: Don't consider period start times in periods with segment lists ei...Sebastian Dröge1-9/+15
2015-09-14mpdparser: Fix unit test that assumed that fragment timestamps should include...Sebastian Dröge1-1/+8
2015-09-04compositor: Ensure all arguments to CLAMP are signed intNirbheek Chauhan1-0/+11
2015-08-26compositor: Actually use the output resolution for clampingNirbheek Chauhan1-0/+11
2015-08-21tests: audiomixer: remove duplicated word in commenthoonhee.lee1-1/+1
2015-08-20check: hlsdemux: make duration unit test robust to floating point roundingAlex Ashley1-4/+4
2015-08-19dashdemux: Handle encoding specified in the <xml> element when dumping nodesSebastian Dröge1-2/+47
2015-08-19configure.ac: fix build when the uvch264 plugin is not selectedArnaud Vrac1-3/+1
2015-08-19dashdemux: replace xmlNodeDump with xmlNodeDumpOutputAlex Ashley1-0/+61
2015-08-17examples: facedetect: add silent optionLuis de Bethencourt1-11/+17
2015-08-15check: Link against GModule for tests using g_module_*Edward Hervey1-0/+3
2015-08-15checks: Ensure thread-safe libX11/GL when running testsEdward Hervey2-2/+31
2015-08-14dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley1-0/+57
2015-08-14check: Rename states unit testEdward Hervey1-1/+1
2015-08-10examples: facedetect: only create variables when neededLuis de Bethencourt1-10/+11
2015-08-10examples: facedetect: make volume control optionalLuis de Bethencourt1-24/+45
2015-08-08tests/glcontext: fix INVALID_ENUM GL error in testMatthew Waters1-1/+1
2015-08-08examples: facedetect: only set to playing when it's not alreadyLuis de Bethencourt1-2/+10
2015-08-08examples: opencv: remove unnecessary setting of a propertyLuis de Bethencourt2-6/+0
2015-08-01tests: dash_mpd: add check for segmenttemplate inheritanceThiago Santos1-0/+47
2015-08-01tests: dash_mpd: add one more baseURL testThiago Santos1-18/+134
2015-08-01dashdemux: tests: added duration format testFlorin Apostol1-0/+84
2015-08-01dashdemux: tests: update unit test for baseURLFlorin Apostol1-2/+19
2015-07-31facedetect: Add unit testVanessa Chipirrás2-2/+211
2015-07-30tests: Add test for seeking live pipelinesOlivier Crête1-8/+22
2015-07-30tests: Make source live to re-enable aggregator timeout testsOlivier Crête1-3/+3
2015-07-30tests: Add audiointerleave test to show that queuing worksOlivier Crête1-25/+196
2015-07-29compositor: Add unit tests for the new aggregator start-time-selection propertySebastian Dröge1-6/+172
2015-07-28glcolorconvert-test: Test notify function for setup_wrappedNicolas Dufresne1-1/+12
2015-07-28glcolorconvert-test: Fix buildNicolas Dufresne1-1/+1
2015-07-22audioaggregator: Sync pad values before aggregatingNirbheek Chauhan2-2/+78
2015-07-18glcontext: fix get_current_gl_api on x11/nvidia driversMatthew Waters1-1/+3
2015-07-18glcontext: track sharedness with a cookieMatthew Waters1-0/+41
2015-07-10new qt5 qml GL video sinkMatthew Waters5-0/+168
2015-07-09gtk: add to the generic/states testMatthew Waters1-2/+1
2015-07-08mpdparser: Fix some memory leaks in the MPD parser and unit testSebastian Dröge1-0/+4
2015-07-08dashdemux: tests: added unit tests to test all functionsFlorin Apostol1-9/+1499
2015-07-07dashdemux: tests: added indentation in xml strings to improve readabilityFlorin Apostol1-251/+372
2015-07-07dashdemux: tests: corrected code layoutFlorin Apostol1-61/+55
2015-07-03tests: pcapparse: add unit test for frames with eth paddingStian Selnes3-1/+98
2015-06-29dashdemux: corrected recognition of $$$ in segment templatesFlorin Apostol1-0/+25
2015-06-25tests: dashdemux: renamed functionsFlorin Apostol1-8/+8
2015-06-24tests: dashdemux: added explicit type conversionsFlorin Apostol1-12/+12
2015-06-24tests: dashdemux: corrected return type for duration_to_ms functionFlorin Apostol1-15/+15
2015-06-22tests: dashdemux: added parsing of period elementFlorin Apostol1-0/+1848
2015-06-22tests: dashdemux: extended MPD element test to test xml namespacesFlorin Apostol1-0/+9
2015-06-22dashdemux: corrected computation of period's durationFlorin Apostol1-0/+88
2015-06-21examples: move vp8 parser test to codecparser example directoryTim-Philipp Müller4-8/+9
2015-06-21examples: add small jpeg codecparser testTim-Philipp Müller3-3/+317
2015-06-193dvideo: Add simple gtk example stereoscopic video playerJan Schmidt7-1/+1047