summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* basecamerasrc: Set preview pipeline to ready when going to readyThiago Santos2011-10-111-0/+3
* camerabin2: Initialize camerabin2 preview pipeline data with 0Thiago Santos2011-10-031-1/+1
* camerabin2: removing capsfilter from preview pipelineThiago Santos2011-09-292-11/+3
* codecparser: VC1: Implement a VC1 parsing libraryThibault Saunier2011-09-263-5/+1925
* codecparsers: Declare the new APIs as unstable for the time beingThibault Saunier2011-09-262-0/+10
* basecamerasrc: Fail state change if preview pipeline fails creationThiago Santos2011-09-202-1/+7
* codecparsers: Add checks to input, and fix size checkingEdward Hervey2011-09-191-7/+18
* codecparsinglibs: Doc and indentation fixesEdward Hervey2011-09-194-98/+114
* h264parse: do not try to read from a non existent VUIVincent Penquerc'h2011-09-191-13/+19
* codecparsers: mpegvideo: Debugging symbols enhancementsThibault Saunier2011-09-141-6/+8
* codecparsers: mpegvideo: Add the ChromaType enumThibault Saunier2011-09-141-0/+16
* codecparsers: mpegvideo: Change broken_gop to broken_linkThibault Saunier2011-09-142-3/+3
* codecparsers: fix compiler warningsAlessandro Decina2011-09-121-3/+3
* codecparsers: h264: Implement the nal_parser_free functionThibault Saunier2011-09-091-0/+14
* codecparsers: h264: Use g_slice instead of g_malloc in nal_parser_newThibault Saunier2011-09-091-1/+1
* codecparsers: h264: Update the documentationThibault Saunier2011-09-091-27/+65
* camerabin2: preview: No need for appsink to store the last bufferThiago Santos2011-09-061-1/+2
* camerabin2: preview: Appsink doesn't need to syncThiago Santos2011-09-051-0/+1
* camerabin2: preview: Remove one of the two colorspace convertersThiago Santos2011-09-051-15/+7
* camerabin2: preview: Disable appsrc signals emissionThiago Santos2011-09-051-0/+2
* basevideoenc: do not try to calculate latency from an unknown framerateVincent Penquerc'h2011-09-051-0/+4
* docs: minor fixesEdward Hervey2011-09-022-5/+16
* gst-libs: Remove play directory. Was unported since 0.8Edward Hervey2011-09-023-251/+0
* codecparsers: h264: fix PPS parserGwenole Beauchesne2011-09-021-5/+2
* codecparsers: h264: fix NAL reader initialization.Gwenole Beauchesne2011-09-021-4/+4
* codecparsers: h264: handle end-of-seq and end-of-stream NAL gracefully.Gwenole Beauchesne2011-09-021-2/+9
* codecparsers: h264: fix ref_pic_list_reordering().Gwenole Beauchesne2011-09-021-2/+2
* codecparsers: h264: fix pred_weight_table() parsing.Gwenole Beauchesne2011-09-022-8/+10
* codecparsers: h264: record slice_header() size in bits.Gwenole Beauchesne2011-09-021-0/+3
* codecparsers: h264: fix slice_header() parsing.Gwenole Beauchesne2011-09-022-0/+34
* codecparsers: h264: fix filler-data NAL unit type name.Gwenole Beauchesne2011-09-021-1/+1
* codecparsers: mpeg: add user-data packet start code definition.Gwenole Beauchesne2011-09-021-0/+2
* codecparsers: mpeg: fix Picture_Coding_Extension parser.Gwenole Beauchesne2011-09-022-1/+8
* codecparsers: h264: Add an h.264 bitstream parsing libraryThibault Saunier2011-09-023-2/+2468
* codecparsers: mpeg: Add an mpeg video bitstream parsing libraryThibault Saunier2011-09-024-2/+1145
* basecamerabinsrc: Optimize preview pipeline startupThiago Santos2011-08-311-6/+28
* basevideoencoder: fix element leakVincent Penquerc'h2011-08-261-0/+1
* camerabin2: Remove from experimentalThiago Santos2011-08-231-4/+1
* basevideo: Fix locking, especially if both pads have different streaming threadsSebastian Dröge2011-08-184-30/+121
* basevideo: Don't call g_type_class_peek_parent() in class_initSebastian Dröge2011-08-182-4/+0
* basevideoencoder: Proxy the width/height/framerate/PAR constraints of downstr...Sebastian Dröge2011-08-121-0/+71
* basevideoencoder: Remove old ::getcaps() commentSebastian Dröge2011-08-121-2/+0
* basevideoencoder: Remove ::get_caps() vfuncSebastian Dröge2011-08-122-26/+1
* basevideodecoder: Use the cached video frame size instead of recalculating itSebastian Dröge2011-08-091-3/+1
* photography: add missing FLICKER_REDUCTION capabilityTommi Myöhänen2011-08-031-1/+3
* basevideoencoder: Make access to the list of frames threadsafeSebastian Dröge2011-08-031-0/+6
* basecamerasrc: remove unused get_allowed_input_capsRaluca Elena Podiuc2011-08-022-22/+0
* basecamerasrc: don't use class offsets for start/stop-capture signal handlersRaluca Elena Podiuc2011-08-022-13/+4
* basecamerasrc: document why we set preview to PLAYINGRaluca Elena Podiuc2011-08-021-0/+2
* basecamerasrc: document callbacksRaluca Elena Podiuc2011-08-021-7/+10