summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-11-23h264parse: Ensure codec_data has the required size when reading number of SPSSebastian Dröge1-0/+4
2016-11-22mpegtspacketizer: Reset values before parsing each sectionSebastian Dröge1-1/+7
2016-11-22mpegtspacketizer: Make sure in all cases that we have enough data left for re...Sebastian Dröge1-4/+7
2016-11-18vc1parse: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+12
2016-11-17videomeasure: Remove old unported videomeasure plugin as it is now replaced b...Thibault Saunier9-2446/+0
2016-11-16vmncdec: Sanity-check width/height before using itSebastian Dröge1-1/+5
2016-11-16smoothwave: Remove empty directorySebastian Dröge1-1/+0
2016-11-16real: Remove empty directorySebastian Dröge2-16/+0
2016-11-16mpeg1sys: Remove obsolete, empty directory that only contains a meson.buildSebastian Dröge2-16/+0
2016-11-15Fix some MSVC warnings about const-nessScott D Phillips2-2/+2
2016-11-12mpegtsdemux: fix operator precedence in SAFE_FOURCC_ARGSScott D Phillips1-2/+2
2016-11-04gst: Fix more mentions of interlaced-mode to say interlace-modeSebastian Dröge1-1/+1
2016-11-01bayer: fix stride inconsistencies for odd widthsTim-Philipp Müller2-3/+3
2016-10-29rawparse: pass flow returns upstreamTim-Philipp Müller1-2/+2
2016-10-27plugins: Use explicit type conversion from enumsNirbheek Chauhan1-1/+2
2016-10-27Explicitly define float constants as floatNirbheek Chauhan5-16/+16
2016-10-18meson: Add missing gstvideo dep to segmentclipNirbheek Chauhan1-1/+1
2016-10-17mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h1-1/+25
2016-10-14bayer: fix _transform_caps method to preserve fields in given capsJoan Pau Beltran2-60/+47
2016-10-12mpegtsdemux: Implement efficient program updatesEdward Hervey3-1/+200
2016-10-12mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey1-1/+41
2016-10-11mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2-4/+1
2016-10-11mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey3-14/+67
2016-10-11mpegtsbase: Remove duplicated codeEdward Hervey1-68/+49
2016-10-08mpegts: Also clear packetizer on TIME DISCONTEdward Hervey1-2/+3
2016-10-03tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2-0/+15
2016-09-26h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim1-1/+2
2016-09-24jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing f...Sebastian Dröge1-6/+10
2016-09-19rtponviftimestamp: Change default value of D-bitJoakim Johansson1-3/+3
2016-09-14dvbsuboverlay: map with READWRITE for overlay blendHyunjun Ko1-1/+1
2016-09-13tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett1-6/+16
2016-09-01tsdemux: Support ATSC EAC3Wonchul Lee2-0/+6
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier7-21/+7
2016-08-25meson: Make mpegts lib build when using subprojectsThibault Saunier1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan76-0/+1296
2016-08-19plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan3-3/+22
2016-08-19rawvideoparse: fix typo in commentLuis de Bethencourt1-1/+1
2016-08-19rawvideoparse: Revert last commit and actually remember the physically last p...Sebastian Dröge1-1/+1
2016-08-19rawvideoparse: remove unused assignmentLuis de Bethencourt1-1/+0
2016-08-18rawvideoparse: Compute plane offsets & strides if no custom ones are setCarlos Rafael Giani2-13/+80
2016-08-07hls, timecode: fix linkingxlazom001-1/+1
2016-08-06aiffparse: keep end_offset when seekingBernhard Miller1-0/+9
2016-08-06dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller1-1/+3
2016-08-04timecodewait: New element to wait for a specific timecodeVivia Nikolaidou4-5/+722
2016-08-04timecodestamper: New element to attach SMPTE timecode to buffersVivia Nikolaidou4-0/+533
2016-08-03tsdemux: Fix draining on wrong programsEdward Hervey1-13/+21
2016-08-03tsdemux: Fix GAP synchronization without a valid PCR PIDEdward Hervey1-7/+13
2016-08-03tsdemux: handle pcr_pid == 0x1fffMichael Olbrich1-1/+18
2016-08-03mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac1-1/+1
2016-08-03mpegtsdemux: only wait for PCR when PCR pid is setArnaud Vrac1-0/+2