summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix .gitmodules to use baserock upstreambaserock/morph/0.10Richard Dale2013-07-221-1/+1
* streamscombiner: Set the current pad based on latest setcaps0.10Olivier Crête2013-05-091-0/+6
* win32: update video and rtsp API in .def fileMark Nauwelaerts2013-05-042-0/+3
* typefinding: add parsed=false to h264 byte-stream capsTim-Philipp Müller2013-05-031-1/+1
* video: fix compiler warning in header with C++11 / clang-3.1Tim-Philipp Müller2013-04-271-2/+2
* ffmpegcolorspace: add d422 -> YUY2 converterOlivier Crête2013-03-221-0/+62
* appsrc: fix deadlock setting pipeline in NULL state with block=trueNicola Murino2013-03-122-0/+153
* Automatic update of common submoduleTim-Philipp Müller2013-03-101-0/+0
* vorbis: fix unused variableThijs Vermeir2013-03-101-1/+1
* oggdemux: add proper cast for printAndoni Morales Alastruey2013-03-101-3/+3
* 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-102-8/+9
* configure.ac: update courtesy of autoupdateTim-Philipp Müller2013-03-101-14/+10
* audio: fix gst_audio_format_from_caps() for 8-bit formatsTim-Philipp Müller2013-02-162-4/+40
* audio: fix GST_AUDIO_INFO_ENDIANNESS macroTim-Philipp Müller2013-02-161-1/+1
* encodebin: activate ghost pad after creating itVincent Penquerc'h2013-02-141-0/+1
* encodebin: sync muxer state with parent binVincent Penquerc'h2013-02-121-0/+1
* alsasink: don't use 100% CPUyanghuolin2013-01-242-0/+11
* Automatic update of common submoduleThibault Saunier2013-01-241-0/+0
* rtspconnection: add limit to queued messagesWim Taymans2012-12-142-3/+91
* 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-102-11/+9
* videodecoder: Rename from get_qos_info() to get_qos_proportion()Sebastian Dröge2012-12-104-12/+7
* videodecoder: add getter for QoS proportion and earliest_timeAndoni Morales Alastruey2012-12-104-0/+34
* 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
* ffmpegcolorspace: Fix shifts, we're having 10 bits per component, not 16Sebastian Dröge2012-11-191-108/+113
* ffmpegcolorspace: Add support for 10 bit YUV color formatsSebastian Dröge2012-11-154-2/+1090
* video: Add support for planar 10 bit YUV color formatsSebastian Dröge2012-11-153-1/+176
* typefind: isml is iso-fragmented video/quicktimeThiago Santos2012-11-061-0/+6
* ffmpegcolorspace: Add NV12/NV21 to I420 convertionNicolas Dufresne2012-11-021-0/+72
* 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
* alsasink: fix caps leak in acceptcaps functionTim-Philipp Müller2012-10-201-0/+1
* videodecoder: don't leak message strings when error is not fatalTim-Philipp Müller2012-10-201-0/+2
* playback: class_ref() some types so we can create multiple playback elements ...Tim-Philipp Müller2012-10-033-0/+7
* 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