summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rawparse: pass flow returns upstreamTim-Philipp Müller2016-10-291-2/+2
* plugins: Use explicit type conversion from enumsNirbheek Chauhan2016-10-271-1/+2
* Explicitly define float constants as floatNirbheek Chauhan2016-10-275-16/+16
* meson: Add missing gstvideo dep to segmentclipNirbheek Chauhan2016-10-181-1/+1
* mpegtsmux: fix buffer size mismatch in M2TS modeVincent Penquerc'h2016-10-171-1/+25
* bayer: fix _transform_caps method to preserve fields in given capsJoan Pau Beltran2016-10-142-60/+47
* mpegtsdemux: Implement efficient program updatesEdward Hervey2016-10-123-1/+200
* mpegtsdemux: Ensure we always get an upstream stream-idEdward Hervey2016-10-121-1/+41
* mpegtsdemux: Fix issues with GST_DISABLE_GST_DEBUGEdward Hervey2016-10-112-4/+1
* mpegtsdemux: Switch to using GstStream/GstStreamCollectionEdward Hervey2016-10-113-14/+67
* mpegtsbase: Remove duplicated codeEdward Hervey2016-10-111-68/+49
* mpegts: Also clear packetizer on TIME DISCONTEdward Hervey2016-10-081-2/+3
* tsdemux: Add conditions to identify ATSC EAC3Wonchul Lee2016-10-032-0/+15
* h265parse: Fix parsing of multiple NALs in the hvcC boxKyungyong Kim2016-09-261-1/+2
* jpeg2000parse: Don't pass NULL strings to the colorspace / sampling parsing f...Sebastian Dröge2016-09-241-6/+10
* rtponviftimestamp: Change default value of D-bitJoakim Johansson2016-09-191-3/+3
* dvbsuboverlay: map with READWRITE for overlay blendHyunjun Ko2016-09-141-1/+1
* tsdemux: handle a NULL name in DVB short event descriptorGraham Leggett2016-09-131-6/+16
* tsdemux: Support ATSC EAC3Wonchul Lee2016-09-012-0/+6
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-267-21/+7
* meson: Make mpegts lib build when using subprojectsThibault Saunier2016-08-251-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-2076-0/+1296
* plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan2016-08-193-3/+22
* rawvideoparse: fix typo in commentLuis de Bethencourt2016-08-191-1/+1
* rawvideoparse: Revert last commit and actually remember the physically last p...Sebastian Dröge2016-08-191-1/+1
* rawvideoparse: remove unused assignmentLuis de Bethencourt2016-08-191-1/+0
* rawvideoparse: Compute plane offsets & strides if no custom ones are setCarlos Rafael Giani2016-08-182-13/+80
* hls, timecode: fix linkingxlazom002016-08-071-1/+1
* aiffparse: keep end_offset when seekingBernhard Miller2016-08-061-0/+9
* dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller2016-08-061-1/+3
* timecodewait: New element to wait for a specific timecodeVivia Nikolaidou2016-08-044-5/+722
* timecodestamper: New element to attach SMPTE timecode to buffersVivia Nikolaidou2016-08-044-0/+533
* tsdemux: Fix draining on wrong programsEdward Hervey2016-08-031-13/+21
* tsdemux: Fix GAP synchronization without a valid PCR PIDEdward Hervey2016-08-031-7/+13
* tsdemux: handle pcr_pid == 0x1fffMichael Olbrich2016-08-031-1/+18
* mpegtsdemux: do not abort playback when no PCR were found during initial scanArnaud Vrac2016-08-031-1/+1
* mpegtsdemux: only wait for PCR when PCR pid is setArnaud Vrac2016-08-031-0/+2
* aiffparse: Add tags for container format and bitrateCarlos Rafael Giani2016-08-022-1/+28
* videoparsers: h264: Add more scalable profiles to the profile listSreerenj Balachandran2016-08-021-1/+6
* rawaudioparse: Use G_GINT64_MODIFIER for portabilitySebastian Dröge2016-07-291-4/+4
* unalignedaudioparse: Fix element factory name of inner parserSebastian Dröge2016-07-291-1/+1
* rawparse: Remove old parser code and wrap new parsers in old elementsCarlos Rafael Giani2016-07-267-1871/+362
* rawparse: Add new raw audio and video parser elementsCarlos Rafael Giani2016-07-2612-2/+3649
* tsdemux: add support for LPCM with stream_type = 0x83Michael Olbrich2016-07-252-0/+5
* jpeg2000parse: Use correct enum typeSebastian Dröge2016-07-121-1/+1
* Fix various gboolean vs GstFlowReturn problemsNirbheek Chauhan2016-07-111-1/+1
* camerabin: update docs sectionTim-Philipp Müller2016-07-081-13/+12
* gaudi: fix documentation warning in GstGaussianBlurLuis de Bethencourt2016-07-071-4/+4
* gaudi: fix documentation warning in GstChromiumLuis de Bethencourt2016-07-071-4/+4
* gstjpeg2000parse: no need for else after a gotoLuis de Bethencourt2016-07-011-37/+34