summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-06-22rtspconnection: Only drop everything after the ; of a session header in requestsSebastian Dröge1-1/+1
2015-06-22audioringbuffer: Fix alaw/mulaw channel positionsLyon Wang1-0/+8
2015-06-18doc: Fix gsttrtphdrext section nameNicolas Dufresne1-1/+1
2015-06-19multiview: Add gst_video_multiview_guess_half_aspect()Jan Schmidt2-0/+45
2015-06-17video-converter: make sure we draw enough border for YUY2 formatsWim Taymans1-6/+7
2015-06-17video-scaler: fix scaling of odd width for YUY2 formatsWim Taymans1-23/+21
2015-06-17discoverer: Fix a wrong naming in the documentationThibault Saunier1-2/+2
2015-06-16gi: Use INTROSPECTION_INIT for --add-init-sectionNicolas Dufresne8-8/+8
2015-06-16gi: Skip Scaler, Chroma, Conveter, Dither constructorNicolas Dufresne4-5/+5
2015-06-16gi: Add (transfer none) for various video metaNicolas Dufresne2-11/+16
2015-06-16gi: Fix warnings in GstRtspNicolas Dufresne1-2/+2
2015-06-16gi: Don't produce gir and typlib for GstRiffNicolas Dufresne1-54/+59
2015-06-16gi: Skip fft constructor for nowNicolas Dufresne4-4/+4
2015-06-16gi: Fix warnings in libgstaudioNicolas Dufresne3-9/+3
2015-06-13videoencoder: fix gtk-doc chunk for new functionTim-Philipp Müller1-3/+4
2015-06-12videoencoder: Add gst_video_encoder_set_min_pts()Matej Knopp2-0/+52
2015-06-13videodecoder: Copy multiview-mode, flags and view count from ref infoJan Schmidt1-0/+6
2015-06-12video-scaler: enforce same taps when combining scalersWim Taymans1-1/+3
2015-06-12video-scaler: make sure to clamp to max widthWim Taymans1-4/+11
2015-06-12video-scaler: Enforce same taps on Y and UV scalers for merged formatsWim Taymans3-1/+19
2015-06-12rtsp: Add a FIXME 2.0 for gst_rtsp_connection_create_from_socket()Arun Raghavan1-0/+2
2015-06-11video: Add multiview/stereo supportJan Schmidt8-22/+824
2015-06-10rtpbaseaudiopayload: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-2/+2
2015-06-09GstRTSPConnection: Add GTlsInteraction supportXavier Claessens2-1/+63
2015-06-09audiobasesink: added custom clock slaving methodCarlos Rafael Giani2-1/+266
2015-06-08video: Allow using bt2020 by name in colorimetryNicolas Dufresne1-1/+1
2015-06-05rtpbasepayload: Always prefer downstream's ssrc suggestion if anySebastian Dröge1-42/+24
2015-06-05rtcpbuffer: Improve documentation of new functions a bitSebastian Dröge1-6/+9
2015-06-05rtcpbuffer: Update package validation to support reduced size rtcp packetsJose Antonio Santos Cadenas2-17/+84
2015-06-04audiofilter: copy metadata that only has the "audio" tag.Mathieu Duponchelle1-0/+20
2015-06-04discoverer: Serialize the top level DiscovererInfoMathieu Duponchelle1-2/+49
2015-06-04codec-utils: Add AAC channel configurations 11, 12 and 14 and levels 6 and 7Sebastian Dröge1-0/+11
2015-06-02pbutils: add description for video/x-cavs capsTim-Philipp Müller1-0/+1
2015-06-01rtpbuffer: optimise payload mapping for buffers with one memoryTim-Philipp Müller1-7/+22
2015-06-01rtpbasedepayload: provide chain_list function on sink padTim-Philipp Müller2-13/+67
2015-06-01encodebin: Add a way to enable/disabled a GstEncodingProfileThibault Saunier2-0/+35
2015-05-30id3v2frames: Fix compiler warningsSebastian Dröge1-4/+0
2015-05-30video-format: Fix minor docs typoJan Schmidt1-1/+1
2015-05-30video: Make gst_buffer_get_video_meta() a real function, Return lowest idJan Schmidt2-1/+33
2015-05-29discoverer: don't crash on unknown info types when deserializingTim-Philipp Müller1-4/+9
2015-05-29sdp: prevent the sdp message parser from reading past the end of the bufferGeorge Kiagiadakis1-3/+23
2015-05-25tag: id3v2: fix parsing of UTF-16 text on systems with crippled iconvTim-Philipp Müller1-14/+51
2015-05-21rtp: Clean G-I files on make clean tooSebastian Dröge1-1/+1
2015-05-20rtp: Add builddir to the include path for gobject-introspectionSebastian Dröge1-0/+3
2015-05-20rtp: Add GstRTPProfile enumSebastian Dröge3-0/+68
2015-05-20rtsp: Add FIXME 2.0 comment about GstRTSPTransport being an enum instead of f...Sebastian Dröge1-0/+2
2015-05-20rtsp: Use glib-mkenums to generate GstRTSPProfile and GstRTSPLowerTrans GTypesSebastian Dröge3-49/+2
2015-05-19rtsp: don't use soon-to-be-deprecated g_cancellable_reset()Tim-Philipp Müller1-4/+7
2015-05-19gstdiscoverer: Add since annotation.Mathieu Duponchelle1-0/+1
2015-05-19discoverer: Add serialization methods.Mathieu Duponchelle2-0/+352