summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-22audiocdsrc: Don't consider trailing data tracks for MusicBrainz disc id calcu...1.2Johannes Dewender1-6/+14
2014-06-28typefind: Bump iso mp4 typefinder to PRIMARY. Add mp4 extension hint.Jan Schmidt1-2/+2
2014-06-27tcpclientsrc: return FLUSHING when select() is canceledTim-Philipp Müller1-3/+9
2014-06-27tcpserversrc: return FLOW_FLUSHING instead of an error when accept/select is ...Michael Olbrich1-4/+12
2014-06-27vorbisenc: add missing va_end in variadic functionEdward Hervey1-0/+1
2014-06-27decodebin: Do async-done on expose errors tooSebastian Dröge1-0/+2
2014-06-27alsasink: fix occasional crash intersecting invalid valuesVincent Penquerc'h1-4/+16
2014-06-27oggstream: consider all opus packets as "keyframes"Vincent Penquerc'h1-1/+1
2014-06-09videoscale: vs_image: strides are a gsizeThiago Santos2-10/+10
2014-06-09video: avoid overflows when doing int operations for sizeThiago Santos2-6/+45
2014-05-23audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2Sebastian Dröge1-1/+1
2014-05-23audioresample: Fix build on x86 if emmintrin.h is available but can't be usedAntoine Jacoutot1-2/+2
2014-05-21playsink: Always take the playsink lock when adding or removing pad probesSebastian Dröge1-0/+3
2014-05-15audio: map channels=1,channel-mask=0 to MONO instead of NONERafał Mużyło1-1/+1
2014-05-10playbin: Don't block on non-serialized eventsSebastian Dröge1-2/+16
2014-05-10playsink: Don't block on non-serialized eventsSebastian Dröge1-0/+12
2014-05-10playsinkconvertbin: Don't block on non-serialized eventsSebastian Dröge1-0/+6
2014-05-10subtitleoverlay: Don't block on non-serialized eventsSebastian Dröge1-0/+6
2014-04-25giobasesink: Implement handling of the SEEKING querySebastian Dröge1-0/+9
2014-04-25audiodecoder: Plug caps leaksEdward Hervey1-3/+12
2014-04-22tag: exif: avoid adding empty stringsThiago Santos1-4/+6
2014-04-18Release 1.2.41.2.4Sebastian Dröge34-58/+287
2014-04-18Update .po filesSebastian Dröge38-38/+38
2014-04-12videometa: fix texture_type memcpy sizeVincent Penquerc'h1-2/+2
2014-04-12sdp: guard against address parse errors.Wim Taymans1-1/+4
2014-04-12adder: rework the logic to check if eos has to be sent.Mathieu Duponchelle1-3/+10
2014-04-12playbin: Drop reference to any source element in NULL stateJan Schmidt1-0/+6
2014-04-12rtspconnection: Fix minor memory leaks in error handlingOgnyan Tonchev1-0/+3
2014-04-12typefindfunctions: lower H.263 typefinder max probabilityTim-Philipp Müller1-3/+3
2014-04-04audiobasesink: clip start samples to match clipped start timeVincent Penquerc'h1-0/+17
2014-03-03rtspconnection: Call closed() when GET is closed in tunneled modeOgnyan Tonchev1-0/+109
2014-02-28tagdemux: Forward TIME seeks upstream too, maybe upstream can handle thatEric Trousset1-0/+4
2014-02-23rtspconnection: Remove read child source when POST is disconnectedOgnyan Tonchev1-0/+13
2014-02-20oggdemux: allow file to go until the end in push modeThiago Santos1-1/+1
2014-02-18playbin: Keep inputselector around until we release its padsSebastian Dröge1-16/+7
2014-02-17playsink: Only remove the complete text chain if the text pad goes awaySebastian Dröge1-29/+32
2014-02-11playbin: First try to get the pad's current caps, then query capsSebastian Dröge1-1/+3
2014-02-10playbin: Fix memory leak in autoplugging codeSebastian Dröge1-2/+3
2014-02-10playbin: Insert decoders without GstAVElement information between the other d...Sebastian Dröge1-1/+9
2014-02-10playbin: Only put parsers and sinks first, not all non-decodersSebastian Dröge1-2/+4
2014-02-10playbin: Fix memory leak in unit testSebastian Dröge1-0/+1
2014-02-08Release 1.2.31.2.3Sebastian Dröge34-51/+475
2014-02-08Update .po filesSebastian Dröge38-38/+38
2014-02-04po: Update translationsSebastian Dröge6-233/+226
2014-01-24videoconvert: tweak the scoring algorithmWim Taymans1-24/+74
2014-01-24video-chroma: don't crash on NULL resamplersWim Taymans1-31/+233
2014-01-21audiobasesink: make _get_time more threadsafeWim Taymans1-5/+11
2014-01-17videodecoder: plug leak when frames are released on subclass stopThiago Santos1-2/+19
2014-01-15tests: audiodecoder: add another test for negotiation with gap eventThiago Santos1-7/+57
2014-01-15audiodecoder: copy rate and channels from input before fixating output capsThiago Santos1-0/+124