summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* id3demux: fix parsing of unsync'ed ID3 v2.4 tags and framesTim-Philipp Müller2009-08-076-12/+80
* souphttpsrc: Use SOUP_METHOD_GET instead of "GET" stringSebastian Dröge2009-08-061-1/+1
* pulsesrc: set the default slave method to skewWim Taymans2009-08-061-0/+4
* pulsesrc: fix compilation with --disable-gst-debugTim-Philipp Müller2009-08-061-8/+3
* rtph264pay: use array instead of queueWim Taymans2009-08-062-9/+12
* rtph264pay: push NALs only after SPS/PPSMark Nauwelaerts2009-08-062-48/+74
* v4l2: Directly use GST_PTR_FORMAT for printing caps with the LOG_CAPS macroSebastian Dröge2009-08-041-9/+1
* rtpqdm2depay: Fix debug statement.Edward Hervey2009-08-041-1/+1
* v4l2: Remove some OMAP specific hacksSebastian Dröge2009-08-042-38/+1
* v4l2sink: change where buffers get dequeuedRob Clark2009-08-044-52/+38
* v4l2: Add v4l2sink elementRob Clark2009-08-0414-1824/+3051
* flvmux: Enable unit test now that it passesSebastian Dröge2009-08-041-2/+1
* rtpqdm2depay,rtpsv3vdepay: Add debugging category.Edward Hervey2009-08-032-0/+12
* rtpqdm2depay: Handle gaps in incoming packets.Edward Hervey2009-08-032-1/+18
* rtpqdmdepay: Fix CRC calculation and remove commented code.Edward Hervey2009-08-031-25/+15
* rtp: New QDM2 rtp depayloader.Edward Hervey2009-08-034-0/+500
* rtpsv3vdepay: Properly fill codec_data and cleanup code a bite more.Edward Hervey2009-08-031-104/+119
* rtpsv3vdepay: Only output buffers once we're configured.Edward Hervey2009-08-032-9/+19
* rtpsv3vdepay: Add more encoding-name variantsEdward Hervey2009-08-031-1/+1
* flvmux: Fix unit test to correctly handle request padsSebastian Dröge2009-08-031-9/+13
* flvmux: Fix writing of the index for < 128 buffersSebastian Dröge2009-08-031-1/+2
* flvmux: Fix resetting of the elementSebastian Dröge2009-08-031-6/+3
* rtspsrc: don't add non-utf8 chars to structuresWim Taymans2009-08-031-0/+4
* jpegdepay: use attributes for extra propertiesLuc Deschenaux2009-08-032-5/+66
* RTP docs: update with attributes in capsWim Taymans2009-08-031-0/+6
* rtspsrc: put all SDP attributes on capsLuc Deschenaux2009-08-031-0/+53
* pulsesrc: initialize the probe with the serverJonathan Tellier2009-08-031-1/+1
* 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