summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* multiudpsink: don't do things with side-effects inside g_return_val_if_fail()Tim-Philipp Müller2009-08-021-3/+4
* pulsesink: don't do logic within g_assert() statementsTim-Philipp Müller2009-08-021-2/+6
* flacdec: send newsegment event when operating push-based and unframedTim-Philipp Müller2009-08-011-0/+7
* flacdec: small cleanupsTim-Philipp Müller2009-08-011-32/+18
* flacdec: use gst_adapter_copy() to avoid unnecessary buffer mergesTim-Philipp Müller2009-08-011-1/+1
* flacdec: repair some broken indentingTim-Philipp Müller2009-08-011-15/+2
* checks: add basic unit test for flvmux, but disable it for nowTim-Philipp Müller2009-08-013-0/+161
* check: add basic unit test for flvdemuxTim-Philipp Müller2009-07-315-0/+187
* flvmux: fix invalid write caused by using sizeof("string") as lengthTim-Philipp Müller2009-07-311-8/+8
* soup: Use "GET" instead of SOUP_METHOD_GET. Fixes build with libsoup-2.7.*Edward Hervey2009-07-311-1/+1
* jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost2009-07-302-12/+12
* avidemux: Fix last commit and improve readabilitySebastian Dröge2009-07-291-14/+15
* Fixed the fix for TIME->DEFAULT conversion.Руслан Ижбулатов2009-07-291-6/+47
* rtpsv3depay: Fix width/height calculation, bring up to marginal rank.Edward Hervey2009-07-291-8/+26
* pulse: conditionally compile newer stuffWim Taymans2009-07-292-2/+16
* pulsesrc: cleanupsWim Taymans2009-07-282-103/+175
* pulsesrc: set maxlength always to -1Wim Taymans2009-07-281-1/+1
* pulsesrc; cleanups, report real latencyWim Taymans2009-07-282-27/+92
* jpegdec: when scanning for 0xff marker ends, ensure desired resultMark Nauwelaerts2009-07-281-0/+4
* avimux: adds support to wmaThiago Santos2009-07-281-1/+30
* avimux: adds support to wmvThiago Santos2009-07-281-1/+22
* qtdemux: Downgrade warning message to debugThiago Santos2009-07-271-1/+1
* pulsesink: avoid using ivalid stream indexesWim Taymans2009-07-271-5/+27
* effectv: Don't allow caps changes for some effectv filtersSebastian Dröge2009-07-249-0/+26
* warptv: Make the sine table global instead of having it in every instanceSebastian Dröge2009-07-242-7/+8
* jpeg: make encoder work with libjpeg v7Stefan Kost2009-07-241-0/+4
* Automatic update of common submoduleStefan Kost2009-07-241-0/+0
* flacdec: Implement SEEKING querySebastian Dröge2009-07-231-3/+22
* pulsesink: Fix a couple error messages that mentioned incorrect function names.Colin Guthrie2009-07-231-2/+2
* flvdemux: Implement SEEKING querySebastian Dröge2009-07-232-0/+28
* flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seekingTim-Philipp Müller2009-07-212-5/+33
* interleave: fix indenting and upgrade two debugs to warnings.Stefan Kost2009-07-211-9/+2
* jpeg: code cleanups for encoderStefan Kost2009-07-214-46/+78
* matroskademux: Answer SEEKING queries in the original formatSebastian Dröge2009-07-211-1/+1
* udputils: initialize struct content with 0.Josep Torra2009-07-211-0/+4
* pulsesink: set some values to their defaultsWim Taymans2009-07-201-2/+2
* pulsesink: don't wait for posted messageWim Taymans2009-07-201-6/+1
* pulsesink: use relative seeksWim Taymans2009-07-201-4/+14
* matroskademux: Implement SEEKING querySebastian Dröge2009-07-201-0/+16
* cairorender: Add support for ARGB/BGRA inputSebastian Dröge2009-07-201-4/+43
* v4l2: Fix v4l2src on OpenSolarisElaine Xiong2009-07-194-8/+25
* gitignore: Ignore some new binariesJan Schmidt2009-07-192-0/+2
* cairorender: Add to the documentationSebastian Dröge2009-07-177-1/+63
* cairorender: Return not-negotiated if we have no capsSebastian Dröge2009-07-171-0/+4
* cairorender: Fix caps and colorspace handlingSebastian Dröge2009-07-172-10/+22
* cairorender: Use correct mimetypes for PDF and SVGSebastian Dröge2009-07-171-5/+4
* cairorender: Remove pull mode, it only adds complexity but not advantagesSebastian Dröge2009-07-171-77/+5
* cairorender: Fix caps negotiation and cairo surface creationSebastian Dröge2009-07-161-54/+34
* cairorender: Correctly set srccapsSebastian Dröge2009-07-161-22/+20
* cairorender: Move instance/class struct definitions to the headerSebastian Dröge2009-07-162-21/+24