summaryrefslogtreecommitdiff
path: root/gst/flv/gstflvdemux.c
Commit message (Expand)AuthorAgeFilesLines
* flv: fix seqnum handling for seeksVivienne Watermeier2021-09-131-37/+95
* flv: allow per feature registrationStéphane Cerveau2021-03-291-21/+3
* flvdemux: Change a GST_ERROR_OBJECT() back to GST_DEBUG_OBJECT()Sebastian Dröge2020-06-121-1/+1
* flvdemux: Send gap events if one of the streams falls behind the other by mor...Sebastian Dröge2020-05-201-0/+53
* flvdemux: Answer bitrate queries from upstreamEdward Hervey2020-05-201-2/+59
* flvdemux: Handle empty metadata stringsEdward Hervey2020-05-201-1/+2
* flvdemux: Set ACCEPT_TEMPLATE flag on sinkpadEdward Hervey2020-05-201-1/+1
* flvdemux: Don't write an empty string as a tagVivia Nikolaidou2020-04-081-0/+5
* flvdemux: Don't replace video codec data when we receive a PARVivia Nikolaidou2019-12-161-2/+3
* documentation: fix a number of typosAaron Boxer2019-10-051-3/+3
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-3/+3
* flvdemux: set sample rate to 8KHz for G.711 audioIlya Smelykh2019-02-081-3/+3
* flvdemux: Do not error out if the first added and chained pad is not linkedThibault Saunier2019-02-021-1/+2
* flvdemux: Handle the encoder metadata the same as metadatacreatorSebastian Dröge2019-01-131-1/+2
* flvdemux: Use aac codec-data to adjust channels if neededYeongjin Jeong2018-10-121-1/+12
* flvdemux: Only set pixel-aspect-ratio if specifiedNicolas Dufresne2017-10-051-2/+4
* flvdemux: Don't pull passed the EOSNicolas Dufresne2017-10-051-0/+3
* flvdemux: Ignore invalid H.264 codec dataNicolas Dufresne2017-10-051-0/+5
* flvdemux: Avoid integer overflow on invalid CTSNicolas Dufresne2017-10-051-0/+6
* flvdemux: remove duplicated segment initializationChangBok Chae2017-04-201-1/+0
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* flvdemux: Push nominal bitrate tagsJan Alexander Steffens (heftig)2016-07-071-0/+40
* flvdemux: Refactor metadata tag handlingJan Alexander Steffens (heftig)2016-07-071-55/+51
* flvdemux: Add comment about H263/MPEG4P2 being non-standard for FLVSebastian Dröge2016-06-271-0/+4
* flvdemux: Add support for H263 and MPEG4 part2Vivia Nikolaidou2016-06-241-0/+8
* flvdemux: fix indentationTim-Philipp Müller2016-06-101-2/+4
* flvdemux: fix date parsing when there are trailing spacesTim-Philipp Müller2016-06-101-2/+6
* flvdemux: Fix unref assertion failureSeungha Yang2016-06-081-1/+1
* flvdemux: don't emit pad-added until caps are readyHavard Graff2016-03-241-65/+68
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-8/+7
* flvdemux: fix eos event leakHavard Graff2016-02-191-2/+3
* flvdemux: relax creation time parsingTim-Philipp Müller2015-10-211-1/+1
* flvdemux: fix indentationTim-Philipp Müller2015-10-211-2/+1
* flvdemux: extract both creation date and timeTim-Philipp Müller2015-10-211-46/+66
* flvdemux: output speex vorbiscomment as a GstTagListHavard Graff2015-10-111-1/+6
* flvdemux: speex is also always 16KHzHavard Graff2015-10-111-1/+1
* flvdemux: Handle seek flags properlyJan Alexander Steffens (heftig)2015-07-061-23/+23
* flvdemux: trivial cleanupVineeth TM2015-06-221-6/+4
* flv: When passing seek event upstream, hold a ref.Jan Schmidt2015-03-311-1/+4
* flvdemux: resurrect some flow return handlingMark Nauwelaerts2015-03-291-2/+7
* flvdemux: Only set caps once if they don't changeSebastian Dröge2015-03-241-20/+38
* flvdemux: Don't create AAC/H264 caps without codec_dataSebastian Dröge2015-03-241-41/+74
* flvdemux: Fix indentionSebastian Dröge2015-03-241-8/+12
* flvdemux: Don't repeatedly warn after no_more_pads (v2)Jan Alexander Steffens (heftig)2015-03-161-6/+21
* flvdemux: Introduce constant for no-more-pads thresholdJan Alexander Steffens (heftig)2015-03-161-2/+5
* flvdemux: Fix warning to contain 'video'Jan Alexander Steffens (heftig)2015-03-161-1/+1
* flvdemux: Use gst_video_guess_framerate()Jan Schmidt2015-02-121-1/+2
* flvdemux: Restrict resyncing to TS regressionsJan Alexander Steffens (heftig)2014-11-191-1/+1
* flv: Removed unreachable break statementsSanjay NM2014-09-181-2/+0
* flv: Tag timestamp are DTS not PTSNicolas Dufresne2014-08-261-37/+37