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