summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtpmanager/gstrtpjitterbuffer.c: Add some debug and comments.Wim Taymans2009-08-111-6/+15
* gst/rtpmanager/gstrtpbin.*: Add debugging category.Wim Taymans2009-08-117-56/+446
* gst/rtpmanager/: Added simple SSRC demuxer.Wim Taymans2009-08-114-0/+360
* gst/rtpmanager/: Some more ghostpad magic.Wim Taymans2009-08-113-7/+350
* gst/rtpmanager/Makefile.am: Add .h file so it can be disted properly.Wim Taymans2009-08-111-0/+1
* Add RTP session management elements. Still in progress.Wim Taymans2009-08-1114-0/+3841
* avidemux: push mode; cater for chunk paddingMark Nauwelaerts2009-08-101-0/+7
* avidemux: only use stream's pad after having checked it existsMark Nauwelaerts2009-08-101-5/+8
* avidemux: sprinkle some more GST_DEBUG_FUNCPTRMark Nauwelaerts2009-08-101-5/+9
* avidemux: post error message if no pads to push EOS event onMark Nauwelaerts2009-08-101-3/+22
* avidemux: fix typo in warning messageMark Nauwelaerts2009-08-101-1/+1
* avidemux: fix some buffer ref handlingMark Nauwelaerts2009-08-101-5/+31
* avidemux: do not exceed maximum number of supported streamsMark Nauwelaerts2009-08-101-1/+12
* avidemux: prevent double unref; gst_avi_demux_parse_avih already unrefsMark Nauwelaerts2009-08-101-2/+0
* avidemux: verify size of INFO LIST to satisfy subsequent expectationsMark Nauwelaerts2009-08-101-5/+17
* avidemux: check video stream framerate against avi header frame durationMark Nauwelaerts2009-08-101-1/+18
* avidemux: streamline stream duration calculationMark Nauwelaerts2009-08-101-23/+23
* dv1394src: Fix element for live usage... which has been broken for 2 years :(Edward Hervey2009-08-101-131/+9
* raw1394: Remove unneeded variableEdward Hervey2009-08-101-2/+1
* matroska: remove dead assignmentsEdward Hervey2009-08-101-3/+2
* rtp: Remove dead assignments and resulting unneeded variables.Edward Hervey2009-08-104-97/+4
* wavpack: Use GLib GChecksum instead of our own MD5 implementationSebastian Dröge2009-08-106-315/+16
* matroska: Adds support to muxing/demuxing WMAThiago Santos2009-08-093-20/+92
* matroskamux: adds support for wmv familyThiago Santos2009-08-091-2/+20
* v4l2src: if max == min width/height put an int in the probed caps, not an int...Tim-Philipp Müller2009-08-091-8/+15
* osxaudiosrc: if max_channels == min_channels, use an int instead of an int ra...Tim-Philipp Müller2009-08-091-3/+6
* id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8LoneStar2009-08-091-2/+70
* configure: bump core/base requirements to latest releaseTim-Philipp Müller2009-08-091-2/+2
* check: fix flvmux unit test on big endian machinesTim-Philipp Müller2009-08-091-4/+8
* matroska: add kate subtitle support to matroska muxer and demuxerVincent Penquerc'h2009-08-083-1/+185
* id3demux: add ID3 v2.3 spec as wellTim-Philipp Müller2009-08-071-0/+1422
* id3demux: sizes in ID3 v2.3 are unlikely to be sync-safe integersTim-Philipp Müller2009-08-071-1/+5
* id3demux: fix typo in debug messageTim-Philipp Müller2009-08-071-1/+1
* 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