summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2009-11-26audiofilter: Use G_DEFINE_ABSTRACT_TYPE_WITH_CODESebastian Dröge1-46/+15
2009-11-26audiofilter: Add _CAST variants of the cast macrosSebastian Dröge1-0/+4
2009-11-25audiosink: add adjustement when slavingWim Taymans1-0/+1
2009-11-21debug: fix format string that was missing a varStefan Kost1-1/+2
2009-11-18baseaudiosink: fix initial calibrationWim Taymans1-0/+8
2009-11-18baseaudiosrc: fix 'uninitialized' compiler warningMark Nauwelaerts1-0/+1
2009-11-18video: Add functions to create/parse still frame events.Jan Schmidt2-0/+70
2009-11-13rtsp: avoid crashing on SIGPIPESreerenj B1-2/+8
2009-11-10appsrc: Clear the EOS state on a seek.Jan Schmidt1-0/+1
2009-11-09cddabasesrc: Never return a negative track number in get_uri()Sebastian Dröge1-1/+3
2009-11-09cddabasesrc: Don't set the track to 1 every time a device is setSebastian Dröge1-2/+0
2009-11-06basesrc: fix startup position in the ringbufferWim Taymans1-16/+22
2009-11-04baseaudiosink: make drift tolerance configurableWim Taymans1-42/+64
2009-10-28rtp: dump packets which we rejectStefan Kost1-2/+7
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller6-18/+13
2009-10-23rtpaudiopayload: Only sent exact multiple of the frame sizeOlivier Crête1-2/+2
2009-10-17.gitignore: update after files got renamedTim-Philipp Müller1-2/+2
2009-10-16basertppayload: small comment fixWim Taymans1-1/+2
2009-10-16rtp: Correct timestamping of buffers when buffer_lists are usedPeter Kjellerstedt1-3/+4
2009-10-16build: fix previous commit to fully accomodate the glib-gen.mak changesStefan Kost8-10/+10
2009-10-16build: use gst-glib-gen.mak to fix the glib build rules. Fixes #598114Stefan Kost6-21/+26
2009-10-13baseaudiosrc: fix timestamp comparission, Fixes #597407Tommi Myöhänen1-2/+2
2009-10-12rtsp: handle socket errorsPatrick Radizi1-0/+27
2009-10-12audioclock: whitespace fixesWim Taymans1-1/+1
2009-10-09tag: use BOM to recognize UTF-16/32 encoding and convert accordinglyMark Nauwelaerts1-0/+46
2009-10-09audio: fix warnings building on macosxJosep Torra2-5/+7
2009-10-07rtspconnection: we can use GLib 2.18 API unconditionally nowTim-Philipp Müller1-5/+0
2009-10-07docs: clarify GstTuner docs in two placesTim-Philipp Müller1-2/+4
2009-10-07Update Since tags for NV12/NV21Benjamin Otte1-2/+2
2009-10-07Add NV12 and NV21 formatsBenjamin Otte2-1/+50
2009-10-07[video] Fix Y41BBenjamin Otte1-3/+4
2009-10-07streamvolume: Define cbrt() if it's not availableSebastian Dröge1-0/+4
2009-10-06rtsp: use CLOSE_SOCKET() instead of close()Wim Taymans1-1/+1
2009-09-17cddabasesrc: Fix string leaks in the unit test and a leak in cddabasesrcSebastian Dröge1-6/+8
2009-09-17cddabasesrc: ignore URI fragments that look like device pathsJonathan Matthew1-2/+5
2009-09-15vorbistag: don't ever return NULL in list of strings.Michael Smith1-8/+10
2009-09-13introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATHSebastian Dröge13-13/+26
2009-09-11interfaces: API: Add GstStreamVolume interfaceSebastian Dröge3-1/+315
2009-09-11rtsp: properly fix the HTTP manual modeWim Taymans1-0/+2
2009-09-11mixertrack: add READONLY and WRITEONLY flagsTim-Philipp Müller1-0/+6
2009-09-11ringbuffer: fix build against core that has debugging disabledTim-Philipp Müller1-1/+1
2009-09-11fft: Mark one function as const and add notes that the structs should be priv...Sebastian Dröge5-1/+13
2009-09-10ringbuffer: add human readable format names when loggingStefan Kost1-2/+63
2009-09-10basertppay: don't print RTP timestamps as clocktimeWim Taymans1-2/+1
2009-09-10rtsp: don't return EPARSEWim Taymans1-2/+3
2009-09-10baseaudiosink: add ugly backward compat hackWim Taymans1-10/+35
2009-09-09baseaudiosink: take clock time in setcapsWim Taymans1-0/+6
2009-09-09audioclock: add some more debugWim Taymans1-2/+9
2009-09-09baseaudiosink: correct for clock resetWim Taymans1-8/+21
2009-09-09baseaudiosink: whitespace fixesWim Taymans1-3/+3