summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* player: remove duplicate state_ret check in play internalPhilippe Renon2017-09-161-5/+0
* player: introduce helper method to remove seek sourcePhilippe Renon2017-09-161-23/+18
* kms: fix crash if bo allocation failed when copying to dumb bufferGuillaume Desmottes2017-09-081-6/+3
* opencv: allow compilation against 3.3.0Nicola Murino2017-09-072-4/+4
* opencv/meson: Allow 3.2.0Nicolas Dufresne2017-09-071-3/+3
* hlsdemux: fix compilation with OpenSSL 1.1.0George Kiagiadakis2017-09-072-6/+27
* qt: fix build with qmakeTim-Philipp Müller2017-09-072-7/+10
* tests/player: check for media-info-updated before duration-changedPhilippe Normand2017-08-251-9/+18
* Automatic update of common submoduleTim-Philipp Müller2017-08-172-1/+1
* meson: Fix build with openjpeg>=2.2Thibault Saunier2017-08-171-1/+1
* openjpeg: Fix build against openjpeg 2.2Clemens Lang2017-08-173-10/+22
* sys: Convert source files to UTF-8Jan Alexander Steffens (heftig)2017-08-165-5/+5
* player: notify of media-info update after duration changePhilippe Normand2017-08-151-0/+8
* player: propagate updated duration to media_infoPhilippe Normand2017-08-141-0/+5
* rtmpsrc: fix flushing seekGeorge Kiagiadakis2017-08-111-20/+47
* adaptivedemux: Stop prepared streams as well as running streamsdavecraig@unbalancedaudio.com2017-08-111-24/+39
* openh264dec: Drop current frame if passing it to the decoder caused an errorSebastian Dröge2017-08-111-0/+3
* openh264dec: Don't unref NULL frame on EOS decoding errorSebastian Dröge2017-08-111-1/+0
* mxfvc3: Use correct wrapping byte valueSebastian Dröge2017-08-111-2/+2
* vtenc: assume 25 fps for unknown framerateNicola Murino2017-08-111-2/+9
* player: Constify the config argument to gst_player_get_video_snapshot()Sebastian Dröge2017-08-112-2/+2
* adaptivedemux: Fix leak of pad probes in GstAdaptiveDemuxStreamTom Bailey2017-08-081-1/+1
* mxfdemux: Use material track edit rate for component PTS offsettingSebastian Dröge2017-07-251-2/+2
* mxfdemux: Keep track of component start positions and material track positionsSebastian Dröge2017-07-252-37/+60
* tsmux: Store PES payload size in a 32 bit integerSebastian Dröge2017-07-251-2/+2
* gsm: unmap output buffer when doneSatya Prakash Gupta2017-07-171-1/+1
* meson: Fix GLES2 checkEdward Hervey2017-07-171-0/+4
* glwindow_cocoa: fix video overlay supportPhilippe Normand2017-07-161-0/+5
* gl/cocoa: keep refs over async operationsMatthew Waters2017-07-163-7/+19
* Release 1.12.21.12.2Sebastian Dröge2017-07-14119-160/+565
* Update .po filesSebastian Dröge2017-07-1441-98/+194
* po: Update translationsSebastian Dröge2017-07-142-155/+59
* adaptivedemux: Workaround for live seek ranges when advancingEdward Hervey2017-07-131-1/+4
* adaptivedemux: small refactor to avoid repeated codeThiago Santos2017-07-131-55/+37
* adaptivedemux: Handle prepared streams on seeksEdward Hervey2017-07-131-0/+29
* mxfdemux: Create index table arrays with a big enough sizeSebastian Dröge2017-07-131-2/+2
* mxfdemux: Initialize index table entries completely in all casesSebastian Dröge2017-07-131-0/+3
* dashdemux: update manifest streams correctly if pads aren't exposedThiago Santos2017-07-131-1/+12
* dashdemux: Implement a default presentation delayEdward Hervey2017-07-131-2/+2
* directsoundsrc: Properly pass pLockedBuffer by reference when calling IDirect...Philippe Renon2017-07-111-1/+1
* kmssink: Don't leak GEM primed from DMABufNicolas Dufresne2017-07-071-0/+12
* mxfdemux: For intra-only streams, always output DTS=PTSSebastian Dröge2017-07-051-3/+3
* mxfdemux: Fix integer overflow in partition position comparison functionSebastian Dröge2017-07-051-1/+6
* mxfmetadata: Set field-order correctly for interlaced videoSebastian Dröge2017-07-051-2/+17
* mxfmetadata: Use display width/height instead of stored width/heightSebastian Dröge2017-07-051-0/+8
* mxfdemux: Don't include any KLV packets between header metadata and index tab...Sebastian Dröge2017-07-051-10/+21
* mxfdemux: Allow filler and other KLV packets between index table segmentsSebastian Dröge2017-07-041-2/+9
* mxfmux: Write temporal offset and correct keyframe offset into index tableSebastian Dröge2017-07-042-25/+120
* mxfdemux: Take temporal reordering from the index table into accountSebastian Dröge2017-07-0411-39/+154
* mxfdemux: Include duration in response to SEEKING querySebastian Dröge2017-07-041-2/+8