summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: declare dependency from gl on allocatorsScott D Phillips2017-03-211-0/+1
* dvb: fix distcheckTim-Philipp Müller2017-03-201-1/+0
* Update for 'mad' mp3 decoder removalTim-Philipp Müller2017-03-207-186/+6
* m3u8: Fix parsing EXT-X-DISCONTINUITYSeungha Yang2017-03-171-1/+1
* m3u8: Release m3u8 lock if consistent checking failedSeungha Yang2017-03-171-1/+3
* dashdemux: Just reset SIDX parser if the index is invalid for the current seg...Sebastian Dröge2017-03-161-3/+3
* ttml: Replace assertionsChris Bass2017-03-152-31/+41
* dashdemux: If a SIDX seek failed although we're in the correct segment, disab...Sebastian Dröge2017-03-151-0/+17
* dashdemux: Keep track of the PTS, not the SIDX index position between represe...Sebastian Dröge2017-03-152-21/+81
* dashdemux: When clearing the sidx parser, reset all stateSebastian Dröge2017-03-151-1/+3
* dashdemux: Drain buffer at the end of subfragmentSeungha Yang2017-03-151-1/+7
* dashdemux: Do not advace subfragment after pending SIDX seek doneSeungha Yang2017-03-151-2/+7
* dashdemux: Reset SIDX related variables per fragmentSeungha Yang2017-03-151-0/+2
* dashdemux: Two depth seeking for On-Demand profileSeungha Yang2017-03-151-4/+18
* dashdemux: Exception handle in _sidx_seek()Seungha Yang2017-03-151-1/+9
* dashdemux: Add assertion for preventing of access after the end of the sidx e...Sebastian Dröge2017-03-151-1/+8
* gl/format: correct return enums in gst_gl_format_from_video_infoScott D Phillips2017-03-151-2/+2
* srtp test: Remove deprecation disablingOlivier Crête2017-03-141-4/+0
* dashdemux: Advance subfragment only if any existSeungha Yang2017-03-141-10/+15
* kmssink: adjust memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-0/+4
* glupload: adjust memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-1/+2
* waylandsink: fix memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-7/+19
* Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters2017-03-146-24/+29
* gl: GL_ARRAY_BUFFER is not a part of VAO stateMatthew Waters2017-03-1412-62/+26
* applemedia/iosurfacememory: Fix missing variable name changeMatthew Waters2017-03-141-1/+1
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-1331-304/+232
* glupload: fix GValue leakVincent Penquerc'h2017-03-131-0/+1
* Add old plugins names to cruft listNicolas Dufresne2017-03-124-9/+12
* shmsink: continue polling after EINTRSamuel Maroy2017-03-101-1/+9
* player: Fix setting of external subtitle URIHaihua Hu2017-03-091-6/+4
* avfvideosrc: Use AVCaptureDeviceTypeBuiltInDuoCamera instead of DualCamera fo...Sebastian Dröge2017-03-091-1/+1
* Fix doc generationNicolas Dufresne2017-03-082-1/+2
* dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGSNicolas Dufresne2017-03-082-2/+2
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-0813-38/+81
* timecodestamper: Only unref daily jam if not NULLSebastian Dröge2017-03-081-1/+2
* timecodestamper: Unref daily jam after usageSebastian Dröge2017-03-081-0/+1
* applemedia/gl: Fix compile issues for OSXNick Kallen2017-03-082-0/+11
* gl/eagl: It's -fobjc-arc not -fobj-arcSebastian Dröge2017-03-081-1/+1
* h264parse: frame->buffer can't be NULL in pre_push_frame()Sebastian Dröge2017-03-081-2/+1
* tests: h264parse: fix failures due to insertion of au delimiterHyunjun Ko2017-03-083-13/+69
* h264parse: fix some failures in testcasesHyunjun Ko2017-03-081-4/+10
* applemedia: avfvideosrc supports position, device-type, and orientationNick Kallen2017-03-072-14/+215
* applemedia/gl: Update code to use ARCNick Kallen2017-03-0725-303/+245
* h264parse: insert AU delimiter only in case of byte-streamHyunjun Ko2017-03-072-5/+54
* videoaggregator: redo src caps negotiation if a sink pad's caps have changed ...George Kiagiadakis2017-03-061-0/+8
* gl: Missed one backwards compat define in GST_GL_TYPE_CONTEXTArun Raghavan2017-03-061-1/+1
* hlsdemux: Try to find type at the end of a fragmentSeungha Yang2017-03-061-0/+7
* voaacenc: limit bitrate property to 320 kbpsTim-Philipp Müller2017-03-061-2/+2
* applemedia: Fix video texture cache build issue on MacOSNick Kallen2017-03-041-0/+5
* applemedia: ensure all textures are released before texturecache is releasedNick Kallen2017-03-041-15/+29