summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.3.31.3.3Sebastian Dröge2014-06-2274-120/+1048
* Update .po filesSebastian Dröge2014-06-2241-41/+41
* po: Update translationsSebastian Dröge2014-06-2241-235/+99
* pulse, v4l2: update for device "klass" -> "device-class" renameTim-Philipp Müller2014-06-212-2/+2
* multiudpsink: optimisation: avoid unnecessary memory ref/unrefsTim-Philipp Müller2014-06-201-7/+3
* multiudpsink: avoid some unnecessary run-time type checksTim-Philipp Müller2014-06-202-3/+3
* rtspsrc: pass the stream id when asking for crypto paramsWim Taymans2014-06-191-4/+6
* rtspsrc: add support for key length parametersAleix Conchillo Flaqué2014-06-192-16/+173
* vp8depay: fix header size checkingWim Taymans2014-06-191-10/+11
* rtph264pay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2014-06-192-7/+49
* rtph264pay: propagate the GST_BUFFER_FLAG_DELTA_UNIT flagGuillaume Desmottes2014-06-192-6/+53
* gstrtpmp4gpay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2014-06-182-0/+8
* rtpjpegpay: propagate the GST_BUFFER_FLAG_DISCONT flagGuillaume Desmottes2014-06-181-0/+8
* avidemux: don't leak flow combinerTim-Philipp Müller2014-06-181-0/+1
* rtpjp2kpay: pre-allocate buffer-list of the right sizeTim-Philipp Müller2014-06-181-2/+2
* rtpjpegpay: pre-allocate buffer list of the right sizeTim-Philipp Müller2014-06-181-3/+6
* rtpmp4vpay: pre-allocate buffer list of the right sizeTim-Philipp Müller2014-06-181-4/+6
* rtpvp8pay: allocate bitreader on the stackTim-Philipp Müller2014-06-181-11/+10
* rtpvp8pay: post error message on bus on error and don't use g_message()Tim-Philipp Müller2014-06-181-1/+2
* rtpvp8pay: couple of minor optimisationsTim-Philipp Müller2014-06-181-21/+23
* rtpgstpay: pre-allocate buffer list of the right sizeTim-Philipp Müller2014-06-181-3/+6
* rtph264pay: pre-allocate bufferlist of the right sizeTim-Philipp Müller2014-06-181-1/+1
* rtph264pay: push single buffer directly, no need to wrap it in a bufferlistTim-Philipp Müller2014-06-182-12/+18
* rtpvrawpay: make chunks per frame configurableTim-Philipp Müller2014-06-182-6/+79
* rtpvrawpay: remove unused variablesTim-Philipp Müller2014-06-182-9/+0
* rtpvrawpay: pre-allocate buffer lists of sufficient sizeTim-Philipp Müller2014-06-181-3/+15
* rtpvrawpay: micro-optimise variable access in inner loopTim-Philipp Müller2014-06-181-10/+15
* rtpvrawpay: use buffer listsTim-Philipp Müller2014-06-181-6/+29
* udp: improve element descriptions for dynudpsink and multiudpsinkTim-Philipp Müller2014-06-182-2/+4
* udp: remove suppression of compiler warnings for deprecated GLib APITim-Philipp Müller2014-06-182-8/+0
* videobox: Fix caps negotiation issueRavi Kiran K N2014-06-171-8/+13
* rtptheoradepay: fix double freesTim-Philipp Müller2014-06-161-17/+7
* dynudpsink: return FLUSHING when sendto got canceled, not an errorTim-Philipp Müller2014-06-131-2/+11
* oss: simplify probed caps before returning themTim-Philipp Müller2014-06-131-0/+2
* oss: make sure 16-bit formats are before 8-bit formats in probed capsTim-Philipp Müller2014-06-131-48/+42
* v4l2bufferpool: Cleanly handle v4l2_allocator_new failureNicolas Dufresne2014-06-121-0/+7
* rtptheordepay: fix leaksVincent Penquerc'h2014-06-121-0/+4
* rtpg729pay: leak fixesVincent Penquerc'h2014-06-121-2/+13
* rtph263pay: fix leakVincent Penquerc'h2014-06-121-1/+2
* rtph263pay: fix leaksVincent Penquerc'h2014-06-121-7/+11
* rtpdvpay: catch failures to map bufferVincent Penquerc'h2014-06-121-2/+15
* multipartdemux: guard against having no MIME typeVincent Penquerc'h2014-06-111-0/+3
* multipartdemux: Send stream-start eventNicolas Dufresne2014-06-102-4/+39
* qtdemux: avoid looping indefinitely in broken svq3 filesThiago Santos2014-06-101-0/+6
* flacdec: add const where appropriateVincent Penquerc'h2014-06-101-2/+3
* speexenc: add missing va_end in variadic functionEdward Hervey2014-06-091-0/+1
* flvdemux: Attempt upstream seek firstEdward Hervey2014-06-091-0/+4
* wavparse: do not include codec_data on raw audio capsVincent Penquerc'h2014-06-051-0/+10
* flvdemux: Query duration upstream firstEdward Hervey2014-06-051-0/+5
* v4l2bufferpool: Cleanup poll method and retry on EINTR/EAGAINNicolas Dufresne2014-06-041-11/+21