summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-22flxdec: add some write bounds checkingMatthew Waters1-25/+91
2016-11-21qtdemux: Be sure not to read off end of FLAC dfLa boxDavid Evans1-5/+24
2016-11-21matroskademux: add support for skipping invalid data in push modeNicola Murino1-5/+40
2016-11-21matroskaparse: add support for skipping invalid dataNicola Murino3-5/+49
2016-11-21rtspsrc: Move to new helper function to parse authentication responsesSebastian Dröge1-141/+35
2016-11-21qtdemux: Fix wrong compiler warning with gcc 6.2christophecvr1-1/+1
2016-11-20win32: remove copies of generated headersTim-Philipp Müller4-512/+2
2016-11-20avidemux: Ensure that raw video have properly aligned buffersSebastian Dröge2-0/+45
2016-11-20qtdemux: Ensure that raw audio and video have properly aligned buffersSebastian Dröge1-0/+69
2016-11-19qtmux: Always write edit lists for the tracks to give a more accurate durationSebastian Dröge1-2/+6
2016-11-18qtdemux: Remove useless return variableSeungha Yang1-3/+2
2016-11-18qtdemux: Add support for FLAC encapsulated in ISOBMFFDavid Evans5-0/+167
2016-11-18rtpmux: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+10
2016-11-18monoscope: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+7
2016-11-18deinterlace: Mark pad as needing reconfiguration again if reconfiguration failedSebastian Dröge1-1/+9
2016-11-18dvdec: Fix handling of negotiation failuresSebastian Dröge1-4/+14
2016-11-18meson: add_global_arguments -> add_project_argumentsScott D Phillips1-4/+7
2016-11-17splitmuxsink: pad request fails for flvmuxVinod Kesti1-0/+14
2016-11-17matroskaparse: Add remaining relevant parts from a3a55305 to the parserSebastian Dröge1-2/+5
2016-11-17matroskaparse: ignore parsing errors at the end of the fileNicola Murino1-1/+6
2016-11-16rtpbin: receive bundle supportPhilippe Normand11-160/+1265
2016-11-15aacparse: assertion while converting ADTS stream to RAWVinod Kesti1-4/+6
2016-11-15qtdemux: Don't modify upstream TIME segmentSeungha Yang1-6/+9
2016-11-14meson: Add define for v4l2-probe config optionArun Raghavan1-0/+3
2016-11-14deinterleave: Reset caps accumulator to ANY when resyncing the adapter, not E...Sebastian Dröge1-1/+1
2016-11-14udpsrc: remove redundant saddr unrefPetr Kulhavy1-11/+4
2016-11-14udpsrc: receive control messages only in multicastPetr Kulhavy1-25/+27
2016-11-12Use intermediate guint when handling GstVideoMultiviewFlagsScott D Phillips1-2/+4
2016-11-12splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInte...Scott D Phillips1-1/+1
2016-11-11meson: don't add_global_arguments when being built as a subprojectScott D Phillips1-1/+3
2016-11-10flacparse: fix header rewriting being ignoredVincent Penquerc'h2-1/+52
2016-11-10flvmux: Add metadatacreator propertySean DuBois2-15/+33
2016-11-08splitmuxsink: Use first buffer TS as mux start timeVivia Nikolaidou2-11/+15
2016-11-04rtpjitterbuffer: fix timer-reuse bugHavard Graff2-2/+61
2016-11-04rtpjitterbuffer: fix lost-event using dts instead of ptsHavard Graff4-403/+536
2016-11-04rtpjitterbuffer: fix bug in reschedule_timerHavard Graff2-7/+81
2016-11-03tests: wavparse: add test for processing an actual .wav fileTim-Philipp Müller3-0/+64
2016-11-03wavparse: Don't set caps to NULL after setting them on the srcpadSebastian Dröge1-1/+0
2016-11-02qtmux: Don't deref NULL pads in debug outputSebastian Dröge1-2/+6
2016-11-02isomp4: Don't use gst_video_colorimetry_to_string_full()Jan Schmidt1-1/+1
2016-11-02splitmuxsink: Fix GObject warnings on shutdown.Jan Schmidt1-10/+18
2016-11-02splitmuxsrc: Store seek seqnum and send it on EOS / segment events.Jan Schmidt2-0/+6
2016-11-02splitmuxsrc: Forward a not-linked error on the busJan Schmidt1-1/+1
2016-11-01qtdemux: Fix compiler warningSebastian Dröge1-1/+1
2016-11-01qtmux: Use a default interleave of 250ms for all codecsSebastian Dröge1-1/+1
2016-11-01qtmux: Use a default interleave when ProRes is usedSebastian Dröge1-0/+5
2016-11-01qtmux: Allow configuring the interleave size in bytes/timeSebastian Dröge3-30/+221
2016-11-01qtmux: Set compressor name, horizontal/vertical resolution and depth for ProResSebastian Dröge1-0/+31
2016-11-01qt: Add support for ProRes 4444 XQSebastian Dröge3-0/+11
2016-11-01qtmux: Write 'clap' atom for ProResSebastian Dröge5-2/+44