summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-04v4l2: Add v4l2sink elementRob Clark14-1824/+3051
2009-08-04flvmux: Enable unit test now that it passesSebastian Dröge1-2/+1
2009-08-03rtpqdm2depay,rtpsv3vdepay: Add debugging category.Edward Hervey2-0/+12
2009-08-03rtpqdm2depay: Handle gaps in incoming packets.Edward Hervey2-1/+18
2009-08-03rtpqdmdepay: Fix CRC calculation and remove commented code.Edward Hervey1-25/+15
2009-08-03rtp: New QDM2 rtp depayloader.Edward Hervey4-0/+500
2009-08-03rtpsv3vdepay: Properly fill codec_data and cleanup code a bite more.Edward Hervey1-104/+119
2009-08-03rtpsv3vdepay: Only output buffers once we're configured.Edward Hervey2-9/+19
2009-08-03rtpsv3vdepay: Add more encoding-name variantsEdward Hervey1-1/+1
2009-08-03flvmux: Fix unit test to correctly handle request padsSebastian Dröge1-9/+13
2009-08-03flvmux: Fix writing of the index for < 128 buffersSebastian Dröge1-1/+2
2009-08-03flvmux: Fix resetting of the elementSebastian Dröge1-6/+3
2009-08-03rtspsrc: don't add non-utf8 chars to structuresWim Taymans1-0/+4
2009-08-03jpegdepay: use attributes for extra propertiesLuc Deschenaux2-5/+66
2009-08-03RTP docs: update with attributes in capsWim Taymans1-0/+6
2009-08-03rtspsrc: put all SDP attributes on capsLuc Deschenaux1-0/+53
2009-08-03pulsesrc: initialize the probe with the serverJonathan Tellier1-1/+1
2009-08-02multiudpsink: don't do things with side-effects inside g_return_val_if_fail()Tim-Philipp Müller1-3/+4
2009-08-02pulsesink: don't do logic within g_assert() statementsTim-Philipp Müller1-2/+6
2009-08-01flacdec: send newsegment event when operating push-based and unframedTim-Philipp Müller1-0/+7
2009-08-01flacdec: small cleanupsTim-Philipp Müller1-32/+18
2009-08-01flacdec: use gst_adapter_copy() to avoid unnecessary buffer mergesTim-Philipp Müller1-1/+1
2009-08-01flacdec: repair some broken indentingTim-Philipp Müller1-15/+2
2009-08-01checks: add basic unit test for flvmux, but disable it for nowTim-Philipp Müller3-0/+161
2009-07-31check: add basic unit test for flvdemuxTim-Philipp Müller5-0/+187
2009-07-31flvmux: fix invalid write caused by using sizeof("string") as lengthTim-Philipp Müller1-8/+8
2009-07-31soup: Use "GET" instead of SOUP_METHOD_GET. Fixes build with libsoup-2.7.*Edward Hervey1-1/+1
2009-07-30jpeg: use longer macro names to not clash with some stupid windows definesStefan Kost2-12/+12
2009-07-29avidemux: Fix last commit and improve readabilitySebastian Dröge1-14/+15
2009-07-29Fixed the fix for TIME->DEFAULT conversion.Руслан Ижбулатов1-6/+47
2009-07-29rtpsv3depay: Fix width/height calculation, bring up to marginal rank.Edward Hervey1-8/+26
2009-07-29pulse: conditionally compile newer stuffWim Taymans2-2/+16
2009-07-28pulsesrc: cleanupsWim Taymans2-103/+175
2009-07-28pulsesrc: set maxlength always to -1Wim Taymans1-1/+1
2009-07-28pulsesrc; cleanups, report real latencyWim Taymans2-27/+92
2009-07-28jpegdec: when scanning for 0xff marker ends, ensure desired resultMark Nauwelaerts1-0/+4
2009-07-28avimux: adds support to wmaThiago Santos1-1/+30
2009-07-28avimux: adds support to wmvThiago Santos1-1/+22
2009-07-27qtdemux: Downgrade warning message to debugThiago Santos1-1/+1
2009-07-27pulsesink: avoid using ivalid stream indexesWim Taymans1-5/+27
2009-07-24effectv: Don't allow caps changes for some effectv filtersSebastian Dröge9-0/+26
2009-07-24warptv: Make the sine table global instead of having it in every instanceSebastian Dröge2-7/+8
2009-07-24jpeg: make encoder work with libjpeg v7Stefan Kost1-0/+4
2009-07-24Automatic update of common submoduleStefan Kost1-0/+0
2009-07-23flacdec: Implement SEEKING querySebastian Dröge1-3/+22
2009-07-23pulsesink: Fix a couple error messages that mentioned incorrect function names.Colin Guthrie1-2/+2
2009-07-23flvdemux: Implement SEEKING querySebastian Dröge2-0/+28
2009-07-21flacdec: fix intermittent FLAC__STREAM_DECODER_ABORTED errors when seekingTim-Philipp Müller2-5/+33
2009-07-21interleave: fix indenting and upgrade two debugs to warnings.Stefan Kost1-9/+2
2009-07-21jpeg: code cleanups for encoderStefan Kost4-46/+78