summaryrefslogtreecommitdiff
path: root/gst-libs/gst/video/gstvideodecoder.c
Commit message (Expand)AuthorAgeFilesLines
* videodecoder: minor cosmetic changes to align a bit more with masterJosep Torra2013-03-101-8/+9
* videodecoder: allow parse function to not use all data on adapterThijs Vermeir2013-03-101-27/+37
* videodecoder: warn if frame list gets longDavid Schleef2013-03-101-0/+6
* videodecoder: Also use the object lock to protect the output_stateOlivier Crête2013-03-101-13/+12
* videodecoder: fix seeking againTim-Philipp Müller2013-03-101-0/+1
* video: Correct usage of the base class stream lockSebastian Dröge2013-03-101-2/+4
* videodecoder: Expose _negotiate functionEdward Hervey2013-03-101-8/+7
* videodecoder: Only keep track of timestamps if the subclass is parsing dataSebastian Dröge2012-12-101-1/+1
* videodecoder: Return the proportion directlySebastian Dröge2012-12-101-9/+8
* videodecoder: Rename from get_qos_info() to get_qos_proportion()Sebastian Dröge2012-12-101-7/+3
* videodecoder: add getter for QoS proportion and earliest_timeAndoni Morales Alastruey2012-12-101-0/+28
* videodecoder: Reset the error count to 0 after successfully decoding a frameSebastian Dröge2012-12-101-1/+1
* videodecoder: fix inappropriate compiler optimization hint macro usageSreerenj Balachandran2012-12-101-1/+1
* videodecoder: don't leak message strings when error is not fatalTim-Philipp Müller2012-10-201-0/+2
* videodecoder: Fix unused variable compiler warning if debugging is disabledSebastian Dröge2012-10-021-2/+2
* videodecoder: Don't lock stream-lock twice and unlock only onceSebastian Dröge2012-09-241-1/+0
* videodecoder: don't take STREAM_LOCK on upstream eventsTim-Philipp Müller2012-09-241-14/+28
* videodecoder: Protect all accesses to priv->output_frame with the stream lockOlivier Crête2012-09-201-7/+29
* videodecoder: parsing loop must ensure for a current frameMark Nauwelaerts2012-08-281-3/+9
* video: Add methods to return a list of all pending GstVideoCodecFramesSebastian Dröge2012-08-161-0/+21
* videodecoder: correcting PTS calculation of frame.Sreerenj Balachandran2012-08-161-1/+2
* video: Make all frame_number guint32Edward Hervey2012-08-141-2/+2
* videodec: add some assertWim Taymans2012-08-141-0/+1
* videodecoder: avoid crash when getting durationWim Taymans2012-08-141-0/+5
* videodecoder: Use GSlice to allocate the timestamp tracking structuresSebastian Dröge2012-08-141-3/+9
* videodecoder: Don't give out bogus frame deadlinesJan Schmidt2012-08-141-1/+2
* videodecoder: Remove gst_video_decoder_get_timestamp functionJan Schmidt2012-08-141-47/+7
* videodecoder: partially revert 178a3b08d21383d29af4d0fe21b0643a6feaa1e4Stefan Sauer2012-07-071-7/+9
* videodecoder: Don't leak a ref to frames in reverse playbackJan Schmidt2012-06-261-1/+0
* videodecoder: Initialise variable to avoid a crash.Jan Schmidt2012-06-261-1/+1
* videodecoder: Calculate correct durations interpolatingJan Schmidt2012-06-201-3/+4
* videodecoder: Clear the last_out_frame_number when flushingJan Schmidt2012-06-201-1/+2
* videodecoder: EOS handling for reverse mode.Jan Schmidt2012-06-201-26/+47
* videodecoder: misc improvements/changesJan Schmidt2012-06-201-33/+19
* videodecoder: Improve timestamp handling.Jan Schmidt2012-06-201-49/+71
* videodecoder: Re-work reverse playback handlingJan Schmidt2012-06-201-36/+65
* videodecoder: Split gst_video_decoder_finish_frameJan Schmidt2012-06-201-39/+61
* videodecoder: Rename queued list to output_queued for clarity.Jan Schmidt2012-06-201-15/+13
* videodecoder: Small cleanupsJan Schmidt2012-06-201-14/+25
* videodecoder: Rename gst_video_decoder_have_frame_2 functionJan Schmidt2012-06-201-35/+32
* videodecoder: Extend docs and add commentsJan Schmidt2012-06-201-26/+174
* videodecoder: Fix initial timestamp in ogg, and a warning.Jan Schmidt2012-06-141-5/+6
* videodecoder: use GST_CLOCK_TIME_IS_VALID where appropriateVincent Penquerc'h2012-06-081-1/+3
* videodecoder: do not do timestamp arithmetic from an invalid timestampVincent Penquerc'h2012-06-071-1/+1
* videodecoder: Do not unref frame if not in the listMatej Knopp2012-06-041-2/+7
* videodecoder: also check for different caps after a pad-allocThiago Santos2012-05-101-1/+3
* videodecoder: Check for mismatched buffer sizesThiago Santos2012-05-101-1/+5
* videodecoder: Also change gst_video_decoder_get_oldest_frame() to return a ne...Sebastian Dröge2012-05-011-6/+5
* videodecoder: Add a reference to frame passed to subclassEdward Hervey2012-05-011-1/+2
* videodecoder: don't leak eventsWim Taymans2012-05-011-7/+7