summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-11-10videocrop: Add support for NV12/NV21Nicolas Dufresne1-0/+10
2012-11-07videocrop: Add support for automatic croppingNicolas Dufresne1-31/+61
2012-08-17equalizer: enable presets for the n-band equalizerStefan Sauer1-0/+52
2012-07-13tests: fix some compiler warnings in rtpbin_buffer_list testim-Philipp Müller1-3/+2
2012-02-27wavpackdec: adjust to audio format limitationsMark Nauwelaerts1-13/+4
2012-02-27wavpackenc: port to audioencoderMark Nauwelaerts1-9/+4
2012-02-27Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey11-0/+45
2012-02-15examples: fix spectrum example build issuesTim-Philipp Müller1-3/+4
2012-02-15spectrum-demo: show the effect of fast-modeStefan Sauer2-5/+52
2012-02-13tests: flacparse: check and compare intended dataMark Nauwelaerts1-2/+4
2012-02-10tests: clean up rtp-payloading test a littleTim-Philipp Müller1-84/+58
2012-02-09tests: mpegaudioparse: remove stray declarationMark Nauwelaerts1-2/+0
2012-01-16tests: fix autodetect test not testing correctly for state change successVincent Penquerc'h1-0/+6
2012-01-13tests: fix caps leak in videotestsrc testVincent Penquerc'h1-0/+1
2012-01-11tests: fix wavenc test on big endianTim-Philipp Müller1-3/+14
2012-01-04tests: fix some leaks and remove files when done in qtmux testTim-Philipp Müller1-2/+8
2011-12-27tests: make git ignore new unit test binaryTim-Philipp Müller1-0/+1
2011-12-27udpsrc: add unit test that sends 0-size packetTim-Philipp Müller2-0/+124
2011-12-12tests: use atexit, g_atexit has been deprecated in glib masterTim-Philipp Müller1-1/+3
2011-12-12tests: g_thread_init() is deprecated in glib masterTim-Philipp Müller5-0/+11
2011-12-12Use g_thread_try_new() instead of g_thread_crate() with newer glib versionsTim-Philipp Müller1-1/+7
2011-12-11tests: dist test file used in matroskaparse unit testTim-Philipp Müller1-0/+1
2011-12-10tests: fix up rgvolume test for basetransform event cachingTim-Philipp Müller1-0/+45
2011-12-01tests: fix up LIBS order som more`Tim-Philipp Müller1-3/+4
2011-12-01tests: fix g_mkdtemp presence check in multifile testsAlessandro Decina1-2/+2
2011-12-01multifilesink: add flag to cut after a force key unit eventAlessandro Decina2-4/+67
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+3
2011-11-24multifile: fix build of testsThiago Santos1-8/+5
2011-11-23tests: add basic unit test for matroskaparseTim-Philipp Müller4-0/+120
2011-10-10tests: add missing PLUGIN_ASE_LIBS to LDADDStefan Sauer1-1/+1
2011-09-30tests: qtmux: Refactor bitrate check testThiago Santos1-3/+33
2011-09-30tests: qtmux: add tests for bitrate average calculationThiago Santos1-0/+142
2011-09-20tests: add unit test to make sure encodebin picks mp4mux for variant=isoTim-Philipp Müller1-2/+133
2011-09-12tests: flvmux: Fix flvmux's tests after fix for request pads handlingThiago Santos1-13/+13
2011-09-07cmml: Use complete cmml caps in the unit testSebastian Dröge2-2/+2
2011-09-07qtmux: Use complete MPEG caps in the unit testSebastian Dröge1-0/+1
2011-09-05tests: parsers: provide more real data when testing draining of garbageMark Nauwelaerts1-1/+3
2011-07-26ac3parse: Add support for IEC 61937 alignmentArun Raghavan1-1/+1
2011-07-18multifilesink: add max-files propertyAlessandro Decina1-2/+54
2011-04-19tests: add generic set_index testTim-Philipp Müller3-0/+142
2011-04-19tests: add index-setting test for baseparse/flacparseTim-Philipp Müller1-0/+18
2011-04-18wavpack: Remove bus GSource to prevent a valgrind warningSebastian Dröge1-1/+3
2011-04-18wavenc: Remove bus GSource to prevent a valgrind warningSebastian Dröge1-1/+5
2011-04-18tagschecking: Remove bus GSource to prevent a valgrind warningSebastian Dröge1-2/+6
2011-04-18imagefreeze: Remove bus GSource to prevent a valgrind warningSebastian Dröge1-7/+21
2011-04-16examples: fix some warnings in rtp exampleTim-Philipp Müller1-13/+13
2011-04-16examples: don't put code with side-effects into g_assert()Tim-Philipp Müller1-3/+6
2011-04-16examples: fix 'control reaches end of non-void function' warning in cairo exa...Tim-Philipp Müller1-0/+2
2011-04-16tests: Address unused but set variablesRobert Swain6-14/+7
2011-04-15tests: qtmux: test various dts-methodsMark Nauwelaerts1-20/+132