summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2010-01-27audiosrc: add gratuitious FIXME for use of generic G_TYPE_POINTER typeTim-Philipp Müller1-0/+1
2010-01-23pbutils: Add description for Zip Block Motion VideoEdward Hervey1-0/+1
2010-01-23riff: Add mapping for Zip Block Motion VideoEdward Hervey1-0/+7
2010-01-23riff: YUNV is a fourcc which is also used for YUY2 raw videoEdward Hervey1-1/+3
2010-01-23riff: vp61 and VP61 are also valid On2 VP6 fourccEdward Hervey1-0/+2
2010-01-23riff: Add mapping for On2 VP5Edward Hervey1-0/+8
2010-01-23riff: Add mapping for Sigma-Designs MPEG4Edward Hervey1-0/+6
2010-01-23pbutils: Add description for LOCO Lossless codecEdward Hervey1-0/+1
2010-01-23riff: Add mapping for LOCO Lossless codecEdward Hervey1-0/+7
2010-01-23riff: Add support for YV12 / Uncompressed packed YVU 4:2:2Edward Hervey1-0/+8
2010-01-23pbutils: add description for Autodesk Animator codecEdward Hervey1-0/+1
2010-01-23riff: Add mapping for Autodesk Animator CodecEdward Hervey1-0/+7
2010-01-21pbutils: Add description for y4m containerEdward Hervey1-0/+1
2010-01-21basertppayload: ptime/maxptime should be unsignedOlivier Crête1-3/+3
2010-01-21basertppayload: ptime should be in nanosecondsOlivier Crête2-2/+2
2010-01-19basertppayload: Reject empty capsOlivier Crête1-0/+5
2010-01-19audio: Use rounding scaling functions for GST_CLOCK_TIME_TO_FRAMES and _FRAME...Sebastian Dröge1-2/+2
2010-01-18pbutils: Add description for MXF container formatEdward Hervey1-0/+1
2010-01-13rtsp: Don't define h_error ourselvesBenjamin Otte1-2/+0
2010-01-10docs: flesh out GtkXOverlay docs some more and add example for Gtk+ >= 2.18Tim-Philipp Müller1-1/+137
2010-01-10docs: minor netbuffer documentation fixTim-Philipp Müller1-3/+4
2010-01-07tag: fix up disting of lang-tables.c more correctlyTim-Philipp Müller3-2/+5
2010-01-07Add missing source file for tagger to Makefile and update spec fileChristian Schaller1-1/+1
2010-01-06riff-media: handle 32 bit raw RGB video.Mark Yen1-3/+14
2010-01-06audiopayload: add support for buffer-listsWim Taymans1-12/+143
2010-01-05basertpaudiopayload: Respect ptime if it is givenOlivier Crête1-0/+15
2010-01-05rtpbasepayload: Store ptime from capsOlivier Crête2-3/+12
2010-01-05basertppayload: Accept maxptime from capsOlivier Crête1-1/+31
2009-12-22rtcpbuffer: add helper functions for SDES typesWim Taymans2-0/+93
2009-12-21docs: use 'Returns: xyz' rather than 'Returns xyz' to make gtk-doc happyTim-Philipp Müller1-3/+3
2009-12-20baseaudiosink: increase default drift tolerance to fix glitches with WMATim-Philipp Müller1-2/+2
2009-12-13docs: mention that gst_tag_get_language_name() may return NULLTim-Philipp Müller1-2/+3
2009-12-12docs: misc. mixer docs improvementsTim-Philipp Müller3-0/+43
2009-12-12docs: add short descriptions for API reference contents pageTim-Philipp Müller2-0/+4
2009-12-12tag: make internal language names table staticTim-Philipp Müller2-2/+2
2009-12-12tag: don't use GLib 2.22 APITim-Philipp Müller2-0/+9
2009-12-12tag: add some utility functions for language codes and tagsTim-Philipp Müller5-1/+1216
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