summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gstjpeg2000parse: improved parsing of jpc magic and j2c boxAaron Boxer2016-07-011-36/+35
* h264parse: Drop filler dataEdward Hervey2016-06-301-0/+21
* h264parse: When input alignment=AU, always drain each packet.Jan Schmidt2016-06-242-1/+8
* videoparsers: fix broken includeTim-Philipp Müller2016-06-241-1/+1
* jpeg2000parse: use enums for colorspace and sampling, rather than stringsAaron Boxer2016-06-244-171/+69
* doc: Automatic updateNicolas Dufresne2016-06-211-1/+1
* build: Factor out endian-order RGB formatsNirbheek Chauhan2016-06-214-20/+28
* jpeg2000parse: support j2c formatAaron Boxer2016-06-172-28/+139
* h264parse: support for handling of config-interval = -1Mats Lindestam2016-06-131-2/+15
* h264parse: refactored handling of SPS/PPS when pushing framesMats Lindestam2016-06-131-81/+88
* h264parse: change "config-interval" property type from uint to intMats Lindestam2016-06-132-4/+4
* jpeg2000parse: Require either colorspace or sampling field in sink capsAaron Boxer2016-06-103-131/+166
* vmncdec: Wait for segment event before checking itNicolas Dufresne2016-06-071-5/+23