summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* videocrop: Add support for NV12/NV21Nicolas Dufresne2012-11-101-0/+10
* videocrop: Add support for automatic croppingNicolas Dufresne2012-11-071-31/+61
* equalizer: enable presets for the n-band equalizerStefan Sauer2012-08-171-0/+52
* tests: fix some compiler warnings in rtpbin_buffer_list testim-Philipp Müller2012-07-131-3/+2
* wavpackdec: adjust to audio format limitationsMark Nauwelaerts2012-02-271-13/+4
* wavpackenc: port to audioencoderMark Nauwelaerts2012-02-271-9/+4
* Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2012-02-2711-0/+45
* examples: fix spectrum example build issuesTim-Philipp Müller2012-02-151-3/+4
* spectrum-demo: show the effect of fast-modeStefan Sauer2012-02-152-5/+52
* tests: flacparse: check and compare intended dataMark Nauwelaerts2012-02-131-2/+4
* tests: clean up rtp-payloading test a littleTim-Philipp Müller2012-02-101-84/+58
* tests: mpegaudioparse: remove stray declarationMark Nauwelaerts2012-02-091-2/+0
* tests: fix autodetect test not testing correctly for state change successVincent Penquerc'h2012-01-161-0/+6
* tests: fix caps leak in videotestsrc testVincent Penquerc'h2012-01-131-0/+1
* tests: fix wavenc test on big endianTim-Philipp Müller2012-01-111-3/+14
* tests: fix some leaks and remove files when done in qtmux testTim-Philipp Müller2012-01-041-2/+8
* tests: make git ignore new unit test binaryTim-Philipp Müller2011-12-271-0/+1
* udpsrc: add unit test that sends 0-size packetTim-Philipp Müller2011-12-272-0/+124
* tests: use atexit, g_atexit has been deprecated in glib masterTim-Philipp Müller2011-12-121-1/+3
* tests: g_thread_init() is deprecated in glib masterTim-Philipp Müller2011-12-125-0/+11
* Use g_thread_try_new() instead of g_thread_crate() with newer glib versionsTim-Philipp Müller2011-12-121-1/+7
* tests: dist test file used in matroskaparse unit testTim-Philipp Müller2011-12-111-0/+1
* tests: fix up rgvolume test for basetransform event cachingTim-Philipp Müller2011-12-101-0/+45
* tests: fix up LIBS order som more`Tim-Philipp Müller2011-12-011-3/+4
* tests: fix g_mkdtemp presence check in multifile testsAlessandro Decina2011-12-011-2/+2
* multifilesink: add flag to cut after a force key unit eventAlessandro Decina2011-12-012-4/+67
* various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+3
* multifile: fix build of testsThiago Santos2011-11-241-8/+5
* tests: add basic unit test for matroskaparseTim-Philipp Müller2011-11-234-0/+120
* tests: add missing PLUGIN_ASE_LIBS to LDADDStefan Sauer2011-10-101-1/+1
* tests: qtmux: Refactor bitrate check testThiago Santos2011-09-301-3/+33
* tests: qtmux: add tests for bitrate average calculationThiago Santos2011-09-301-0/+142
* tests: add unit test to make sure encodebin picks mp4mux for variant=isoTim-Philipp Müller2011-09-201-2/+133
* tests: flvmux: Fix flvmux's tests after fix for request pads handlingThiago Santos2011-09-121-13/+13
* cmml: Use complete cmml caps in the unit testSebastian Dröge2011-09-072-2/+2
* qtmux: Use complete MPEG caps in the unit testSebastian Dröge2011-09-071-0/+1
* tests: parsers: provide more real data when testing draining of garbageMark Nauwelaerts2011-09-051-1/+3
* ac3parse: Add support for IEC 61937 alignmentArun Raghavan2011-07-261-1/+1
* multifilesink: add max-files propertyAlessandro Decina2011-07-181-2/+54
* tests: add generic set_index testTim-Philipp Müller2011-04-193-0/+142
* tests: add index-setting test for baseparse/flacparseTim-Philipp Müller2011-04-191-0/+18
* wavpack: Remove bus GSource to prevent a valgrind warningSebastian Dröge2011-04-181-1/+3
* wavenc: Remove bus GSource to prevent a valgrind warningSebastian Dröge2011-04-181-1/+5
* tagschecking: Remove bus GSource to prevent a valgrind warningSebastian Dröge2011-04-181-2/+6
* imagefreeze: Remove bus GSource to prevent a valgrind warningSebastian Dröge2011-04-181-7/+21
* examples: fix some warnings in rtp exampleTim-Philipp Müller2011-04-161-13/+13
* examples: don't put code with side-effects into g_assert()Tim-Philipp Müller2011-04-161-3/+6
* examples: fix 'control reaches end of non-void function' warning in cairo exa...Tim-Philipp Müller2011-04-161-0/+2
* tests: Address unused but set variablesRobert Swain2011-04-166-14/+7
* tests: qtmux: test various dts-methodsMark Nauwelaerts2011-04-151-20/+132