summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2010-07-16baseaudiosink: Post clock-provide and clock-lost messages when going from/to ...Sebastian Dröge1-0/+20
2010-07-16baseaudiosrc: Post clock-provide and clock-lost messages when going from/to P...Sebastian Dröge1-0/+19
2010-07-16baseaudiosink: Use new gst_audio_clock_new_full()Sebastian Dröge1-2/+3
2010-07-16baseaudiosrc: Use new gst_audio_clock_new_full()Sebastian Dröge1-2/+3
2010-07-16audioclock: API: Add gst_audio_clock_new_full() with a GDestroyNotify for the...Sebastian Dröge2-0/+50
2010-06-30riff: add FLV4 fourcc and map it to video/x-vp6-flashTim-Philipp Müller1-0/+2
2010-06-30netbuffer: declare with G_DEFINE_TYPE for type safetyOlivier Crête1-30/+5
2010-06-25ringbuffer: check for ringbuffer state firstWim Taymans1-6/+6
2010-06-24tag: Fix printf format stringThiago Santos1-1/+1
2010-06-23tag: xmp: Adds GST_TAG_IMAGE_ORIENTATION mappingThiago Santos1-0/+46
2010-06-23tag: exif: Adds mapping for GST_TAG_IMAGE_ORIENTATIONThiago Santos4-1/+163
2010-06-18tag: Use gst_tag_list_peek_string_index in vorbistagThiago Santos1-3/+2
2010-06-14tag: xmp: Init char variable for gps coordinatesThiago Santos1-1/+1
2010-06-14video: Fix unitialized variable.Edward Hervey1-1/+1
2010-06-14appsrc: Return FALSE from the seek handler if no seek callback was setSebastian Dröge1-1/+1
2010-06-13video: Re-add (but deprecated) GST_VIDEO_{RED,GREEN,BLUE}_MASK_1[56]Sebastian Dröge1-0/+18
2010-06-12video.{c,h}: Fix an endianness bug fix.Martin Bisson2-25/+25
2010-06-12video.{c,h}: Add support for RGB and BGR with 15 and 16 bits.Martin Bisson2-49/+182
2010-06-11gstexiftag: Fix unitialized variablesEdward Hervey1-12/+12
2010-06-11gstexiftag: Fix debug statementsEdward Hervey1-3/+6
2010-06-11exiftag: Fix unitialized variableEdward Hervey1-1/+1
2010-06-10docs: fix gtk-doc warningsStefan Kost1-1/+1
2010-06-09riff: Add support for VP6F (On2 VP6 Flash variant)Edward Hervey1-0/+8
2010-06-09tag: exif: Refactor byte-order handlingThiago Santos1-7/+14
2010-06-09tag: exif: Adds new geo-location tag mappingsThiago Santos1-161/+589
2010-06-09tag: Adds basic exif tags supportThiago Santos3-1/+1052
2010-06-08video: Return TRUE in gst_video_format_is_gray() for Y800 and Y16Sebastian Dröge1-0/+2
2010-06-07video: Add support for Y800 and Y16Martin Bisson2-1/+31
2010-06-05appsrc: fix documentation stringWim Taymans1-1/+2
2010-06-03Revert "baseaudiosink: Allocate and free the clock in NULL->READY and reverse"Sebastian Dröge1-18/+10
2010-06-03baseaudiosink: Allocate and free the clock in NULL->READY and reverseSebastian Dröge1-10/+18
2010-05-28configure: Remove (now) useless check for cbrtSebastian Dröge1-4/+0
2010-05-27interfaces: Use pow() instead of cbrt() for MSVCDavid Schleef1-1/+1
2010-05-24fft: Merge kissfft 1.2.8Sebastian Dröge12-24/+200
2010-05-20pbutils: add basic descriptions for new WebM and VP8 typesTim-Philipp Müller1-0/+2
2010-05-19riff: Add support for On2 VP8Sebastian Dröge1-0/+7
2010-05-14appsrc: Always take the object lock when accessing the capsSebastian Dröge1-2/+11
2010-05-13riff: relax width and height constraintsWim Taymans1-2/+2
2010-05-13video: Use simple fraction multiplication functions instead of going through ...Sebastian Dröge1-25/+5
2010-05-13basertpaudiopayload: Add extra frame for non-complete frame lengthsOlivier Crête1-2/+13
2010-05-13basertpaudiopayload: Set duration on buffersOlivier Crête1-0/+3
2010-05-07sdpmessage: add new TIAS bandwidth modifierWim Taymans1-9/+18
2010-05-06docs: be more firendly to gtk-doc limitted parsing capabilitiesStefan Kost1-2/+1
2010-05-06docs: fix wrong doc markupStefan Kost6-24/+0
2010-05-05rtsp: weekday and month names in RTSP date string should be in C localeTim-Philipp Müller1-8/+14
2010-05-03tag: xmp: Adds new geo-location mappingsThiago Santos1-6/+260
2010-05-03tag: xmp: Adds xmp mappings for device tagsThiago Santos1-0/+5
2010-04-30rtsp: deprecate remaining base64 function now that we depend on GLib 2.20Tim-Philipp Müller2-6/+12
2010-04-30basertpdepayload: ensure writable metadataMark Nauwelaerts1-0/+3
2010-04-29video: API: Add GST_VIDEO_FORMAT_v308 for packed 4:4:4 YUVSebastian Dröge2-1/+16