summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-12!!WIP MPEG-TS0.10Edward Hervey3-78/+27
2013-04-12!!! PENDING MPEGTS HACKINGEdward Hervey2-5/+9
2013-04-08rtmpsrc: unlock and close socket more directlyDavid Schleef1-1/+1
2013-04-01interaudiosink: fix leak when not connectedDavid Schleef1-3/+4
2013-04-01rtmpsrc: Implement basesrc->unlock()David Schleef1-1/+19
2013-03-25applemedia: fix build for objcThiago Santos1-0/+4
2013-03-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-03-10applemedia: suppress warnings for deprecated glib APIJosep Torra1-0/+4
2013-03-10mxfdemux: printf format fixes for debug messagesTim-Philipp Müller1-4/+4
2013-03-10hlsdemux: Use correct print format specifier to fix a compiler warningJosep Torra1-2/+2
2013-03-10configure: add missing AC_LANG_PROGRAM call to DirectShow testsBrian Pepple1-2/+2
2013-03-10configure: sprinkle some AC_LANG_PROGRAM in wasapi checkTim-Philipp Müller1-3/+3
2013-03-10configure.ac: update courtesy of autoupdateTim-Philipp Müller1-27/+24
2013-03-10configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSTim-Philipp Müller1-1/+1
2013-03-07eglglessink: reconfigure VBO on stream size changesJosep Torra2-1/+8
2013-03-07eglglessink: Make code more close to masterJosep Torra1-26/+11
2013-03-07eglglessink: There are only two GLSL programs, not threeSebastian Dröge1-20/+15
2013-03-07eglglessink: Always use an RGBA configurationSebastian Dröge2-303/+128
2013-03-07eglglessink: Split upload and rendering into separate functionsJosep Torra1-17/+65
2013-03-07eglglessink: Don't replace caps in received buffersJosep Torra1-3/+1
2013-03-07eglglessink: Fix compiler warning on RPiSebastian Dröge1-9/+6
2013-03-07eglglessink: Make last_flow handling more threadsafeSebastian Dröge1-13/+23
2013-03-07eglglessink: Some refactoring as preparation for platform specific renderingSebastian Dröge2-200/+172
2013-03-05h264parse: separate fields for distinct functional uses of codec_data fieldMark Nauwelaerts2-3/+8
2013-03-05h264parse: use upstream width/height when givenWim Taymans1-3/+15
2013-03-05h264parse: don't rewind to the NAL length size in bytewriter if the format is...Thibault Saunier1-8/+16
2013-03-05videoparsers: use parsed or upstream fps to set some baseparse parametersMark Nauwelaerts3-22/+48
2013-03-05videoparsers: preserve upstream fps and parMark Nauwelaerts2-10/+21
2013-03-01eglglessink: gst_video_sink_center_rect() takes the structs itself instead of...Sebastian Dröge1-1/+1
2013-03-01eglglessink: Fix aspect-ratio issues caused by scaling on RPiSebastian Dröge1-4/+15
2013-03-01eglglessink: Close the dispman display on RPi after usageSebastian Dröge1-1/+4
2013-03-01eglglessink: For RPi, initialize bcm_host in plugin_init()Sebastian Dröge1-5/+5
2013-03-01eglglessink: Also check for all the required libraries and headers for RPiSebastian Dröge1-6/+27
2013-03-01eglglessink: Add bcm/Raspberry Pi support.Julian Scheel3-2/+111
2013-02-28shm: use O_CLOEXEC where appropriate in shmpipeBlake Tregre1-0/+8
2013-02-28shmsink: Error out if memory area is smaller than bufferOlivier Crête4-0/+23
2013-02-28shm: Make sure to not allocate blocks larger than the shared mem areaOlivier Crête1-7/+5
2013-02-28rawparse: fix caps leakVincent Penquerc'h1-0/+1
2013-01-29opusenc: fix crash when setting "cbr" property when encoder is not running yetTim-Philipp Müller1-1/+2
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
2013-01-17shm: Initialize shm_area_buf to invalid valueOlivier Crête1-0/+1
2013-01-17shm: apply shm area permissions to shmpipe control socketRoland Elek1-0/+6
2013-01-16uvch264: Prevent temporary elements from going to playingOlivier Crête1-2/+13
2013-01-16uvch264: do not double-unref if transform_caps failsYouness Alaoui1-3/+11
2013-01-16uvch264: Add a fakesink to the transform_capsYouness Alaoui1-1/+15
2013-01-16uvch264: Define LIBUSB_CLASS_VIDEO if using an old version of libusbYouness Alaoui1-0/+3
2013-01-16uvch264: Add GstPropertyProbe support to uvch264_srcYouness Alaoui3-7/+190
2013-01-15codecparsers: h264: zero-initialize SPS VUI parametersMark Nauwelaerts1-0/+1
2013-01-09eglglessink: Downgrade a GST_ERROR to a GST_DEBUGSebastian Dröge1-2/+2
2013-01-09eglglessink: Return the last_flow immediately if it wasn't GST_FLOW_OKSebastian Dröge1-1/+6