summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* srtpenc: fix failure return values from create_session()Tim-Philipp Müller2015-05-131-2/+2
* srtpenc: fix over unlockingMiguel París Díaz2015-05-131-2/+0
* h263parse: fix custom picture format (CPFMT) parsingLyon Wang2015-05-131-20/+37
* compositor: fix rectangle obscure test to clamp against the output frame sizeMatthew Waters2015-05-132-21/+43
* glvideomixer: implement par handlingMatthew Waters2015-05-131-16/+50
* glvideomixer: don't upload the vertex data every frameMatthew Waters2015-05-131-0/+2
* gluploadelement: Remove uneeded header and definesNicolas Dufresne2015-05-121-10/+0
* gltestsrc: Use default get_caps implementationNicolas Dufresne2015-05-111-20/+0
* glmixer: Implement GstVideoAggregator::find_best_format()Sebastian Dröge2015-05-111-1/+21
* gl: demote upload/convert/download elements to noneMatthew Waters2015-05-111-3/+3
* gl: expose internal glvideomixerelement\Matthew Waters2015-05-111-0/+5
* gl: expose internal glimagesinkelementMatthew Waters2015-05-111-0/+5
* avfvideosrc: fix unconditional buffer queue unlockIlya Konstantinov2015-05-111-2/+2
* decklink: Rename mode 2048p to 1556pHeinrich Fink2015-05-112-9/+9
* decklink: Use correct frame rate for mode 2160p50Heinrich Fink2015-05-111-1/+1
* decklink: Rename mode 3184p to 2160pHeinrich Fink2015-05-112-25/+25
* po: update POTFILES.skip and POTFILES.inPiotr Drąg2015-05-102-0/+4
* removesilence: remove gst_remove_silence_reset()Luis de Bethencourt2015-05-081-14/+0
* vtdec: We shouldn't manually check reconfigure flag on pads but instead imple...Sebastian Dröge2015-05-081-0/+3
* Update references to decodebinLuis de Bethencourt2015-05-087-8/+8
* removesilence: update example launch lineLuis de Bethencourt2015-05-081-1/+1
* dtlssrtpdec: Don't merge RTP and RTCP streams that were just split by srtpdecSebastian Dröge2015-05-072-72/+31
* Revert "Revert "glimagesink: add pixel-aspect-ratio property on the bin""Sebastian Dröge2015-05-061-1/+5
* Revert "Revert "glimagesink: forward ALL the properties on the bin""Sebastian Dröge2015-05-061-8/+93
* Revert "Revert "glimagesink: implement as a bin""Sebastian Dröge2015-05-063-116/+119
* Revert "gl: readd glupload/download onto element pads"Sebastian Dröge2015-05-0613-362/+190
* Revert "Revert "glvideomixer: implement with glmixerbin""Sebastian Dröge2015-05-063-52/+264
* srtpdec: Actually set the caps on the srcpad instead of just calling the defa...Sebastian Dröge2015-05-061-4/+4
* adaptivedemux: only update stream position if query successJimmy Ohn2015-05-051-14/+3
* decklink: Disable decklink plugin on AndroidSebastian Dröge2015-05-051-1/+4
* glsyncmeta: fixup size declarationMatthew Waters2015-05-051-1/+1
* glimagesink: handle the local_context queryMatthew Waters2015-05-041-3/+31
* androidmedia: Add suport for COLOR_FormatYV12Matthieu Bouron2015-05-042-2/+6
* androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView con...Matthieu Bouron2015-05-041-0/+3
* opusdepay: Set multistream=FALSE on the Opus capsSebastian Dröge2015-05-041-2/+4
* opusheader: Do not include rate in caps if it is 0Jose Antonio Santos Cadenas2015-05-041-1/+6
* androidmedia: Fix slice-height for Tegra 3 devicesMatthieu Bouron2015-05-041-1/+1
* androidmedia: Add support for COLOR_FormatYUV420FlexibleEdward Hervey2015-05-042-1/+4
* androidmedia: Add suport for Intel color formatsEdward Hervey2015-05-042-0/+18
* h264parse: Fix profile and level setting in capsSreerenj Balachandran2015-05-041-11/+127
* glcolorconvert: Improve passthrough check when no conversion is needed.Jan Schmidt2015-05-042-1/+44
* wrappercamerabinsrc: handle when source creation failThiago Santos2015-05-011-3/+8
* wrappercamerabinsrc: fix element linking orderThiago Santos2015-05-011-6/+3
* tests: Add a check for the new compositor pad-is-obscured optimizationNirbheek Chauhan2015-05-012-2/+215
* compositor: Only map the frame from a buffer if it will be usedNirbheek Chauhan2015-05-011-25/+24
* compositor: use accessor macros for consistencyNirbheek Chauhan2015-05-011-5/+5
* compositor: Skip pads that are completely obscured by a higher zorder padNirbheek Chauhan2015-05-011-0/+84
* h265parse: Fix source caps to report cropped dimensionsSreerenj Balachandran2015-04-301-3/+18
* h265parse: Fix the memory freeing of stored VPS nalsSreerenj Balachandran2015-04-301-1/+1
* h265parse: Fix profile, tier and level setting in capsSreerenj Balachandran2015-04-301-8/+87