summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2014-09-23videodecoder: Reset last_timestamp_out on new segmentJan Schmidt2-7/+8
2014-09-19audioencoder: do not leak events when flushing themOgnyan Tonchev1-5/+4
2014-09-19videodecoder: do not leak events when flushing themOgnyan Tonchev1-5/+4
2014-09-19audiodecoder: Simplify code a bitSebastian Dröge1-6/+4
2014-09-19videoencoder: do not leak events when flushing themOgnyan Tonchev1-5/+4
2014-09-19audiodecoder: Don't leak eventsOgnyan Tonchev1-0/+2
2014-09-17audiocdsrc: do not leak uid after parsing TOC select eventOgnyan Tonchev1-0/+1
2014-09-15videodecoder: do not leak pool and allocator in error caseOgnyan Tonchev1-0/+4
2014-09-13audiobasesink: Fix deadlock caused by holding object lock while calling clock...Garg1-3/+9
2014-09-13videofilter: Unref buffers before calling the transform_frame functionsSebastian Dröge1-0/+16
2014-09-04rtspconnection: Protect readsrc, writesrc and controllsrc with a mutexGöran Jönsson1-0/+6
2014-08-26audiodecoder: Don't ignore ::start/stop return valuesSebastian Dröge1-2/+2
2014-07-30pbutils: discoverer: Always set the pipeline back to NULL after an errorThibault Saunier1-2/+10
2014-07-19appsrc: Fix memory leak with callback notify not being called in disposeYouness Alaoui1-0/+8
2014-07-18encoding-profile: Add example for using encoder presets with profilesNirbheek Chauhan1-0/+45
2014-07-18encoding-profile: Fix typos and old API in docsNirbheek Chauhan1-3/+3
2014-07-11dmabuf: Ensure _get_fd() works even for shared memoryNicolas Dufresne1-2/+2
2014-07-04sdp: add gstmikey.h to sdp.hEvan Nemerson1-0/+1
2014-07-03riff: Print invalid fourcc in error message in hexSebastian Rasmussen1-2/+1
2014-07-03videodecoder: parse any source data that is still available.Gwenole Beauchesne1-5/+25
2014-07-02mikey: add more Since markers for new methodsWim Taymans1-0/+12
2014-07-02mikey: make message and payload mini-objectsWim Taymans2-121/+214
2014-07-02docs: Assorted documentation and introspection fixes for new 1.4 APIEvan Nemerson6-39/+131
2014-07-01rtspconnection: also allow POST before GETWim Taymans1-10/+28
2014-06-26libs: There is no G_TYPE_CHECK_INTERFACE_TYPE and G_TYPE_CHECK_INTERFACE_CASTSebastian Dröge2-8/+0
2014-06-26pbutils: handle more H.264 profiles and levels.Gwenole Beauchesne1-1/+15
2014-06-20audiodecoder: Don't be too picky about the output frame counterSebastian Dröge1-17/+12
2014-06-12mikey: Fix Wall to NTP conversionEdward Hervey1-2/+1
2014-06-10appsrc: add send_event handler for flushingThiago Santos1-0/+21
2014-06-09video: avoid overflows when doing int operations for sizeThiago Santos1-6/+7
2014-06-04dmabuf: fix checking mmap flagsMichael Olbrich1-1/+1
2014-06-03videodecoder: Keep still meaningfull pending events on FLUSH_STOPThibault Saunier1-0/+29
2014-06-03audiodecoder: Keep still meaningfull pending events on FLUSH_STOPThibault Saunier1-3/+20
2014-06-03videoencoder: Keep still meaningfull pending events on FLUSH_STOPThibault Saunier1-4/+34
2014-06-03audioencoder: Keep still meaningfull pending events on FLUSH_STOPThibault Saunier1-3/+21
2014-06-02mikey: Free MikeyPayload in error casesEdward Hervey1-1/+3
2014-05-28audio: Add a missing precondition to gst_audio_format_from_string()Philip Withnall1-0/+2
2014-05-26videodecoder: actually return the push result in backwards playbackThiago Santos1-1/+1
2014-05-26videodecoder: return EOS when segment is overThiago Santos1-0/+6
2014-05-26audiodecoder: return EOS when segment is overThiago Santos1-0/+8
2014-05-20rtsp-transport: clarify port usageWim Taymans1-4/+8
2014-05-20dmabuf: share the mapping with shared copies of the memoryMichael Olbrich1-9/+14
2014-05-20rtspconnection: Add read source on write socket.Göran Jönsson1-0/+10
2014-05-13rtspconnection: Don't use argument for local storageEdward Hervey1-4/+5
2014-05-12video-info: Also check the stride and offset are equalNicolas Dufresne1-0/+10
2014-05-12videodecoder: Free data after removing it from the listEdward Hervey1-1/+1
2014-05-12mikey: Actually replace payload ...Edward Hervey1-1/+1
2014-05-12mikey: Free MikeyPayload in error casesEdward Hervey1-3/+11
2014-05-09tag: xmp: fix leaks in error code pathsTim-Philipp Müller1-5/+10
2014-05-09rtspconnection: Reset control_stream.Göran Jönsson1-0/+1