summaryrefslogtreecommitdiff
path: root/gst/audioparsers
AgeCommit message (Expand)AuthorFilesLines
2015-03-06aacparse: fix LOAS parsing issueNicolas Huet1-1/+1
2015-01-08ac3parse: request at least 8 bytes to properly parse headerMatej Knopp1-3/+3
2014-12-10aacparse: Also only unref caps if they're not NULLSebastian Dröge1-1/+2
2014-12-10aacparse: gst_pad_get_allowed_caps() will return NULL if there is no peerSebastian Dröge1-1/+1
2014-10-26aacparse: Always set profile/level on the capsSebastian Dröge1-18/+19
2014-10-02aacparse: fix memory leak when prepending ADTS headersMatej Knopp1-1/+1
2014-09-24audioparsers: Added index check before using the indexSanjay NM1-1/+1
2014-09-23flacparse: Only calculate with durations != -1Sebastian Dröge1-1/+1
2014-09-17flacparse: do not leak uid after parsing TOC eventOgnyan Tonchev1-1/+1
2014-09-02aacparse: Fix parsing issue when the buffer does not have a complete ADTS/LOA...Nicolas Huet1-5/+13
2014-07-16aacparse: Properly report in the CAPS query that we can convert ADTS<->RAWSebastian Dröge1-0/+75
2014-05-07flacparse: skip PICTURE headers without any image dataTim-Philipp Müller1-2/+5
2014-04-30mpegaudioparse: remove dead codeVincent Penquerc'h1-7/+0
2014-04-16flacparse: remove dead codeVincent Penquerc'h1-3/+1
2014-02-27Revert "aacparse: put codec data on caps for loas format"Thiago Santos1-56/+32
2014-02-27aacparse: put codec data on caps for loas formatThiago Santos1-32/+56
2014-02-21aacparse: be more strict at ADTS header parsingReynaldo H. Verdejo Pinochet1-1/+18
2014-02-21aacparse: make sure we have enough ADTS dataReynaldo H. Verdejo Pinochet1-0/+8
2014-01-27ac3parse: custom get_sink_caps handling for private stream capsMark Nauwelaerts1-0/+41
2014-01-14Revert "aacparse: relax the detection of ADTS"Vincent Penquerc'h1-1/+1
2014-01-13aacparse: relax the detection of ADTSAkihiro Tsukada1-1/+1
2013-12-16wavpackparse: Post AUDIO_CODEC tagSebastian Dröge2-1/+37
2013-12-16sbcparse: Post AUDIO_CODEC tagSebastian Dröge2-4/+36
2013-12-16flacparse: Post AUDIO_CODEC tagSebastian Dröge2-3/+25
2013-12-16dcaparse: Post AUDIO_CODEC tagSebastian Dröge2-2/+36
2013-12-16amrparse: Post AUDIO_CODEC tagSebastian Dröge2-1/+34
2013-12-16ac3parse: Post AUDIO_CODEC tagSebastian Dröge2-2/+35
2013-12-16aacparse: Post AUDIO_CODEC tagSebastian Dröge2-1/+23
2013-12-16mpegaudioparse: Use pbutils functionality to create the AUDIO_CODEC tagSebastian Dröge1-10/+9
2013-12-04audioparsers: don't leak template capsWim Taymans7-0/+7
2013-12-03audioparsers: use ACCEPT_INTERSECT flagWim Taymans8-50/+9
2013-12-03audioparsers: remove fields from filterWim Taymans7-7/+57
2013-12-03audioparsers: refactor code to remove caps fieldsWim Taymans7-58/+101
2013-11-11ac3parse: correctly handle timestamps when parsing x-private1-ac3Mark Nauwelaerts1-9/+68
2013-09-12flacparse: Make sure we have enough data to read image tagsSebastian Dröge1-0/+3
2013-09-03flacparse: cleanup on error after state changeMatej Knopp1-6/+8
2013-09-03flacparse: Free GstBaseParseFrame if pushing a header failedMatej Knopp1-1/+1
2013-09-02flacparse: Properly propagate downstream flow returns upstreamSebastian Dröge1-10/+7
2013-08-13aacparse: allow conversion from raw AAC to ADTSChris Bass1-1/+201
2013-07-26aacparse: allow conversion from ADTS to raw AACVincent Penquerc'h3-17/+80
2013-07-26aacparse: fix object_type parsing off-by-one in ADTS frameVincent Penquerc'h1-1/+1
2013-07-15aacparse: be less verbose when parsing LOAS streamsMatej Knopp1-1/+1
2013-05-04ac3parse, dcaparse: check buffer size before trimmingTim-Philipp Müller2-13/+27
2013-05-03dcaparse: add support for "audio/x-private1-dts"Andoni Morales Alastruey2-8/+52
2013-05-03ac3parse: add support for "audio/x-private1-ac3"Andoni Morales Alastruey2-7/+66
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-03-21flacparse: add support for the toc-select eventAnton Belka1-1/+58
2013-03-20sbcparse: pack multiple frames into one output bufferTim-Philipp Müller1-2/+26
2013-03-03flacparse: Fix (wrong) use of uninitialized variable compiler warningSebastian Dröge1-1/+1
2013-02-04audioparsers: fix typo in noinst_headersRico Tzschichholz1-1/+1