summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* examples: add small jpeg codecparser testTim-Philipp Müller2015-06-215-3/+319
* codecparsers: jpeg: fix validity checking of data parsedTim-Philipp Müller2015-06-211-46/+61
* codecparsers: jpeg: fix up APITim-Philipp Müller2015-06-212-182/+207
* codecparsers: jpeg: tweak API a littleTim-Philipp Müller2015-06-212-29/+84
* codecparsers: jpeg: hide gst_jpeg_scan_for_marker_code()Tim-Philipp Müller2015-06-212-17/+15
* codecparsers: jpeg: fix and optimize scan for next marker code.Gwenole Beauchesne2015-06-211-9/+8
* codecparsers: jpeg: fix calculation of segment size.Gwenole Beauchesne2015-06-211-2/+3
* codecparsers: jpeg: fix default Huffman tables generation.Wind Yuan2015-06-211-0/+1
* codecparsers: jpeg: add JPEG bitstream parserGwenole Beauchesne2015-06-213-0/+1027
* h264parse: fix typo in log messageTim-Philipp Müller2015-06-201-1/+1
* gldisplay: add gst_gl_display_create_contextJulien Isorce2015-06-193-34/+111
* glcontext: move display from privJulien Isorce2015-06-192-8/+7
* Revert "glcontext: add gst_gl_context_set_display helper"Julien Isorce2015-06-192-20/+0
* Revert "gl: add GstGLContextGPUProcess backend"Julien Isorce2015-06-1910-405/+1
* glimagesink: Remove duplicate, useless line of codeJan Schmidt2015-06-191-2/+0
* opengl: glstero* are only built with full OpenGLNicolas Dufresne2015-06-181-8/+8
* style: Remove white spaces at the end of lineNicolas Dufresne2015-06-181-1/+1
* glviewconvert: Fix GLES2 compatibilityNicolas Dufresne2015-06-181-1/+6
* glviewconvert: Fix broken validity checkNicolas Dufresne2015-06-181-2/+2
* h264parse: Move PAR calcs, and use them for stereoscopic half-aspectJan Schmidt2015-06-191-12/+21
* 3dvideo: Add simple gtk example stereoscopic video playerJan Schmidt2015-06-198-1/+1048
* gl: Add glviewconvert, glstereomix and glstereosplit elementsJan Schmidt2015-06-198-0/+2208
* glimagesink: Support multiview/stereoscopic videoJan Schmidt2015-06-192-100/+459
* gl libs: Add glviewconvert helper objectJan Schmidt2015-06-195-1/+2101
* dashdemux: added warnings in gst_mpd_client_setup_streaming functionFlorin Apostol2015-06-181-4/+7
* dashdemux: corrected comments in gstmpdparser.hFlorin Apostol2015-06-181-3/+3
* dashdemux: fixed getting representation based on max bandwidthFlorin Apostol2015-06-182-1/+70
* androidmedia: Allow the application to provide the Java VMSebastian Dröge2015-06-182-0/+15
* androidmedia: Prefer software codecs over hardware codecs for audioSebastian Dröge2015-06-181-2/+4
* androidmedia: Failing to detach a thread is not that much of a problemSebastian Dröge2015-06-181-1/+1
* androidmedia: Don't fail if JNI_CreateJavaVM can't be foundSebastian Dröge2015-06-181-3/+9
* fpsdisplaysink: get rendered and dropped stats from QOS messagesAlessandro Decina2015-06-181-38/+40
* nalutils: trivial patch to check ifVineeth TM2015-06-161-6/+3
* Automatic update of common submoduleNicolas Dufresne2015-06-161-0/+0
* gtkglwidget: Const'ify another arraySebastian Dröge2015-06-151-1/+1
* gtkglwidget: Calculate the viewport size ourselvesSebastian Dröge2015-06-151-6/+8
* gtk: Use the display width/height for the widget's preferred width/heightSebastian Dröge2015-06-152-4/+4
* gtksink: Add support for xRGB/BGRxSebastian Dröge2015-06-152-6/+14
* gtk: Cairo color formats are in native endianness, GStreamer's in memory orderSebastian Dröge2015-06-152-1/+12
* gtk: Implement ignore-alpha property and enable it by defaultSebastian Dröge2015-06-156-3/+103
* gtk: Sync properties from the sink to the widget upon widget creationSebastian Dröge2015-06-152-4/+4
* mpegtsmux: Remove redundant min_dtsNicolas Dufresne2015-06-152-13/+6
* glimagesink: add missing handle-events/ignore-alpha property to the binMatthew Waters2015-06-151-0/+5
* gtk: implement pixel and display aspect ratio handlingMatthew Waters2015-06-156-12/+239
* videoaggregator: Print some debug output if we change the timestamp offsetSebastian Dröge2015-06-151-0/+4
* videoaggregator: Add some more debug outputSebastian Dröge2015-06-151-0/+4
* androidmedia: Move variables into the scope where they are neededSebastian Dröge2015-06-151-3/+2
* videoaggregator: Don't update the ts-offset before updating the actual config...Sebastian Dröge2015-06-151-9/+0
* videoaggregator: Remember if the last LATENCY query returned live or not and ...Sebastian Dröge2015-06-151-2/+13
* androidmedia: Don't query supported color formats for non-video codecsSebastian Dröge2015-06-151-36/+37