summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-03Release 1.3.11.3.1Sebastian Dröge81-319/+6563
2014-05-03Update .po filesSebastian Dröge41-41/+41
2014-05-03po: Update translationsSebastian Dröge13-1189/+354
2014-05-03shapewipe: Send initial events after setting the elements to PLAYINGSebastian Dröge1-6/+8
2014-05-03Automatic update of common submoduleSebastian Dröge1-0/+0
2014-05-02imagefreeze: Set segment position to the stop position of the bufferSebastian Dröge1-1/+4
2014-05-02imagefreeze: Properly report errors before stopping the srcpad taskSebastian Dröge1-28/+47
2014-05-02imagefreeze: Error out if we have no caps yetSebastian Dröge1-0/+7
2014-05-02wavparse: avoid dividing by a 0 blockalignVincent Penquerc'h1-2/+4
2014-05-02matroskamux: do not use uinitialized clut on errorVincent Penquerc'h1-1/+2
2014-05-02flxdec: fix integer overflowVincent Penquerc'h1-1/+1
2014-05-02rtpqdmdepay: remove pointless checkVincent Penquerc'h1-3/+1
2014-05-02rtspsrc: remove duplicate testVincent Penquerc'h1-2/+1
2014-05-02vp8enc: guard against NULL pointer dereferenceVincent Penquerc'h1-1/+1
2014-05-02flacdec: fix theoretical integer overflowVincent Penquerc'h1-1/+1
2014-05-02matroska: blindly fix writing variable length negative valuesVincent Penquerc'h1-2/+2
2014-05-02matroska: do not lose the top bits when writing a > 32 bit valueVincent Penquerc'h1-2/+2
2014-05-02videoflip: add missing break in switchVincent Penquerc'h1-0/+1
2014-05-02matroska: do not try to call gst_pad_query_default on a NULL padVincent Penquerc'h1-1/+2
2014-05-02matroska: do not return GST_FLOW_OK if we did not get a bufferVincent Penquerc'h1-0/+2
2014-05-02matroska: catch failure to map bufferVincent Penquerc'h1-2/+7
2014-05-02avimux: refuse caps with invalid framerateVincent Penquerc'h1-0/+2
2014-05-02qtmux: handle 0 size packets without dividing by 0Vincent Penquerc'h1-1/+4
2014-05-02qtdemux: guard against invalid frame size to avoid division by 0Vincent Penquerc'h1-0/+8
2014-05-02qtdemux: trivial typo fixVincent Penquerc'h1-1/+1
2014-05-02speexdec: remove dead codeVincent Penquerc'h1-7/+1
2014-05-02oss4: remove dead mixer codeVincent Penquerc'h1-76/+1
2014-05-02oss4: fix a missing unlock and a return-only-when-assertions-enabledVincent Penquerc'h1-1/+3
2014-04-30v4l2: Correctly map RGB32 formatNicolas Dufresne1-3/+3
2014-04-30flacdec: remove dead codeVincent Penquerc'h1-12/+4
2014-04-30mpegaudioparse: remove dead codeVincent Penquerc'h1-7/+0
2014-04-30rtpvrawpay: guard against pathological "no space" conditionVincent Penquerc'h1-0/+15
2014-04-30rtpjpegdepay: sanity check for NULL qtableVincent Penquerc'h1-0/+6
2014-04-30wavparse: pass on tags from upstream if there are anyTim-Philipp Müller1-2/+42
2014-04-29rtpjitterbuffer: optimize timer updateWim Taymans1-0/+4
2014-04-29rtpjitterbuffer: small optimizationsWim Taymans2-11/+14
2014-04-29rtpjitterbuffer: signal when next_seqnum changedWim Taymans1-4/+7
2014-04-29rtpjitterbuffer: only signal event when head changedWim Taymans1-19/+26
2014-04-29rtpjitterbuffer: rework packet insertWim Taymans2-31/+34
2014-04-28rtpvraw: use plane pointers when neededWim Taymans2-6/+8
2014-04-28souphttpsrc: Remember if a redirect is permanent or not and store it in the q...Sebastian Dröge2-3/+9
2014-04-27goom: Remove french comment saying to prefix functionsNicolas Dufresne1-2/+0
2014-04-28goom: fix compilation on ios-arm7-10.9 and osx-x86_64Tim-Philipp Müller1-1/+1
2014-04-27goom: fix undefined behaviour of left-shiftLuis de Bethencourt1-1/+1
2014-04-26qtdemux: check return from qt_demux_video_capsLuis de Bethencourt1-0/+3
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller36-72/+0
2014-04-25qtdemux: initialize caps pointer to nullLuis de Bethencourt1-1/+1
2014-04-23rtpjitterbuffer: Clear last_pt on flush-stop.Jan Schmidt1-0/+1
2014-04-22deinterlace: Fix compiler warningSebastian Dröge1-0/+2
2014-04-21rtpmux: fix buffer list drop checkVincent Penquerc'h1-2/+1