summaryrefslogtreecommitdiff
path: root/gst/aacparse
Commit message (Expand)AuthorAgeFilesLines
* aacparse: forego (bogus) parsing of already parsed (raw) inputMark Nauwelaerts2009-09-253-5/+42
* baseparse: prevent infinite loop when drainingMark Nauwelaerts2009-08-071-0/+8
* baseparse: fix minor memory leakMark Nauwelaerts2009-08-071-0/+1
* aacparse: Add function for the baseparse subclass to push buffers downstreamSebastian Dröge2009-07-142-27/+60
* baseparse: Fix seek event leakingSebastian Dröge2009-07-141-2/+3
* aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)Mark Nauwelaerts2009-06-191-2/+6
* aacparse: fix sample rate extraction from codec dataTim-Philipp Müller2009-06-021-22/+20
* aacparse, amrparse: remove bogus gst_pad_fixate_caps() callsTim-Philipp Müller2009-06-021-1/+0
* baseparse: propagate return value of GstBaseParse::set_sink_caps()Tim-Philipp Müller2009-06-021-1/+1
* baseparse: don't try to GST_LOG an already-freed caps stringTim-Philipp Müller2009-06-021-6/+2
* aacparse: set channels and rate on output caps, and keep codec_dataTim-Philipp Müller2009-06-021-7/+17
* baseparse: fix debug categoryMark Nauwelaerts2009-05-281-1/+1
* baseparse: fix (regression in) newsegment handlingMark Nauwelaerts2009-05-031-16/+8
* baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, f...René Stadler2009-04-071-1/+1
* baseparse: Fix push mode seeking (aacparse, amrparse)René Stadler2009-04-051-5/+12
* baseparse: Delay newsegment as long as possible.Mark Nauwelaerts2009-03-311-25/+34
* aacparse: Fix busyloop when seeking. Fixes #575388René Stadler2009-03-231-5/+0
* aacparse: Refactor check_valid_frame to expose broken codeRené Stadler2009-03-231-8/+20
* baseparse: revert last change and properly fixStefan Kost2009-02-271-4/+6
* baseparse: remove checks for buffer==NULLStefan Kost2009-02-261-9/+5
* aacparse: Fix license specified in plugin details.René Stadler2009-02-111-2/+1
* Fix the return value of the default parse_frame function.Jan Schmidt2009-01-301-3/+3
* Log aac details found in codec_data.Stefan Kost2009-01-231-0/+3
* gst/aacparse/gstaacparse.c: Don't autoplug aacparse until it works.Wim Taymans2008-11-131-1/+1
* gst/: Fix baseparse type name.Stefan Kost2008-11-131-1/+1
* Add two new baseparse based parsers (aac and amr) from Bug #518857.Stefan Kost2008-11-135-0/+2965