summaryrefslogtreecommitdiff
path: root/gst/audioparsers
Commit message (Expand)AuthorAgeFilesLines
* aacparse: fix codec_data buffer leakRoland Jon2018-08-131-0/+1
* dcaparse: do not accept header with invalid channel countMatej Knopp2018-05-141-1/+1
* flacparse: Drain the parser when a CAPS event is receivedSebastian Dröge2018-05-011-0/+16
* aacparse: When parsing raw input, accept frames of any sizeJan Alexander Steffens (heftig)2018-01-181-0/+4
* Revert "flacparse: fix header rewriting being ignored"Tim-Philipp Müller2017-12-072-52/+1
* flacparse: Request at least the full header size when parsing headersSebastian Dröge2017-11-291-0/+4
* dcaparse: Really fix "usage before unmap"Edward Hervey2017-09-041-4/+3
* dcaparse: Don't unmap buffer before accessing data from itArun Raghavan2017-09-031-3/+3
* dcaparse: preserve DTS HD substreamMatej Knopp2017-09-031-2/+29
* ac3parse: fix not-linked handling causing glitches when selecting streamSky Juan2017-08-161-1/+1
* aacparse : Fix, Caps were not set while reusing aacparsevijay2017-05-241-0/+6
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* aacparse: streamline and improve AudioSpecificConfig parsingEdward Hervey2017-04-061-24/+32
* aacparse: Handle Parametric Stereo with HE-AAC(v2)Edward Hervey2017-04-041-1/+6
* docs: update two references to the removed 'mad' pluginTim-Philipp Müller2017-03-201-1/+2
* flacparse: fix playback if sample number does not start at 0Vincent Penquerc'h2017-03-172-5/+15
* Revert "flacparse: fix playback if sample number does not start at 0"Vincent Penquerc'h2017-03-172-15/+5
* flacparse: fix playback if sample number does not start at 0Vincent Penquerc'h2017-03-162-5/+15
* sbcparse: Fix up values for allocation enumeration.Michael Smith2017-03-021-2/+2
* mpegaudioparse: Fix compilation with gcc 7Sebastian Dröge2017-02-271-4/+6
* Update Edgard Lima's emailEdgard Lima2017-02-271-1/+1
* aacparse: Make sure we have enough data in the codec_data to be able to parse itSebastian Dröge2016-12-011-2/+3
* aacparse: assertion while converting ADTS stream to RAWVinod Kesti2016-11-151-4/+6
* flacparse: fix header rewriting being ignoredVincent Penquerc'h2016-11-102-1/+52
* aacparse: parse a bit more of the humongous LOAS dataVincent Penquerc'h2016-09-061-4/+29
* aacparse: make it clear when a potential LOAS frame is not oneVincent Penquerc'h2016-09-061-1/+4
* aacparse: add a few comments to anchor parsing to the specVincent Penquerc'h2016-09-061-0/+3
* aacparse: improve channel/rate handlingVincent Penquerc'h2016-09-062-4/+33
* aacparse: fix varlength number reading as per specVincent Penquerc'h2016-09-061-1/+1
* aacparse: strip uneeded static arrays slackVincent Penquerc'h2016-09-061-2/+2
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+21
* Revert "flacparse: Add maximum bitrate tag"Tim-Philipp Müller2016-08-181-7/+0
* flacparse: Add maximum bitrate tagCarlos Rafael Giani2016-08-021-0/+7
* aacparse: Reject raw AAC if no codec_data is found in the capsSebastian Dröge2016-07-041-5/+14
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-248-32/+16
* Revert "flacparse: push tags in pre_push_frame"Sebastian Dröge2016-03-131-6/+0
* flacparse: push tags in pre_push_frameLuis de Bethencourt2016-03-011-0/+6
* aacparse: Handle gst_pad_get_current_caps() returning NULL gracefullyDave Craig2016-02-231-0/+4
* sbcparse: Fix frame length calculationTim Sheridan2016-01-121-4/+4
* flacparse: demote warning on wrong reserved value to fixmeReynaldo H. Verdejo Pinochet2016-01-101-2/+1
* flacparse: don't map buffer multiple times when parsingTim-Philipp Müller2016-01-071-34/+21
* flacparse: add debug msg on CRC mismatch while validating frame headerReynaldo H. Verdejo Pinochet2015-12-311-1/+5
* flacparse: drop unneeded braces at _parse_frame() exitReynaldo H. Verdejo Pinochet2015-12-311-7/+3
* flacparse: minor grammar correctionReynaldo H. Verdejo Pinochet2015-12-311-1/+1
* flacparse: update URLs on pointers to online specReynaldo H. Verdejo Pinochet2015-12-311-4/+4
* flacparse: make buffer DTS setting explicitly unconditionalReynaldo H. Verdejo Pinochet2015-12-311-2/+2
* flacparse: add actual invalid block type to warningReynaldo H. Verdejo Pinochet2015-12-311-1/+1
* flacparse: use shift instead of mask & compReynaldo H. Verdejo Pinochet2015-12-311-1/+1
* flacparse: warn on wishful parsing of weird headersReynaldo H. Verdejo Pinochet2015-12-311-1/+5
* flacparse: show meaningful info on frame CRC checkReynaldo H. Verdejo Pinochet2015-12-311-2/+4