summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-12gl: Add support for iOS EAGL platformeaglSebastian Dröge11-5/+844
2014-04-12glimagesink: First handle GL window setup, then create the context and its th...Sebastian Dröge1-3/+4
2014-04-12gl/cocoa: fix NSAutoreleasePool initializationJulien Isorce1-2/+2
2014-04-12gl/cocoa: ensure to call NSApplication:sharedApplication in the main threadJulien Isorce2-16/+86
2014-04-12gl/color: fix warning type qualifiers ignoredJulien Isorce1-1/+1
2014-04-12gl/color: remove if statement with no effectMatthew Waters1-3/+2
2014-04-12gl/color: pass large value by referenceMatthew Waters4-12/+18
2014-04-12srtpdec: fix assertion checking ssrc from rtcp packetsAleix Conchillo Flaqué1-2/+5
2014-04-11jp2kdecimator: fix maybe-uninitialized compiler errorAndoni Morales Alastruey1-1/+1
2014-04-11mpegtsmux: Remove unneeded unrefEdward Hervey1-2/+0
2014-04-11dvbsrc: Handle symbols added in minor version 7 and 8Edward Hervey1-0/+18
2014-04-11gl/mem: cache the stride/unpack length for uploadMatthew Waters2-41/+50
2014-04-11gl/color: explicitly map the buffers we are copying intoMatthew Waters1-0/+7
2014-04-11dvbsrc: Add comment with all DVB API v5 minor changesEdward Hervey1-0/+59
2014-04-11gl/color: cache the temporary texturesMatthew Waters1-28/+40
2014-04-11gl/mem: provide defines for tokens not defined in GLES2/ancient platformsMatthew Waters1-0/+17
2014-04-11gl: fixup incorrect number of argumentsMatthew Waters1-1/+1
2014-04-11gl: fix incorrect usage of g_return_if_failMatthew Waters1-1/+1
2014-04-11gl/mem: allocate the memory per planeMatthew Waters15-829/+1012
2014-04-11gl/eglimage: #if 0 unused codeMatthew Waters1-5/+14
2014-04-11gl: add colorconvert object that converts between color spaces/formatsMatthew Waters16-1790/+1524
2014-04-10faac: fix faac API error checkingVincent Penquerc'h1-1/+3
2014-04-10dashdemux: do not ignore failure to register typefinderVincent Penquerc'h1-2/+3
2014-04-10dashdemux: fix time leakVincent Penquerc'h1-1/+1
2014-04-10dashdemux: remove dead code and variableVincent Penquerc'h1-8/+2
2014-04-10curl: remove unneeded NULL checkVincent Penquerc'h1-6/+4
2014-04-10curl: remove duplicate assignmentVincent Penquerc'h1-1/+1
2014-04-10hlsdemux: Also update the sequence position when updating non-live playlistsSebastian Dröge1-0/+1
2014-04-10hlsdemux: Try reloading the playlist first if downloading a fragment failsSebastian Dröge1-5/+21
2014-04-10hlsdemux: When updating a non-live playlist make sure to find the current seq...Sebastian Dröge1-1/+28
2014-04-10smoothstreaming: avoid using an uninitialized manifestVincent Penquerc'h1-1/+3
2014-04-10h264parse: Set framerate even for interlaced videosThibault Saunier1-2/+1
2014-04-10mpegts: add atsc terrestrial virtual channel tableStefan Ringel6-11/+273
2014-04-10liveadder: fix memory leak querying sink capsSantiago Carot-Nemesio1-0/+1
2014-04-09hlssink: catch failure to write playlist fileVincent Penquerc'h1-2/+8
2014-04-09kate: fix implicit promotion to signed int breaking on largeish inputsVincent Penquerc'h1-2/+2
2014-04-09ladspa: remove duplicate assignmentVincent Penquerc'h1-2/+1
2014-04-09mimdec: fix open error checkingVincent Penquerc'h1-1/+1
2014-04-09schrodec: remove unnecessary checkVincent Penquerc'h1-2/+1
2014-04-09smoothstreaming: remove unnecessary checkVincent Penquerc'h1-1/+1
2014-04-09srtp: remove dead assignmentVincent Penquerc'h1-1/+1
2014-04-09mpegts: fix sdt length checkVincent Penquerc'h1-1/+1
2014-04-09Revert "tsmux: catch alloc failure"Vincent Penquerc'h1-3/+1
2014-04-09mpegts: turns out glib aborts on allocation failureVincent Penquerc'h1-4/+0
2014-04-09mpegts: test for allocation failureVincent Penquerc'h1-0/+4
2014-04-09asfmux: remove unnecessary testVincent Penquerc'h1-5/+3
2014-04-09asfmux: remove stray gst_buffer_unmap on error pathVincent Penquerc'h1-2/+0
2014-04-09autoconvert: remove dead codeVincent Penquerc'h1-10/+0
2014-04-09camerabin2: remove unneeded checkVincent Penquerc'h1-2/+2
2014-04-09compare: special case empty regions with 1 SSIM to avoid dividing by 0Vincent Penquerc'h1-0/+8