summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-09streamscombiner: Set the current pad based on latest setcaps0.10Olivier Crête1-0/+6
2013-05-04win32: update video and rtsp API in .def fileMark Nauwelaerts2-0/+3
2013-05-03typefinding: add parsed=false to h264 byte-stream capsTim-Philipp Müller1-1/+1
2013-04-27video: fix compiler warning in header with C++11 / clang-3.1Tim-Philipp Müller1-2/+2
2013-03-22ffmpegcolorspace: add d422 -> YUY2 converterOlivier Crête1-0/+62
2013-03-12appsrc: fix deadlock setting pipeline in NULL state with block=trueNicola Murino2-0/+153
2013-03-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-03-10vorbis: fix unused variableThijs Vermeir1-1/+1
2013-03-10oggdemux: add proper cast for printAndoni Morales Alastruey1-3/+3
2013-03-10videodecoder: minor cosmetic changes to align a bit more with masterJosep Torra1-8/+9
2013-03-10videodecoder: allow parse function to not use all data on adapterThijs Vermeir1-27/+37
2013-03-10videodecoder: warn if frame list gets longDavid Schleef1-0/+6
2013-03-10videodecoder: Also use the object lock to protect the output_stateOlivier Crête1-13/+12
2013-03-10videodecoder: fix seeking againTim-Philipp Müller1-0/+1
2013-03-10video: Correct usage of the base class stream lockSebastian Dröge1-2/+4
2013-03-10videodecoder: Expose _negotiate functionEdward Hervey2-8/+9
2013-03-10configure.ac: update courtesy of autoupdateTim-Philipp Müller1-14/+10
2013-02-16audio: fix gst_audio_format_from_caps() for 8-bit formatsTim-Philipp Müller2-4/+40
2013-02-16audio: fix GST_AUDIO_INFO_ENDIANNESS macroTim-Philipp Müller1-1/+1
2013-02-14encodebin: activate ghost pad after creating itVincent Penquerc'h1-0/+1
2013-02-12encodebin: sync muxer state with parent binVincent Penquerc'h1-0/+1
2013-01-24alsasink: don't use 100% CPUyanghuolin2-0/+11
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
2012-12-14rtspconnection: add limit to queued messagesWim Taymans2-3/+91
2012-12-10videodecoder: Only keep track of timestamps if the subclass is parsing dataSebastian Dröge1-1/+1
2012-12-10videodecoder: Return the proportion directlySebastian Dröge2-11/+9
2012-12-10videodecoder: Rename from get_qos_info() to get_qos_proportion()Sebastian Dröge4-12/+7
2012-12-10videodecoder: add getter for QoS proportion and earliest_timeAndoni Morales Alastruey4-0/+34
2012-12-10audiodecoder: Reset error count to 0 after successfully decoding a frameSebastian Dröge1-1/+1
2012-12-10videodecoder: Reset the error count to 0 after successfully decoding a frameSebastian Dröge1-1/+1
2012-12-10videodecoder: fix inappropriate compiler optimization hint macro usageSreerenj Balachandran1-1/+1
2012-12-03baseaudiosink: Resync when ringbuffer resetsEdward Hervey1-0/+6
2012-11-19ffmpegcolorspace: Fix shifts, we're having 10 bits per component, not 16Sebastian Dröge1-108/+113
2012-11-15ffmpegcolorspace: Add support for 10 bit YUV color formatsSebastian Dröge4-2/+1090
2012-11-15video: Add support for planar 10 bit YUV color formatsSebastian Dröge3-1/+176
2012-11-06typefind: isml is iso-fragmented video/quicktimeThiago Santos1-0/+6
2012-11-02ffmpegcolorspace: Add NV12/NV21 to I420 convertionNicolas Dufresne1-0/+72
2012-10-30ringbuffer: fix compilation after mergeWim Taymans1-1/+0
2012-10-30audioringbuffer: reset spec on _releaseWim Taymans1-0/+2
2012-10-24audiodecoder: track forced decoding stateMark Nauwelaerts1-0/+2
2012-10-20audiodecoder: don't leak message strings when error is not fatalTim-Philipp Müller1-0/+2
2012-10-20alsasink: fix caps leak in acceptcaps functionTim-Philipp Müller1-0/+1
2012-10-20videodecoder: don't leak message strings when error is not fatalTim-Philipp Müller1-0/+2
2012-10-03playback: class_ref() some types so we can create multiple playback elements ...Tim-Philipp Müller3-0/+7
2012-10-02videodecoder: Fix unused variable compiler warning if debugging is disabledSebastian Dröge1-2/+2
2012-09-26videoencoder: clip input buffers to current input segmentMark Nauwelaerts1-1/+1
2012-09-24videodecoder: Don't lock stream-lock twice and unlock only onceSebastian Dröge1-1/+0
2012-09-24videodecoder: don't take STREAM_LOCK on upstream eventsTim-Philipp Müller1-14/+28
2012-09-20videodecoder: Protect all accesses to priv->output_frame with the stream lockOlivier Crête1-7/+29
2012-09-20videoencoder: only set invalid DTS equal to PTS for keyframeMark Nauwelaerts1-1/+9