summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-08-10videodecoder: push pending events before gapThiago Santos1-13/+30
2015-07-30rtpbuffer: avoid accessing NULL buffer even moreBrian Peters1-1/+1
2015-07-30rtp: buffer: don't access NULL buffer pointerBrian Peters1-1/+3
2015-07-30rtpbasedepayload: fix leaks in error code pathsTim-Philipp Müller1-0/+2
2015-07-18depayloader: Use input segment startNicolas Dufresne1-3/+3
2015-07-15video: improve loggingWim Taymans9-2/+170
2015-07-14rtsp: Include generated enum types in gstrtsptransport.hOlivier Crête1-0/+1
2015-07-12rtp: rtpbasedepayload: add process_rtp_packet() vfuncTim-Philipp Müller2-6/+31
2015-07-09doc/build: Fix doc typosNicolas Dufresne1-1/+1
2015-07-07rtpbasedepayload: fix typo in commentTim-Philipp Müller1-1/+1
2015-07-07rtpbasepayload: fix possible segment event leakTim-Philipp Müller1-1/+1
2015-07-07video/audio meta: transform_func: return FALSE if not supported or failedHyunjun Ko3-4/+40
2015-07-07video: Add some more GTypes for enumsSebastian Dröge1-1/+1
2015-07-07GstVideoScaler: Initialised scaling functions to get rid of compiler messagesTobias Mueller1-6/+9
2015-07-06{audio,video}info: Add GST_TYPE_{AUDIO,VIDEO}_INFO macrosSebastian Dröge2-1/+3
2015-07-06video-info: implement GstVideoInfo as boxed typeMarcin Kolny2-13/+73
2015-07-06rtcpbuffer: Fix validation of packets with paddingStian Selnes1-12/+16
2015-07-06videodecoder: Fix setting default pixel-aspect-ratioStian Selnes1-2/+7
2015-07-02audioencoder: Don't try to get buffers from an empty adapterSebastian Dröge1-7/+12
2015-07-01{audio,video}{en,de}oder: Also copy POOL metas and make sure to copy over met...Sebastian Dröge4-24/+4
2015-06-30audiodecoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-2/+96
2015-06-30audioencoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-5/+104
2015-06-30videodecoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-2/+89
2015-06-30videoencoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-1/+89
2015-06-30rtpbaseaudiopayload: Don't copy memory if not needed, just append payload to ...Sebastian Dröge1-16/+3
2015-06-29videoscaler: remove check for below zero for unsigned valueLuis de Bethencourt1-2/+2
2015-06-29audiofilter: Also copy metas if their API has no tags attached to itSebastian Dröge1-3/+3
2015-06-29videofilter: Also copy metas if their API has no tags attached to itSebastian Dröge1-3/+3
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