summaryrefslogtreecommitdiff
path: root/tests/check/libs
AgeCommit message (Expand)AuthorFilesLines
2015-11-20tests: tags: add unit test for ID3v2 PRIVATE_DATA tag extractionTim-Philipp Müller1-0/+60
2015-11-18rtspconnection: Add support for parsing custom headersOgnyan Tonchev1-0/+64
2015-11-11tests:video: Fix overlay rectangle and buffer leakVineeth TM1-0/+2
2015-11-04tests: Add a test for video blending over transparent framesAndreas Frisch1-7/+60
2015-10-15rtpbuffer: Add map flag to skip paddingStian Selnes1-0/+31
2015-10-12Revert "audioencoder: timestamp headers same as first buffer and use duration 0"Sebastian Dröge1-42/+0
2015-10-11audioencoder: timestamp headers same as first buffer and use duration 0Havard Graff1-0/+42
2015-10-11audioencoder-tests: port to use GstHarnessHavard Graff1-168/+69
2015-10-11audiodecoder-test: port to using GstHarnessHavard Graff1-332/+188
2015-10-02rtpbasepayload: Implement video SDP attributesSebastian Rasmussen1-0/+95
2015-10-02tests: Add baseaudiovisualizer test, moved from -badJan Schmidt1-0/+178
2015-08-16tests: audiodecoder: add unit test for tag handlingTim-Philipp Müller1-0/+226
2015-08-10tests: audiodecoder: add test to make sure gap is pushed before segmentThiago Santos1-0/+55
2015-08-10videodecoder: push pending events before gapThiago Santos1-0/+52
2015-07-06rtcpbuffer: Fix validation of packets with paddingStian Selnes1-0/+164
2015-06-22tests: fix cpp directivesWim Taymans1-4/+4
2015-06-22tests: add PPC64 abi struct sizesWim Taymans2-17/+94
2015-06-11tests: Fix video libs test for multiview GstVideoInfo changeJan Schmidt1-7/+8
2015-06-11video: Add multiview/stereo supportJan Schmidt1-5/+80
2015-06-05rtcpbuffer: Update package validation to support reduced size rtcp packetsJose Antonio Santos Cadenas1-0/+35
2015-06-02check: Use GST_CHECK_MAIN () macro everywhereEdward Hervey9-145/+9
2015-05-19discoverer: Add serialization methods.Mathieu Duponchelle1-1/+51
2015-04-23Update .gitignoreTim-Philipp Müller1-0/+1
2015-04-17tests: rtpbasedepayload: fix crash in test when passing varargsHyunjun Ko1-1/+1
2015-03-27basedepay: Handle initial gaps and no clock-baseNicolas Dufresne1-4/+85
2015-03-26basedepayload: Fix generated segmentNicolas Dufresne1-4/+4
2015-03-15allocators: add allocators testWim Taymans1-0/+90
2015-03-10Fix double semicolonsTim-Philipp Müller2-5/+5
2015-03-04check: add another generic converter testWim Taymans1-0/+20
2015-03-04video-converter: don't reuse the input line when adding bordersWim Taymans1-0/+42
2015-02-27tests: fix crashes in {audio,video}{decoder,encoder} tests on 32-bitTim-Philipp Müller4-5/+5
2015-02-27tests: pbutils: more checking of returned description stringsTim-Philipp Müller1-0/+4
2015-02-15pbutils: descriptions: add H.265 profile to description if availableTim-Philipp Müller1-0/+3
2015-02-15pbutils: descriptions: add MPEG-4 video profile to description if availableTim-Philipp Müller1-0/+2
2015-02-15pbutils: descriptions: add Dirac/VC-2 profile to description if availableTim-Philipp Müller1-1/+7
2015-02-15pbutils: descriptions: add H.264 profile to description if availableTim-Philipp Müller1-0/+2
2015-02-09rtspmessage: map headers we know that are added by string to their enumTim-Philipp Müller1-0/+27
2015-02-09tests: rtsp: add some unit tests for new GstRTSPMessage APITim-Philipp Müller1-3/+90
2014-12-17tests: audiodecoder: tests for caps query implementationThiago Santos1-23/+194
2014-12-17videodecoder: expose getcaps virtual functionThiago Santos1-0/+37
2014-12-17videodecoder: implement caps queryThiago Santos1-20/+196
2014-12-15video: Fix non-default usage of gst_video_sink_center_rectEdward Hervey1-0/+60
2014-12-12tests: rtpbasepayload: fix indentationTim-Philipp Müller1-289/+134
2014-12-12tests: audiodecoder: fix indentationTim-Philipp Müller1-4/+3
2014-12-12tests: audiodecoder: fix broken refcounting in unit testTim-Philipp Müller1-2/+1
2014-12-05audiodecoder: Push pending events before sending EOS.Mathieu Duponchelle1-1/+36
2014-11-16tests: fix leak in video unit testTim-Philipp Müller1-0/+1
2014-11-16tests: video: add video blend testVineeth T M1-0/+163
2014-11-11video-color: add gamma encode/decode functionsWim Taymans1-0/+27
2014-11-10test: add scaling testWim Taymans1-23/+155