summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-24videobox: fix border filling for planar YUV formatsTim-Philipp Müller1-2/+2
2012-11-24mulaw: const-ify some arraysTim-Philipp Müller1-2/+4
2012-11-24mulawdec: fix integer overrunRoland Krikava1-2/+4
2012-11-24rtspsrc: pause the task instead of spinningWim Taymans1-0/+1
2012-11-21Back to development (bug fixing)Tim-Philipp Müller66-133/+133
2012-11-21Release 1.0.3Tim-Philipp Müller70-175/+550
2012-11-16multifilesink: post messages in max-size mode as wellTim-Philipp Müller1-1/+1
2012-11-16rtspsrc: handle segment eventWim Taymans1-5/+14
2012-11-16rtspsrc: fix check for active streamsWim Taymans1-1/+1
2012-11-16rtspsrc: create and add pads outside of lockWim Taymans1-16/+18
2012-11-16rtspsrc: clear variables before retryingWim Taymans1-0/+3
2012-11-16rtspsrc: propose ports in multicastWim Taymans1-0/+19
2012-11-16rtspsrc: add more debugWim Taymans1-0/+3
2012-11-15udpsrc: post error before stoppingWim Taymans1-3/+4
2012-11-15rtpsource: protect against invalid RTP packetsWim Taymans1-7/+34
2012-11-12vp8enc: Don't leak GstVideoCodecFrames that cause the creation of invisible f...Sebastian Dröge1-0/+1
2012-11-12pngdec: Actually use the stop() vfunc implementationSebastian Dröge1-2/+3
2012-11-12vp8dec: Fix last commitSebastian Dröge1-2/+2
2012-11-12udpsrc: Also clear GErrorSebastian Dröge1-0/+1
2012-11-12udpsrc: Don't error out if we get an ICMP destination-unreachable message whe...Sebastian Dröge1-1/+11
2012-11-12vp8dec: Don't give up so easily if failed to decode a frameDebarshi Ray1-3/+3
2012-11-12vp8dec: Don't clear input state in reset()Sebastian Dröge1-4/+1
2012-11-12vp8dec: Also destroy decoder in set_format() if it was created alreadySebastian Dröge1-0/+6
2012-11-12pngdec: Keep the input state in reset()Sebastian Dröge1-23/+30
2012-11-06speexdec: Don't unmap or finish_frame an invalid GstBufferDebarshi Ray1-7/+10
2012-11-06rtsp: the RTCP port number is inclusiveMarc Leeman1-1/+1
2012-11-03vrawdepay: don't access rtp buffer after unmapWim Taymans1-1/+3
2012-11-02vp8dec: Immediately return if opening the decoder failedSebastian Dröge1-0/+2
2012-11-02vp8dec: Short circuit gst_vp8_dec_handle_frame if keyframe is missingDebarshi Ray1-2/+5
2012-11-02videomixer: get height via GST_VIDEO_FRAME_HEIGHT, not _WIDTHDouglas Bagnall1-2/+2
2012-11-02videbox: fix border filling for gray formatsDouglas Bagnall1-1/+1
2012-11-02videoconvert: Compare y offset with height, not width, when testing for overlapDouglas Bagnall1-2/+2
2012-10-30pulsesrc: don't assert in get_time() when called after shutdownTim-Philipp Müller1-0/+4
2012-10-30tests: fix level exampleWim Taymans1-9/+17
2012-10-27gst: fix variable order in some Makefile.amTim-Philipp Müller3-4/+4
2012-10-27gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.amAntoine Tremblay5-4/+5
2012-10-25imagefreeze: the new get_caps already does the filter intersectionThiago Santos1-11/+5
2012-10-25imagefreeze: avoid assertion when using accept caps queryThiago Santos1-3/+3
2012-10-25Back to development (bug fixing)Tim-Philipp Müller66-133/+133
2012-10-25Release 1.0.2Tim-Philipp Müller72-161/+780
2012-10-24qtdemux: use correct type for channel-mask bitmaskArnaud Vrac1-1/+1
2012-10-24pulsesink: Flush the ringbuffer on GAP events without durationSebastian Dröge1-0/+8
2012-10-23vp8enc: set DECODE_ONLY flag on invisible AltRef framesOleksij Rempel1-0/+1
2012-10-23flacparse: fix coverart extraction if vorbis comments come after picture headerTim-Philipp Müller1-7/+22
2012-10-23flacparse: ignore bad headers if we have a valid STREAMINFO headerTim-Philipp Müller1-1/+7
2012-10-23flacparse: post proper error message and fix buffer leak on header parsing errorTim-Philipp Müller1-15/+28
2012-10-22qtdemux: with raw audio, set a default channel-mask for multichannel audio.Michael Smith1-1/+8
2012-10-22updsrc: fix typo causing compilation errorSebastian Rasmussen1-1/+1
2012-10-22avi_ fix invert functionWim Taymans1-12/+1
2012-10-22avi: fix debugWim Taymans1-2/+1