summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-06-27tests: mpegtsmux: add basic output unit test verificationMark Nauwelaerts1-0/+292
2012-06-16tests: mpegtsmux: adjust again to modified buffer collect behaviourMark Nauwelaerts1-26/+12
2012-06-08tests: mpegtsmux: plug some leaksMark Nauwelaerts1-0/+8
2012-06-08tests: mpegtsmux: adjust to modified buffer collect behaviourMark Nauwelaerts1-12/+18
2012-06-08tests: mpegvideoparser: adjust to modified APIMark Nauwelaerts1-51/+38
2012-05-21tests: mpegvideoparse: fix unit test regressionMark Nauwelaerts1-2/+1
2012-05-04tests: camerabin2: update for change in basecamerasrcThiago Santos1-0/+26
2012-04-13mpegtsmux: don't leak force key unit eventsAlessandro Decina1-8/+3
2012-03-15.gitignore: ignore more test binaries and stamp filesTim-Philipp Müller2-0/+2
2012-02-28Add missing GLIB_DISABLE_DEPRECATION_WARNINGSGuillaume Desmottes2-0/+8
2012-02-03build: fix CFLAGS order and LIBS orderTim-Philipp Müller1-2/+2
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h7-1/+12
2012-01-11tests: fix buffer leaks in opus testsVincent Penquerc'h1-3/+5
2012-01-05tests: test for GTK 2.24 for new symbols used in camerabin2 testsVincent Penquerc'h1-2/+11
2012-01-04tests: remove temporary files when done in camerabin, camerabin2 and jifmux t...Tim-Philipp Müller3-1/+50
2011-12-29examples: camerabin2: add some error handling for format changingThiago Santos1-5/+18
2011-12-29examples: camerabin2: add format selection for camerabin2 exampleThiago Santos4-9/+182
2011-12-28tests: remove comment for already fixed issues on makefileThiago Santos1-2/+0
2011-12-28tests: camerabin2: Fix message leak in testsThiago Santos1-0/+2
2011-12-27tests: camerabin2: fix mainloop leaksThiago Santos1-0/+2
2011-12-20tests: camerabin2: enable testsThiago Santos1-1/+1
2011-12-15tests: jifmux: re-enable jifmux's testsThiago Santos1-1/+1
2011-12-14tests: mpegtsmux: remove unused variableThiago Santos1-2/+0
2011-12-11tests: disable failing jifmux, camerabin2, and colorspace testsTim-Philipp Müller1-3/+6
2011-12-11tests: fix g_usleep() in camerabin2 testTim-Philipp Müller1-1/+8
2011-12-05tests: Add more files to .gitignoreEdward Hervey2-0/+6
2011-11-30mpegtsmux: add support for force key unit eventsAlessandro Decina2-0/+330
2011-11-28various: fix pad template ref leaksVincent Penquerc'h2-16/+8
2011-11-25tests: add unit test for voamrwbencMark Nauwelaerts2-0/+193
2011-11-22opus: add testVincent Penquerc'h2-0/+390
2011-11-14camerabin2: Fix some racyness in testsThiago Santos1-16/+24
2011-11-08camerabin2: update tests to set post-previews to trueThiago Santos1-1/+1
2011-11-07tests: mark test input data constVincent Penquerc'h1-3/+3
2011-11-07tests: allow building with older versions of glib (g_list_free_full)Vincent Penquerc'h1-4/+8
2011-11-03tests: make const data constVincent Penquerc'h1-15/+15
2011-11-01tests: h264parse: fix exit codeRené Stadler1-4/+4
2011-10-17codecparsers: vc1: Implement bitplanes handling properlyGwenole Beauchesne1-9/+16
2011-10-17codecparsers: VC1: Implement Sequence Layer Data StructuresThibault Saunier1-83/+83
2011-10-17codecparsers: VC1: compute MB height and widthThibault Saunier1-6/+9
2011-10-17codecparsers: VC1: Fix after GstVC1ParserResult renamingThibault Saunier1-1/+1
2011-10-06examples: Fixes for compiling with GTK+ 3.0Arun Raghavan3-1/+7
2011-09-29tests: camerabin2: Refactor tests a littleThiago Santos1-30/+38
2011-09-29tests: camerabin2: adding tests to check for preview message filenamesThiago Santos1-30/+54
2011-09-26codecparser: VC1: Implement a VC1 parsing libraryThibault Saunier2-0/+1241
2011-09-26codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier1-0/+2
2011-09-09codecparsers: h264: Implement the nal_parser_free functionThibault Saunier1-1/+1
2011-09-09codecparsers: h264: Use g_slice instead of g_malloc in nal_parser_newThibault Saunier1-1/+1
2011-09-02codecparsers: h264: Add an h.264 bitstream parsing libraryThibault Saunier2-0/+192
2011-09-02mpegvideoparse: Port to the new mpeg parsing libraryThibault Saunier1-2/+3
2011-09-02codecparsers: mpeg: Add an mpeg video bitstream parsing libraryThibault Saunier2-0/+218