Lines Matching refs:baseparse
62258 storing the output to keep baseparse assumptions valid.
62966 This would ideally be solved in baseparse but that requires further
65465 For frame->buffer, baseparse is doing that automatically for us. For
67111 Also needs fixes in baseparse:
101643 …Everytime a buffer is being provided from baseparse, we are parsing all the data from the beginnin…
105963 This needs to be included in baseparse.h later on
108704 jpegparse: port to baseparse
115943 ivfparse: port to baseparse.
128026 re-enable the code that adds timestamps to packets after baseparse's
128035 asfparse: port to baseparse
128037 Now porting it to baseparse to get it working again
128453 baseparse frame of all NALUs is finished for the first NALU, then
130977 This is the same behaviour as pre-baseparse-refactoring
138006 * tools/element-templates/baseparse:
138643 API is now in baseparse in gstreamer.
138683 The required baseparse API addition has not been pushed yet,
142711 videoparsers: use parsed or upstream fps to set some baseparse parameters
154038 videoparsers: Update for baseparse API changes
156062 without having to intercept baseparse's chain function.
156071 videoparsers: adjust to standardized baseparse frame state tracking
156133 videoparsers: adjust to modified baseparse API
156138 pcapparse: adjust to modified baseparse API
156537 ... as baseparse then provides whole chunks of data (as it should) at once
161614 h264parse: properly interpret baseparse draining state
165849 mpeg4videoparse: port to baseparse
165855 ... since latest baseparse API is required for videoparsers.
168263 * gst-libs/gst/baseparse/Makefile.am:
168264 * gst-libs/gst/baseparse/gstbaseparse.c:
168265 * gst-libs/gst/baseparse/gstbaseparse.h:
168266 * tools/element-templates/baseparse:
168267 baseparse: remove -bad version of baseparse library, now in core
168279 videoparsers: port to baseparse, which is now in libgstbase in core
169882 * gst-libs/gst/baseparse/gstbaseparse.c:
169883 baseparse: make_metadata_writable() fix
169894 * gst-libs/gst/baseparse/gstbaseparse.c:
169895 baseparse: rename GType from GstAudioBaseParseBad to GstBaseParseBad
169971 basevideocodec: remove parser in favor of baseparse
169988 * gst-libs/gst/baseparse/gstbaseparse.c:
169989 baseparse: trim trailing whitespace
169993 * gst-libs/gst/baseparse/gstbaseparse.c:
169994 baseparse: use delta-unit flags instead of none
170020 * gst-libs/gst/baseparse/gstbaseparse.h:
170021 baseparse: update documentation for API changes
170027 tests: fix baseparse test
170046 * tools/element-templates/baseparse:
170047 element-maker: Add baseparse template
170053 * gst-libs/gst/baseparse/Makefile.am:
170054 * gst-libs/gst/baseparse/gstbaseparse.c:
170055 * gst-libs/gst/baseparse/gstbaseparse.h:
170069 baseparse: Create baseparse library
170133 baseparse: tune QUERY_SEEKING response
170141 baseparse: tune QUERY_SEEKING response
170219 baseparse: Update min/max bitrate before first posting them
170230 fact a CBR stream, so it's safer to let baseparse calculate the average
170497 h263parse: update to latest baseparse
170526 ... considering that baseparse takes care of skipping etc
170552 baseparse: tune default duration estimate update interval
170560 baseparse: reverse playback; mind keyframes for fragment boundary
170570 baseparse: ensure non-empty candidate frames
170575 baseparse: clarify some debug statements
170580 baseparse: properly track upstream timestamps
170586 baseparse: need proper frame duration to obtain sensible frame bitrate
170591 baseparse: proper initial values for index tracking variables
170596 baseparse: arrange for consistent event handling
170601 baseparse: header style cleaning
170606 baseparse: provide some more initial frame metadata in parse_frame
170615 baseparse: refactor passthrough into format flags
170616 Also add a format flag to signal baseparse that subclass/format can provide
170630 baseparse: introduce a baseparse frame to serve as context
170637 baseparse: restrict duration scanning to pull mode and avoid extra set_caps call
170643 baseparse: update some documentation
170649 baseparse: allow increasing min_size for current frame parsing only
170662 baseparse: pass all available data to subclass rather than minimum
170668 baseparse: fix reverse playback handling
170673 baseparse: minor typo and debug statement cleanup
170679 baseparse: reduce locking
170734 baseparse: avoid loop in frame locating interpolation
171292 audioparsers: baseparse: Be careful to not lose the event ref
171347 docs: minor baseparse docs/comment fixes
173792 baseparse: increase keyframe awareness
173915 baseparse: avoid unexpected stray metadata
173920 baseparse: use proper _NONE output value when applicable
174512 baseparse: use correct offset when adding index entry
174519 baseparse: enhancements for timestamp marked framed formats
174529 baseparse: refactor frame scanning peformed by _loop
174534 baseparse: slightly optimize sending of pending newsegment events
174539 baseparse: minor fixes and enhancements
174564 flacparse: minor refactor and enable default baseparse segment clipping
175246 baseparse: use only upstream duration if it provides one
175251 baseparse: reflow update_bitrate code
175258 baseparse: add some debug statements
175823 baseparse: perform bitrate handling and posting after newsegment sending
175828 baseparse: immediately post subclass provided bitrate
175975 Revert "baseparse: add skip property"
176044 baseparse: Fix debug output
176061 baseparse: support reverse playback
176067 baseparse: remove done TODOs and update documentation
176072 baseparse: use determined seekability in answering SEEKING query
176077 baseparse: add skip property
176120 baseparse: use _set_frame_props to configure frame lead_in and lead_out
176132 baseparse: use _set_duration to configure duration update interval
176139 baseparse: localize use of provided fps information
176144 baseparse: seek table and accurate seek support
176149 baseparse: proper and more extended segment and seek handling
176156 baseparse: add index support
176161 baseparse: refactor state reset
176166 baseparse: prevent indefinite resyncing
176171 baseparse: specific EOS handling if no output so far
176176 baseparse: adjust _set_frame_prop documentation and set default as claimed
176181 baseparse: fix bitrate copy-and-paste and update heuristic
176186 baseparse: post duration message if average bitrates is updated
176193 baseparse: remove is_seekable vmethod and use a set_seek instead
176208 baseparse: add another hook for subclass prior to pushing buffer
176215 baseparse: 0 converts to 0 by default
176226 baseparse: streamline query handling
176232 baseparse: cleanup struct and remove unused member
176244 baseparse: Allow chaining of subclass event handlers
176660 baseparse: Don't use GST_FLOW_IS_FATAL()
177660 baseparse: non-TIME seek event is simply not handled
180507 baseparse: fix seek event ref handling
180512 baseparse: prevent arithmetic overflows in pull mode buffer cache handling
180517 baseparse: fix seek handling
183595 baseparse: Don't emit bitrate tags too early
183747 baseparse: Set the last stop to the buffer starttime if the duration is invalid
183753 baseparse: Send NEWSEGMENT event with correct start and position
183854 This implements the get_frame_overhead() vfunc so that baseparse can
183861 This patch adds the get_frame_overhead() vfunc so that baseparse can
183870 audioparsers: Add bitrate calculation to baseparse
183871 This makes baseparse keep a running average of the stream bitrate, as
186234 audioparsers: rename baseparse GType name to avoid possible conflicts
186922 baseparse: adjust seek handling and newsegment sending
186930 baseparse: minor refactor cleanup
186941 flacparse: baseparse takes care of handling leftover pieces
186946 baseparse: implement leftover draining in pull mode
186968 baseparse: provide default conversion using bps if no fps available
187048 baseparse: check for remaining data when draining in push mode
187053 baseparse: fix pull mode cache size comparison
187275 baseparse: custom bufferflag indicates not to count frame in stats
187367 baseparse: reset passthrough mode to default (disabled) on activation
187372 baseparse: ensure buffer metadata is writable
187378 baseparse: fix/enhance DISCONT marking
187388 baseparse: add timestamp handling, and default conversion
187389 In particular, (optionally) provide baseparse with a notion of frames per second
187391 This way, subclass can provide baseparse with fps and have it provide default
187398 baseparse: documentation fixes
187403 baseparse: use_fixed_caps for src pad
190636 baseparse: sync baseparse change
193043 baseparse: prevent infinite loop when draining
193050 baseparse: fix minor memory leak
193055 flacparse: sync baseparse (some more)
194067 amrparse: Sync baseparse changes
194073 aacparse: Add function for the baseparse subclass to push buffers downstream
194081 baseparse: Fix seek event leaking
196207 baseparse: propagate return value of GstBaseParse::set_sink_caps()
196216 baseparse: don't try to GST_LOG an already-freed caps string
196465 baseparse: fix debug category
198535 baseparse: fix (regression in) newsegment handling
199318 baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, flacparse)
199324 baseparse: Fix push mode seeking (aacparse, amrparse)
199529 baseparse: Delay newsegment as long as possible.
201027 baseparse: revert last change and properly fix
201069 baseparse: remove checks for buffer==NULL
207112 gst/: Fix baseparse type name.
207116 Fix baseparse type name.
207120 Add two new baseparse based parsers (aac and amr) from Bug #518857.
207133 Add two new baseparse based parsers (aac and amr) from Bug #518857.