summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* hlsdemux: reset end_of_playlist attribute when we receive a seekMatthieu Bouron2014-10-211-0/+2
* glmixer: fixup eglimage include pathMatthew Waters2014-10-211-1/+1
* glbufferpool: add the GstVideoGLTextureUploadMeta buffer pool optionMatthew Waters2014-10-212-0/+4
* videoaggregator: operate on caps rather than video infoMatthew Waters2014-10-213-9/+114
* rtmpsink: Declare sink variable that was forgotten in last commitSebastian Dröge2014-10-201-0/+2
* rtmpsink: Free URI string in finalize()Havard Graff2014-10-201-0/+1
* curlbasesink: strip newlines from curl debug messagesStefan Sauer2014-10-161-3/+19
* curlbasesink: small code cleanupStefan Sauer2014-10-161-5/+1
* x265enc: add x265 encoder elementThijs Vermeir2014-10-154-2/+1365
* gldeinterlace: ref the uploaded bufferMatthew Waters2014-10-141-1/+1
* libde265: Change rank to SECONDARY, gst-libav has PRIMARY rankSebastian Dröge2014-10-141-1/+1
* Integrate libde265 into gst-plugins-bad.Joachim Bauch2014-10-145-0/+1030
* glimagesink: Only finalize the other context in finalize()Sebastian Dröge2014-10-131-10/+5
* glmixer: Call the pad's parent class finalize methodSebastian Dröge2014-10-131-0/+2
* glmixer: Only finalize the other context in finalize()Sebastian Dröge2014-10-131-6/+7
* gltestsrc: Add other-context propertySebastian Dröge2014-10-132-1/+39
* glimagesink: Don't leak other-contextSebastian Dröge2014-10-131-0/+10
* glmixer: Add other-context propertySebastian Dröge2014-10-132-3/+40
* waylandsink: do not render twice the same bufferBenjamin Gaignard2014-10-111-0/+6
* waylandsink : Allow surface to catch input eventsTifaine Inguere2014-10-111-0/+9
* waylandsink: take into account the case where a pool may be destroyed togethe...George Kiagiadakis2014-10-113-19/+85
* waylandsink: stack the video subsurface into another subsurface that covers t...George Kiagiadakis2014-10-116-91/+164
* waylandsink: rename video format conversion functions to indicate they are ab...George Kiagiadakis2014-10-114-13/+13
* waylandsink: remove the ugly gst_wl_display_stop() now that this mechanism is...George Kiagiadakis2014-10-114-45/+27
* waylandsink: replace the custom buffer pool with an allocatorGeorge Kiagiadakis2014-10-116-415/+326
* waylandsink: rework the mechanism for keeping buffers out of the pool until w...George Kiagiadakis2014-10-118-202/+316
* schrodec: optimize parse logicVineeth T M2014-10-101-41/+53
* fluiddec: don't leak incoming caps eventTim-Philipp Müller2014-10-101-0/+1
* fluiddec: fix some memory leaksAntonio Ospite2014-10-101-0/+4
* gloverlay: And fix another unused variable compiler warningVivia Nikolaidou2014-10-081-2/+2
* gloverlay: Fix unused variable compiler warning when compiling without deskto...Vivia Nikolaidou2014-10-081-1/+2
* zbar: Add YVU9 and YUV9 to ZBAR_YUV_CAPSAnuj Jaiswal2014-10-081-2/+1
* gltestsrc: implement checkers pattern with GLSLWang Xin-yu (王昕宇)2014-10-072-147/+80
* hlsdemux: Fix accessing invalidated memoryThomas Bluemel2014-10-074-56/+113
* curlsmtpsink: Set CURLOPT_UPLOAD to 1 to not use VRFY and other unneeded comm...Vivia Nikolaidou2014-10-061-0/+7
* openh264: Use a MARGINAL rank for the encoder and decoderSebastian Dröge2014-10-061-2/+2
* curlsmtpsink: Email with multipart content-type should end with a final boundaryLihua Liu2014-10-061-2/+2
* openh264enc: make denoise workNicola Murino2014-10-061-1/+0
* openh264dec: The codec can only do baseline so simplify the code a bitSebastian Dröge2014-10-031-29/+4
* openh264dec: On ::finish() stop trying if the decoder returned that no output...Sebastian Dröge2014-10-031-1/+1
* openh264: Run gst-indent over everythingSebastian Dröge2014-10-033-783/+863
* openh264: Remove unused codecparsers libSebastian Dröge2014-10-031-3/+3
* openh264: Add FIXME comment about missing API in openh264Sebastian Dröge2014-10-032-0/+6
* openh264dec: Try to handle frame reorderingSebastian Dröge2014-10-031-1/+27
* openh264dec: Don't drop videocodec frames if we can't decode them *yet*Sebastian Dröge2014-10-031-5/+2
* openh264dec: GstVideoDecoder works on frames, not sub-frames (e.g. NALs)Sebastian Dröge2014-10-031-1/+1
* openh264dec: As we require NAL alignment from upstream we don't need to parse...Sebastian Dröge2014-10-031-64/+15
* openh264dec: Properly drain codec on ::finish()Sebastian Dröge2014-10-031-58/+77
* openh264enc: Properly drain the encoder on ::finish()Sebastian Dröge2014-10-031-52/+79
* openh264enc: We always get a single frame as output, not a NALSebastian Dröge2014-10-031-21/+23