summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2012-12-17encodebing: Use the preset_name as the factory name and preset as the name of...Thibault Saunier1-6/+5
2012-12-17audiobasesrc: Always resync the ringbuffer on the first bufferThiago Santos1-1/+2
2012-12-15pbutils: add some more flags and file extensions to internal media type descr...Tim-Philipp Müller1-205/+231
2012-12-14rtspconnection: add limit to queued messagesWim Taymans2-3/+91
2012-12-12libs: Use foo/foo.h as single-include header consistently everywhereSebastian Dröge33-140/+114
2012-12-10docs: fix up some more GstXOverlay -> GstVideoOverlayTim-Philipp Müller1-6/+6
2012-12-10videodecoder: Only keep track of timestamps if the subclass is parsing dataSebastian Dröge1-1/+1
2012-12-10rtspmessage: Add several missing g-i annotationsSebastian Rasmussen1-9/+9
2012-12-05encodebin: Make use of the new preset_name when setting a presetThibault Saunier1-1/+1
2012-12-05encoding-profile: Let the user decide what preset name to useThibault Saunier2-4/+41
2012-12-04pbutils: encoding-profile: fix _new function introspection docsThiago Santos1-1/+1
2012-12-02audioencoder: add some more debug info and remove obsolete commentTim-Philipp Müller1-1/+9
2012-11-27rtsp: add method to parse options listWim Taymans2-0/+41
2012-11-21audio: remove bogus Since marker from docsTim-Philipp Müller1-2/+0
2012-11-21app: fix g-i annotation for gst_app_src_push_buffer()Tim-Philipp Müller1-1/+1
2012-11-21rtsprange: add string conversion for new formatsWim Taymans1-21/+55
2012-11-21rtsprange: add method to convert ranges to GstClockTimeWim Taymans2-0/+109
2012-11-21range: don't overwrite unit fieldWim Taymans1-2/+0
2012-11-21range: add g_return_if checkWim Taymans1-0/+2
2012-11-21libs: Fix last commit by using correct include paths and only include existin...Sebastian Dröge3-4/+5
2012-11-21libs: Add missing single include headers and use them in GIRsEvan Nemerson20-33/+289
2012-11-21rtsprange: improve docsWim Taymans1-1/+6
2012-11-20discoverer: Add support for getting the stream-idSebastian Dröge4-1/+63
2012-11-20discoverer: Use switch/case instead of lots of ifs for the event handlingSebastian Dröge1-33/+39
2012-11-20videodecoder: Return the proportion directlySebastian Dröge2-11/+9
2012-11-20videodecoder: Rename from get_qos_info() to get_qos_proportion()Sebastian Dröge2-10/+5
2012-11-20rtsp: avoid ABI breakWim Taymans2-16/+31
2012-11-20pbutils: fix transfer annotation for gst_encoding_profile_set_restrictionAlessandro Decina1-1/+1
2012-11-19videodecoder: add getter for QoS proportion and earliest_timeAndoni Morales Alastruey2-0/+32
2012-11-19rtsp: fix format stringWim Taymans1-1/+1
2012-11-19rtsp: parse UTC rangesWim Taymans2-6/+74
2012-11-19rtsp: parse SMPTE rangesWim Taymans2-3/+54
2012-11-19range: handle parse errors betterWim Taymans1-3/+6
2012-11-19rtsp: detect npt time parse errorsWim Taymans1-1/+3
2012-11-19range: a single - is not allowedWim Taymans1-0/+5
2012-11-19range: handle ranges starting with -Wim Taymans1-1/+1
2012-11-14gst_adapter_prev_timestamp -> gst_adapter_prev_ptsTim-Philipp Müller3-3/+3
2012-11-13video-format: fix plane offsets for GBR formatsWim Taymans1-25/+25
2012-11-12rtspconnection: improve docsWim Taymans1-2/+2
2012-11-12pbutils: add description for Opus audio codecTim-Philipp Müller1-0/+1
2012-11-12audio: Use new GType for GThread instead of just G_TYPE_POINTERSebastian Dröge2-5/+12
2012-11-12rtpbuffer: protect against empty buffersWim Taymans1-0/+8
2012-11-10video: Add GBR/GBR_10LE/GBR_10BE color formatsSebastian Dröge3-1/+134
2012-11-10video: Add Y444_10{LE,BE} video formatsSebastian Dröge3-1/+128
2012-11-09rtsp: fix g-i annotation for gst_rtsp_message_set_body(), take_body() and tak...Ognyan Tonchev1-3/+3
2012-11-09audiodecoder: Reset error count to 0 after successfully decoding a frameSebastian Dröge1-1/+1
2012-11-09videodecoder: Reset the error count to 0 after successfully decoding a frameSebastian Dröge1-1/+1
2012-11-07video: don't crash when blending onto video formats that unpack to 64 bits pe...Tim-Philipp Müller1-9/+25
2012-11-06rtp: fix ntp56 parsingWim Taymans1-1/+1
2012-11-06rtp: add helpers for header extensionsWim Taymans4-12/+207