summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: prevent crash by checking if the segment node is presentThiago Santos2013-07-011-1/+1
* dash: use same debug category for dashdemux and the mpd parserThiago Santos2013-07-014-2/+20
* dashdemux: add support for range based segmentsThiago Santos2013-07-013-43/+43
* uridownloader: add support for range based downloadsThiago Santos2013-07-012-2/+47
* h264parser: Fix the return value type for the SEI palyload parsing methods.Sreerenj Balachandran2013-07-011-3/+3
* srtp: Don't require a key if both auth and cipher are nullOlivier Crête2013-06-282-27/+72
* srtp: Move the enums to the common headerOlivier Crête2013-06-285-26/+22
* srtp: Remove unused codeOlivier Crête2013-06-281-2/+0
* frei0r: add the build prefix path in the search dirsAndoni Morales Alastruey2013-06-281-1/+5
* dashdemux: Cleanup memory allocation/deallocationGreg Rutz2013-06-251-127/+144
* mpegdesc: Extend list of known descriptorsEdward Hervey2013-06-241-2/+28
* mpegtsbase: Only warn for added streams when neededEdward Hervey2013-06-241-1/+2
* mpegtspacketizer: Speed up section parsingEdward Hervey2013-06-241-19/+18
* mpegdesc: Extend list of known descriptorsEdward Hervey2013-06-241-3/+32
* mpegtspacketizer: Speedup packet parsingEdward Hervey2013-06-243-12/+15
* codecparsers: Fix gtk-docEdward Hervey2013-06-235-9/+10
* daaladec: Add decoder elementSebastian Dröge2013-06-233-0/+754
* daalaenc: Add encoder elementSebastian Dröge2013-06-234-1/+823
* daala: Initial version of a Daala pluginSebastian Dröge2013-06-238-0/+80
* srtp: Fix distEdward Hervey2013-06-231-3/+3
* mpegtspacketizer: Better detect already seen sectionEdward Hervey2013-06-232-5/+45
* winscreencap: Initial port to 1.0Sebastian Dröge2013-06-208-210/+115
* androidmedia: Fix copying of raw video frames on Samsung Galaxy S3 with Exyno...Xavi Artigas2013-06-201-12/+17
* shmsink: unref buffer if no clients are connectedAleix Conchillo Flaque2013-06-191-1/+4
* mpegtspacketizer: Speed up NIT parsingEdward Hervey2013-06-191-11/+10
* mpegtbase: simplify codeEdward Hervey2013-06-191-20/+3
* mpegtsdemux: Fix for compiling without GST_DEBUGEdward Hervey2013-06-193-2/+17
* tsparse: Ensure initial events are sent in the right orderEdward Hervey2013-06-193-0/+46
* shmsink: propagate events to basesink classAleix Conchillo Flaque2013-06-181-1/+1
* wayland: Add support for RGBx and RGBA formatsBenjamin Gaignard2013-06-183-10/+77
* opencv: fix CFLAGS order and add plugins base libs includes to CXXFLAGSTim-Philipp Müller2013-06-181-3/+3
* opencv: fixes build by moving the c++ header to gstsegmentation.cppAlban Browaeys2013-06-182-1/+1
* applemedia: fix release of null pointerAndoni Morales Alastruey2013-06-181-2/+4
* applemedia: coremediabuffer: fix leaking of apple media structsThiago Santos2013-06-181-0/+4
* applemedia: move defines to CPPFLAGS for obj-c filesAndoni Morales Alastruey2013-06-181-4/+6
* dshowaudiosrc: fix audiocapture producing silenceAndoni Morales Alastruey2013-06-183-3/+35
* mpegvideoparse: Make sure the buffer is writable before we add the MPEG video...Sebastian Dröge2013-06-141-3/+11
* build: Fix some automake warningsSebastian Dröge2013-06-142-8/+2
* tsdemux: fix M2TS stream resyncArnaud Vrac2013-06-121-32/+28
* tsdemux: move some debug prints at the log levelArnaud Vrac2013-06-121-4/+3
* tsdemux: fixes seeking in pull modeJosep Torra2013-06-125-15/+24
* curlsmtpsink: removed an incorrect assertPatricia Muscalu2013-06-111-1/+0
* opencv: add foreground/background segmentation elementMiguel Casas-Sanchez2013-06-114-0/+983
* wrappercamerabinsrc: Add video-source-filter during constructionHans de Goede2013-06-111-0/+10
* dashdemux: Make gst-indent happyOlivier Crête2013-06-101-1/+1
* wrappercamerabinsrc: Don't unset the video-source property on pipeline startHans de Goede2013-06-102-11/+8
* eglglessink: Remove workaround for a bug in the RPi EGL implementationSebastian Dröge2013-06-081-9/+0
* dashdemux: Fix issue with get returning a value for max-buffering-timeArthur Shipkowski2013-06-071-2/+1
* rfb: Link with libgstbase for GstPushSrcSebastian Dröge2013-06-071-2/+2
* androidmedia: Fix string comparisonSebastian Dröge2013-06-071-1/+1