summaryrefslogtreecommitdiff
path: root/gst/audioparsers/gstbaseparse.c
Commit message (Expand)AuthorAgeFilesLines
* baseparse: Create baseparse libraryDavid Schleef2011-02-171-3716/+0
* baseparse: tune QUERY_SEEKING responseMark Nauwelaerts2011-02-171-1/+3
* baseparse: Update min/max bitrate before first posting themArun Raghavan2011-02-091-1/+3
* baseparse: tune default duration estimate update intervalMark Nauwelaerts2011-01-281-4/+17
* baseparse: reverse playback; mind keyframes for fragment boundaryMark Nauwelaerts2011-01-281-28/+82
* baseparse: ensure non-empty candidate framesMark Nauwelaerts2011-01-281-2/+2
* baseparse: clarify some debug statementsMark Nauwelaerts2011-01-281-6/+6
* baseparse: properly track upstream timestampsMark Nauwelaerts2011-01-281-8/+9
* baseparse: need proper frame duration to obtain sensible frame bitrateMark Nauwelaerts2011-01-281-1/+4
* baseparse: proper initial values for index tracking variablesMark Nauwelaerts2011-01-281-5/+6
* baseparse: arrange for consistent event handlingMark Nauwelaerts2011-01-281-5/+10
* baseparse: provide some more initial frame metadata in parse_frameMark Nauwelaerts2011-01-281-2/+9
* baseparse: refactor passthrough into format flagsMark Nauwelaerts2011-01-281-19/+26
* baseparse: introduce a baseparse frame to serve as contextMark Nauwelaerts2011-01-281-91/+133
* baseparse: restrict duration scanning to pull mode and avoid extra set_caps callMark Nauwelaerts2011-01-281-2/+3
* baseparse: update some documentationMark Nauwelaerts2011-01-281-3/+11
* baseparse: allow increasing min_size for current frame parsing onlyMark Nauwelaerts2011-01-281-9/+42
* baesparse: fix refactor regression in loop based parsingMark Nauwelaerts2011-01-281-7/+9
* baseparse: pass all available data to subclass rather than minimumMark Nauwelaerts2011-01-281-6/+10
* baseparse: fix reverse playback handlingMark Nauwelaerts2011-01-281-1/+11
* baseparse: minor typo and debug statement cleanupMark Nauwelaerts2011-01-281-3/+4
* baseparse: reduce lockingMark Nauwelaerts2011-01-281-24/+3
* baseparse: avoid loop in frame locating interpolationMark Nauwelaerts2011-01-261-3/+4
* audioparsers: baseparse: Be careful to not lose the event refThiago Santos2011-01-151-2/+7
* docs: minor baseparse docs/comment fixesTim-Philipp Müller2011-01-131-5/+5
* baseparse: increase keyframe awarenessMark Nauwelaerts2010-12-031-4/+42
* baseparse: avoid unexpected stray metadataMark Nauwelaerts2010-11-301-0/+2
* baseparse: use proper _NONE output value when applicableMark Nauwelaerts2010-11-301-0/+1
* audioparsers: Remove dead assignmentsEdward Hervey2010-11-251-8/+0
* audioparse: fix possible division-by-zeroAndoni Morales Alastruey2010-11-251-1/+1
* baseparse: use correct offset when adding index entryMark Nauwelaerts2010-11-171-6/+6
* baseparse: enhancements for timestamp marked framed formatsMark Nauwelaerts2010-11-171-5/+272
* baseparse: refactor frame scanning peformed by _loopMark Nauwelaerts2010-11-171-26/+50
* baseparse: slightly optimize sending of pending newsegment eventsMark Nauwelaerts2010-11-171-18/+11
* baseparse: minor fixes and enhancementsMark Nauwelaerts2010-11-171-3/+13
* baseparse: use only upstream duration if it provides oneMark Nauwelaerts2010-10-291-5/+32
* baseparse: reflow update_bitrate codeMark Nauwelaerts2010-10-291-18/+24
* baseparse: add some debug statementsMark Nauwelaerts2010-10-291-3/+9
* baseparse: perform bitrate handling and posting after newsegment sendingMark Nauwelaerts2010-10-111-2/+4
* baseparse: immediately post subclass provided bitrateMark Nauwelaerts2010-10-111-0/+3
* Revert "baseparse: add skip property"Tim-Philipp Müller2010-10-051-78/+3
* audioparser: Let the format string agree with the parameters to fix compiler ...Sebastian Dröge2010-10-031-1/+1
* baseparse: Fix debug outputArun Raghavan2010-10-011-1/+1
* baseparse: support reverse playbackMark Nauwelaerts2010-10-011-47/+304
* baseparse: remove done TODOs and update documentationMark Nauwelaerts2010-10-011-22/+22
* baseparse: use determined seekability in answering SEEKING queryMark Nauwelaerts2010-10-011-13/+3
* baseparse: add skip propertyMark Nauwelaerts2010-10-011-3/+78
* baseparse: use _set_frame_props to configure frame lead_in and lead_outMark Nauwelaerts2010-10-011-9/+36
* baseparse: use _set_duration to configure duration update intervalMark Nauwelaerts2010-10-011-11/+15
* baseparse: localize use of provided fps informationMark Nauwelaerts2010-10-011-15/+5