summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* uvch264 example: Add support for leaky-bucket-size and num-cock-samples prope...Youness Alaoui2012-09-101-0/+2
* uvch264 example: Remove sync=false to allow synchronization of the streamsYouness Alaoui2012-09-101-2/+2
* uvch264: Make the test compatible with gtk2 which doesn't support GtkCombobox...Youness Alaoui2012-09-102-2/+97
* uvch264: Adding a test example for uvch264_srcYouness Alaoui2012-09-107-2/+1382
* uvch264: Add 10 more unit tests for uvch264_mjpgdemuxYouness Alaoui2012-09-101-8/+361
* uvch264: Adding unit test to test for uvch264_mjpgdemux behaviorYouness Alaoui2012-09-109-1/+362
* tests: mpegtsmux: add basic output unit test verificationMark Nauwelaerts2012-06-271-0/+292
* tests: mpegtsmux: adjust again to modified buffer collect behaviourMark Nauwelaerts2012-06-161-26/+12
* tests: mpegtsmux: plug some leaksMark Nauwelaerts2012-06-081-0/+8
* tests: mpegtsmux: adjust to modified buffer collect behaviourMark Nauwelaerts2012-06-081-12/+18
* tests: mpegvideoparser: adjust to modified APIMark Nauwelaerts2012-06-081-51/+38
* tests: mpegvideoparse: fix unit test regressionMark Nauwelaerts2012-05-211-2/+1
* tests: camerabin2: update for change in basecamerasrcThiago Santos2012-05-041-0/+26
* mpegtsmux: don't leak force key unit eventsAlessandro Decina2012-04-131-8/+3
* .gitignore: ignore more test binaries and stamp filesTim-Philipp Müller2012-03-152-0/+2
* Add missing GLIB_DISABLE_DEPRECATION_WARNINGSGuillaume Desmottes2012-02-282-0/+8
* build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-2/+2
* plenty: fixup glib deprecationsVincent Penquerc'h2012-01-277-1/+12
* tests: fix buffer leaks in opus testsVincent Penquerc'h2012-01-111-3/+5
* tests: test for GTK 2.24 for new symbols used in camerabin2 testsVincent Penquerc'h2012-01-051-2/+11
* tests: remove temporary files when done in camerabin, camerabin2 and jifmux t...Tim-Philipp Müller2012-01-043-1/+50
* examples: camerabin2: add some error handling for format changingThiago Santos2011-12-291-5/+18
* examples: camerabin2: add format selection for camerabin2 exampleThiago Santos2011-12-294-9/+182
* tests: remove comment for already fixed issues on makefileThiago Santos2011-12-281-2/+0
* tests: camerabin2: Fix message leak in testsThiago Santos2011-12-281-0/+2
* tests: camerabin2: fix mainloop leaksThiago Santos2011-12-271-0/+2
* tests: camerabin2: enable testsThiago Santos2011-12-201-1/+1
* tests: jifmux: re-enable jifmux's testsThiago Santos2011-12-151-1/+1
* tests: mpegtsmux: remove unused variableThiago Santos2011-12-141-2/+0
* tests: disable failing jifmux, camerabin2, and colorspace testsTim-Philipp Müller2011-12-111-3/+6
* tests: fix g_usleep() in camerabin2 testTim-Philipp Müller2011-12-111-1/+8
* tests: Add more files to .gitignoreEdward Hervey2011-12-052-0/+6
* mpegtsmux: add support for force key unit eventsAlessandro Decina2011-11-302-0/+330
* various: fix pad template ref leaksVincent Penquerc'h2011-11-282-16/+8
* tests: add unit test for voamrwbencMark Nauwelaerts2011-11-252-0/+193
* opus: add testVincent Penquerc'h2011-11-222-0/+390
* camerabin2: Fix some racyness in testsThiago Santos2011-11-141-16/+24
* camerabin2: update tests to set post-previews to trueThiago Santos2011-11-081-1/+1
* tests: mark test input data constVincent Penquerc'h2011-11-071-3/+3
* tests: allow building with older versions of glib (g_list_free_full)Vincent Penquerc'h2011-11-071-4/+8
* tests: make const data constVincent Penquerc'h2011-11-031-15/+15
* tests: h264parse: fix exit codeRené Stadler2011-11-011-4/+4
* codecparsers: vc1: Implement bitplanes handling properlyGwenole Beauchesne2011-10-171-9/+16
* codecparsers: VC1: Implement Sequence Layer Data StructuresThibault Saunier2011-10-171-83/+83
* codecparsers: VC1: compute MB height and widthThibault Saunier2011-10-171-6/+9
* codecparsers: VC1: Fix after GstVC1ParserResult renamingThibault Saunier2011-10-171-1/+1
* examples: Fixes for compiling with GTK+ 3.0Arun Raghavan2011-10-063-1/+7
* tests: camerabin2: Refactor tests a littleThiago Santos2011-09-291-30/+38
* tests: camerabin2: adding tests to check for preview message filenamesThiago Santos2011-09-291-30/+54
* codecparser: VC1: Implement a VC1 parsing libraryThibault Saunier2011-09-262-0/+1241