summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
...
* aggregator: Don't block if adding to the tail of the queueOlivier Crête2017-10-201-1/+1
* Use value instead of version macro when testing for mac OS versionJérôme Laheurte2017-10-202-2/+2
* aggregator: review code related to time levelStefan Sauer2017-10-171-22/+24
* aggregator: init latency values with 0 instead of FALSEStefan Sauer2017-10-171-1/+1
* aggregator: code cleanup for event and query funcStefan Sauer2017-10-151-8/+8
* aggregator: simplify pad_event_func for FLUSH_STOP eventsStefan Sauer2017-10-151-13/+7
* aggregator: drop special casing for eosStefan Sauer2017-10-151-34/+3
* aggregator: add a doc-blob for the event_funcStefan Sauer2017-10-151-0/+4
* aggregator: rename a local variableStefan Sauer2017-10-151-5/+5
* aggregator: remove commented codeStefan Sauer2017-10-151-2/+2
* aggregator: move the comment for the locks to the lock macrosStefan Sauer2017-10-151-6/+4
* aggregator: improve section docsStefan Sauer2017-10-151-0/+6
* audioaggregator: improve readability in offset calculationStefan Sauer2017-10-151-8/+9
* audioaggregator: move comment to the place it is meant to beStefan Sauer2017-10-141-3/+1
* videoaggregator: use GstFlowReturn for flow returnsTim-Philipp Müller2017-10-131-1/+1
* audioaggregator: remove buffer!=NULL checkStefan Sauer2017-10-051-3/+3
* audioaggreator: update docsStefan Sauer2017-10-051-10/+14
* meson: remove vs_module_defsHavard Graff2017-10-0512-12/+0
* meson: Fix namespace and add some missing args in the gir generationRico Tzschichholz2017-10-053-5/+5
* audioaggregator: pass blocksize to mix_buffer()Stefan Sauer2017-10-051-7/+3
* audioaggregator: rename _fill_buffer() to _queue_new_buffer()Stefan Sauer2017-10-051-2/+5
* aggregator: cleanup event forwardingStefan Sauer2017-10-051-22/+21
* aggregator: simplify src_eventStefan Sauer2017-10-051-18/+4
* Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet2017-10-031-5/+5
* adaptivedemux: fix typosReynaldo H. Verdejo Pinochet2017-10-032-3/+3
* gl: Use GstGLDisplayEGL directly instead of creating a GstGLDisplayVIVFb subc...Cassandra Rommel2017-10-033-95/+9
* audioaggregator: reduce variable scopeStefan Sauer2017-10-021-4/+7
* audioaggregator: update comment for aggregateStefan Sauer2017-10-021-10/+6
* glcontext_egl: Add gstglwindow headerJustin Kim2017-10-021-0/+1
* glfilter: Unmap video frame in error casePonnam Srinivas2017-09-281-1/+1
* gl/viv-fb: transform screen coordinate to viewport coordinateHaihua Hu2017-09-191-2/+15
* gl/viv-fb: fix wrong pos (x,y) calculate in queue_resizeHaihua Hu2017-09-191-5/+5
* audioaggregator: fix typo in commentStefan Sauer2017-09-171-1/+1
* aggregator: register func for do_events_and_queriesStefan Sauer2017-09-171-4/+6
* aggregator: only set clipped_buffer to NULL if neededStefan Sauer2017-09-171-1/+1
* aggregator: rename check_eventsStefan Sauer2017-09-171-7/+8
* aggregator: add a few more comments to PadPrivate structStefan Sauer2017-09-171-2/+2
* aggregator: rename buffers field to dataStefan Sauer2017-09-171-23/+23
* aggregator: documentaion fixesStefan Sauer2017-09-172-5/+4
* player: introduce helper method to remove seek sourcePhilippe Renon2017-09-151-23/+18
* player: remove duplicate state_ret check in play internalPhilippe Renon2017-09-151-5/+0
* Request minimum buffer even if need_pool is FALSENicolas Dufresne2017-09-061-10/+11
* gl/wayland: call eglTerminate() before wl_display_disconnect()Matthew Waters2017-09-051-0/+4
* gtkglsink: expose the created display and context correctlyMatthew Waters2017-09-052-3/+7
* gl: fix build for ios/win32/android after 2fd84a6cMatthew Waters2017-08-282-2/+3
* isoff: make debug category privateTim-Philipp Müller2017-08-261-1/+1
* isoff: export symbolsTim-Philipp Müller2017-08-261-0/+14
* isoff: Add parsing mss specific tfrf and tfxd boxesSeungha Yang2017-08-252-2/+193
* isoff: Add parsing moov and tfdtSeungha Yang2017-08-252-6/+324
* isoff: Move isoff to gst-libsSeungha Yang2017-08-256-3/+790