summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-11-02audiofilter: Clip input buffers to the segment before handling themSebastian Dröge1-0/+24
2015-10-29videodecoder: Print another time difference as a signed integer instead of a ...Sebastian Dröge1-2/+2
2015-10-29videodecoder: Print GstClockTimeDiff as a signed integer in debug logsSebastian Dröge1-2/+2
2015-10-28encoding-target: Add a GST_ENCODING_TARGET_PATH envvar to find target filesThibault Saunier1-1/+21
2015-10-28encoding-target: Allow having encoding target without a category setThibault Saunier1-1/+6
2015-10-28encoding-target: Create directory before trying to save encoding targetsThibault Saunier1-2/+13
2015-10-28encoding-profile: Allow specifying the target category in the serialized enco...Thibault Saunier1-5/+6
2015-10-22video: overlay-composition: fix rectangle and composition cast macrosPavel Bludov1-2/+2
2015-10-20rtp: GST_RTP_BUFFER_MAP_FLAG_SKIP_PADDING is Since 1.6.1Sebastian Dröge1-1/+1
2015-10-19audiobasesink: fix issue about eos handling during flushingeunhae choi1-7/+8
2015-10-17video: Add out annotations to the out parameters of gst_video_calculate_displ...Sebastian Dröge1-2/+2
2015-10-15rtpbuffer: Add map flag to skip paddingStian Selnes2-2/+19
2015-10-15Revert "rtpbuffer: increase logging level when map fails"Sebastian Dröge1-5/+5
2015-10-15rtpbuffer: increase logging level when map failsMiguel París Díaz1-5/+5
2015-10-12Revert "audioencoder: timestamp headers same as first buffer and use duration 0"Sebastian Dröge1-18/+7
2015-10-11audioencoder: timestamp headers same as first buffer and use duration 0Havard Graff1-7/+18
2015-10-02Update GLib dependency to 2.40.0Sebastian Dröge1-2/+0
2015-10-02rtpbasepayload: Implement video SDP attributesSebastian Rasmussen1-1/+35
2015-10-02gstreamer: base: Fix memory leaks when context parse fails.Vineeth TM1-1/+5
2015-10-01visual: make private all variable subclasses don't needLuis de Bethencourt1-129/+110
2015-10-01visual: merge audiovisalizer base classesLuis de Bethencourt3-2/+1569
2015-09-29app: pass PKG_CONFIG_PATH for gir files for libgstapp as wellPerry Hung1-2/+2
2015-09-25Release 1.6.0Sebastian Dröge1-12/+20
2015-09-24video-dither: Use saturated add when adding ordered dither for > 8 bit targetsSebastian Dröge1-1/+1
2015-09-24video-frame: Fix gst_video_frame_copy() for formats with pstride==0Sebastian Dröge1-1/+7
2015-09-23fdmemory: remove 'allow-none' annotation in gst_fd_allocator_alloc() docAurélien Zanelli1-1/+1
2015-09-23dmabuf: remove 'allow-none' annotation in gst_dmabuf_allocator_alloc() docAurélien Zanelli1-1/+1
2015-09-18appsink: Fix 'steaming' typo in API docChristophe Fergeau2-6/+6
2015-09-17audiosink, multisocketsink: Fix error leak during failuresVineeth T M1-0/+1
2015-09-15appsink: minor docs fixTim-Philipp Müller1-2/+2
2015-09-15videopool: ensure allocation alignment is consistent with video alignment req...Tim-Philipp Müller1-1/+20
2015-09-10video-format: add missing alpha flag for some formatsThiago Santos1-6/+8
2015-09-09appsrc: Always take the mutex before flushing the queueSebastian Dröge1-0/+9
2015-09-09appsrc: retain the latest caps in queue when flushingVikram Fugro1-5/+13
2015-09-07video: improve GstVideoFormatUnpack docsTim-Philipp Müller1-3/+8
2015-09-06libs: Fix build error on MinGW where "%ll" is not availableKouhei Sutou1-1/+1
2015-09-04libs: build rtp after audioHavard Graff1-1/+1
2015-09-04libs: rtp is no longer an independent subdirTim-Philipp Müller1-1/+1
2015-08-31appsrc: remove duplicate get_size vfunc assignmentPhilippe Normand1-1/+0
2015-08-29allocators: include gstfdmemory.h in the main library header, allocators.hGeorge Kiagiadakis1-0/+1
2015-08-29audiobasesink: fix misleading error message debug detailTim-Philipp Müller1-1/+2
2015-08-28audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani1-20/+22
2015-08-18video(en|de)coder: Return TRUE when we consumed a tag event without creating ...Sebastian Dröge2-0/+4
2015-08-18audiodecoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18audioencoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18videoencoder: fix tag handlingTim-Philipp Müller1-35/+104
2015-08-18audioencoder: fix tag handlingTim-Philipp Müller1-59/+116
2015-08-18pbutils: discoverer: Set GError when NULL info is being returned.Vineeth TM1-0/+3
2015-08-16audiodecoder: try harder to avoid sending unnecessary tag updatesTim-Philipp Müller1-1/+2
2015-08-16videodecoder: fix tag handlingTim-Philipp Müller1-24/+81