summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* audiodecoder: Reset error count to 0 after successfully decoding a frameSebastian Dröge2012-12-101-1/+1
* 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
* baseaudiosink: Resync when ringbuffer resetsEdward Hervey2012-12-031-0/+6
* video: Add support for planar 10 bit YUV color formatsSebastian Dröge2012-11-153-1/+176
* ringbuffer: fix compilation after mergeWim Taymans2012-10-301-1/+0
* audioringbuffer: reset spec on _releaseWim Taymans2012-10-301-0/+2
* audiodecoder: track forced decoding stateMark Nauwelaerts2012-10-241-0/+2
* audiodecoder: don't leak message strings when error is not fatalTim-Philipp Müller2012-10-201-0/+2
* 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
* videoencoder: clip input buffers to current input segmentMark Nauwelaerts2012-09-261-1/+1
* 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
* videoencoder: only set invalid DTS equal to PTS for keyframeMark Nauwelaerts2012-09-201-1/+9
* audiodecoder: Don't output an (unreffed) buffer in error casesSebastian Dröge2012-09-141-1/+2
* rtsp: Fix compiler warningRaimo Järvi2012-09-071-1/+0
* videodecoder: parsing loop must ensure for a current frameMark Nauwelaerts2012-08-281-3/+9
* audioencoder: correctly compare audio info positionsMark Nauwelaerts2012-08-221-2/+2
* video: Add methods to return a list of all pending GstVideoCodecFramesSebastian Dröge2012-08-164-2/+48
* videodecoder: correcting PTS calculation of frame.Sreerenj Balachandran2012-08-161-1/+2
* video: Make all frame_number guint32Edward Hervey2012-08-143-6/+6
* video: fix endianness of the pack formatsWim Taymans2012-08-141-1/+13
* video: fix r210 formatWim Taymans2012-08-141-5/+3
* 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
* video-blend: Fix argument signednessEdward Hervey2012-06-202-2/+2
* 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
* audiodecoder: push queued events only when we have a first bufferVincent Penquerc'h2012-06-111-1/+1
* 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
* video: fix memory leakVincent Penquerc'h2012-06-071-0/+1