summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-22avi: fix debugWim Taymans1-2/+1
2012-10-22qtdemux: add support for 'generic' samplesWim Taymans2-1/+47
2012-10-20tests: remove superfluous g_type_init() callTim-Philipp Müller1-2/+0
2012-10-20pulsesink: fix caps leak in acceptcaps functionTim-Philipp Müller1-0/+1
2012-10-19qtdemux: don't leak gst_riff_strf_auds in case of MS/RIFF audioTim-Philipp Müller1-0/+1
2012-10-19matroskamux: unsigned subtitle templateMark Nauwelaerts1-1/+1
2012-10-19pulsesink: in accept_caps() check if ring buffer is NULL before de-referencingTim-Philipp Müller1-7/+21
2012-10-19videomixer2: Fix race condition where a src setcaps is ignoredYouness Alaoui2-0/+14
2012-10-18matroskamux: do not use unoffical V_MJPEG codec idMark Nauwelaerts1-2/+0
2012-10-17jpeg, png, vpx: use gst_element_class_set_static_metadata()Tim-Philipp Müller6-6/+6
2012-10-17jpegdepay: store quant tables in zigzag orderWim Taymans1-2/+13
2012-10-17rtsession: fix compiler warningWim Taymans1-2/+2
2012-10-17rtpbin: clarify the ntp-sync optionWim Taymans1-3/+5
2012-10-17rtpsession: update caps in the sourceWim Taymans3-0/+23
2012-10-17rtpbin: set PTS and DTS in jitterbuffferWim Taymans2-5/+7
2012-10-17rtpbin: disable check for ntp-syncWim Taymans1-12/+14
2012-10-17rtpbin: use running-time for NTP timeWim Taymans2-4/+4
2012-10-17videocrop: port to videofilterWim Taymans2-207/+118
2012-10-17videobox: use out_info for out propertiesWim Taymans1-3/+3
2012-10-16median: small cleanupsWim Taymans2-35/+39
2012-10-16median: remove now that it is in videofilterWim Taymans6-589/+2
2012-10-16configure: remove median from buildWim Taymans1-2/+0
2012-10-16videomedian: copy media to videomedianWim Taymans4-3/+393
2012-10-16media: port to 1.0Wim Taymans4-219/+140
2012-10-16avidemux: append palette data to paletted 8-bit RGB framesTim-Philipp Müller2-8/+25
2012-10-15vp8enc: And this time fix the default target-bitrate value for realSebastian Dröge1-2/+2
2012-10-15vp8enc: Fix default target-bitrate valueSebastian Dröge1-4/+5
2012-10-13qtdemux: don't assert if upstream size is not available when guessing bitratesTim-Philipp Müller1-2/+6
2012-10-12qtdemux: allow more streams. Bump this constant to 32, which should beMichael Smith1-1/+1
2012-10-12qtdemux: support more different fourcc values for other ProRes variants.Michael Smith1-1/+27
2012-10-11examples: update some element names for 1.0 in RTP examplesTim-Philipp Müller13-23/+23
2012-10-10rtspsrc: remove unused includeWim Taymans1-1/+0
2012-10-10multiudpsink: add multicast-iface propertyRasmus Rohde2-4/+26
2012-10-10multiudpsink: don't error on send errors but only warnWim Taymans1-26/+27
2012-10-10multiudpsink: add force-ipv4 optionRasmus Rohde2-1/+23
2012-10-10multiudpsink: remove unused fieldWim Taymans2-6/+0
2012-10-10udpsrc: use negotiated allocator or poolWim Taymans1-24/+32
2012-10-10multiudpsink: post error when something goes wrongWim Taymans1-2/+7
2012-10-10spectrum: elements post element messagesWim Taymans1-1/+1
2012-10-07Back to development (bug fixing)Tim-Philipp Müller66-133/+133
2012-10-07Release 1.0.1Tim-Philipp Müller70-287/+2019
2012-10-06Automatic update of common submoduleTim-Philipp Müller1-0/+0
2012-10-05deinterleave: output channels should be marked as MONO, not FRONT_LEFT, ifMichael Smith1-1/+1
2012-10-04interleave: use gst_audio_channel_positions_to_mask instead of a local copyMichael Smith1-11/+8
2012-10-04gstrtpdepay: don't leak input bufferRasmus Rohde1-0/+1
2012-10-04videobalance: Add support for NV12 and NV21Sebastian Dröge1-2/+63
2012-10-04rtph264pay: do not push unmapped dataPatricia Muscalu2-42/+98
2012-10-03meta info: threadsafe registration using g_onceMichael Smith3-4/+8
2012-10-01avidemux: push mode; handle some initial junk before hdrl listMark Nauwelaerts1-10/+7
2012-10-01tests: port gdkpixbufsink testTim-Philipp Müller1-11/+16