summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* signalprocessor: ladspa is not using this anymoreStefan Sauer2013-05-285-1362/+2
* codecparsers: Actually store mpeg video bitrate valueEdward Hervey2013-05-231-1/+2
* insertbin: Annotate callback scopesOlivier Crête2013-05-151-10/+10
* egl: Add destroy notify instead of always calling eglTerminate() on the displaySebastian Dröge2013-05-102-4/+6
* egl: Allow being used in C++ codeJosep Torra2013-05-101-0/+3
* codecparsers: ensure the debug category is properly initializedThiago Santos2013-05-071-2/+11
* uridownloader: unlock mutex when switching urisrc state to NULL to avoid dead...Louis-Francis Ratté-Boulianne2013-05-071-6/+20
* uridownloader: properly unref the urisrc between downloadsThiago Santos2013-05-071-1/+10
* uridownloader: make cancelled state 'permanent' until a resetAndre Moreira Magalhaes (andrunko)2013-05-072-3/+33
* uridownloader: refactor gsturidownloader to its own libThiago Santos2013-05-077-3/+812
* mpegvideometa: Fix typo in commentSreerenj Balachandran2013-05-071-1/+1
* egl: Use gst_context_writable_structure()Sebastian Dröge2013-04-181-3/+3
* egl: silence warnings building for RPI related to 'vcos_*'Josep Torra2013-04-181-2/+18
* egl: Use new types from libgstvideo instead of defining our ownSebastian Dröge2013-04-173-44/+21
* video: Remove video library from -badSebastian Dröge2013-04-118-991/+2
* docs: add since markers to new codecparsers video meta APITim-Philipp Müller2013-04-022-0/+4
* egl: Add a #define for the EGLImage memory caps featureSebastian Dröge2013-04-011-0/+2
* codecparsers: Add Mpeg Video GstMetaEdward Hervey2013-03-313-2/+233
* codecparser: Fix picture packet extension size checkEdward Hervey2013-03-311-1/+1
* eglglessink: Implement GstContext handlingSebastian Dröge2013-03-292-11/+45
* egl: check on the proper display and indent some linesJosep Torra2013-03-291-4/+4
* egl: Add a boxed type for GstEGLDisplaySebastian Dröge2013-03-282-0/+7
* egl: Fix some return values in g_return_val_if_fail()Sebastian Dröge2013-03-191-3/+3
* egl: Add support for different orientations of the EGLImageSebastian Dröge2013-03-132-0/+37
* egl: Rename gst_egl_image_memory_can_map() to is_mappable()Sebastian Dröge2013-03-032-2/+2
* egl: Remove buffer pool optionSebastian Dröge2013-03-032-30/+0
* egl: Mark memory as not mappable if it isn'tSebastian Dröge2013-03-032-3/+5
* egl: Implement sharing of memorySebastian Dröge2013-03-031-8/+44
* egl: Add infrastructure for EGLImage handlingSebastian Dröge2013-03-034-2/+467
* codecparsers: Use correct type specifiers for format strings to fix compiler ...Sebastian Dröge2013-03-032-5/+5
* insertbin: mark as unstable APITim-Philipp Müller2013-02-142-0/+6
* insertbin: fix up gtk-doc chunk and add since markersTim-Philipp Müller2013-02-141-2/+15
* glib-compat-private.h: remove old GStaticRecMutex stuffTim-Philipp Müller2013-02-121-8/+0
* mpegvideoparser: increase min size for picture coding extDavid Schleef2013-02-111-1/+1
* basecamerabinsrc: Add auto-start property to basecamerabinYouness Alaoui2013-02-112-1/+20
* codecparsers: h264: add profile enums.Gwenole Beauchesne2013-02-071-0/+37
* codecparsers: mpeg2: add helpers to convert quantization matrices.Gwenole Beauchesne2013-02-062-0/+56
* codecparsers: mpeg2: store quantization matrices in zigzag scan order.Cong Zhong2013-02-062-13/+11
* insertbin, tests: fix printf format compiler warningsTim-Philipp Müller2013-01-251-2/+2
* codecparsers: vc1: fix bitplanes decoding (DIFF6 or NORM6 residual bytes).Gwenole Beauchesne2013-01-251-2/+2
* codecparsers: vc1: fix bitplanes decoding (DIFF6 or NORM6).Gwenole Beauchesne2013-01-251-1/+1
* insertbin: Add bin to dynamically insert elements in a running pipelineOlivier Crête2013-01-234-2/+1224
* codecparsers: vc1: add API to parse slice headers.Gwenole Beauchesne2013-01-232-0/+63
* codecparsers: vc1: fix bitplanes decoding.Gwenole Beauchesne2013-01-231-3/+4
* codecparsers: vc1: simplify GstVC1VopDquant structure.Gwenole Beauchesne2013-01-222-7/+7
* codecparsers: vc1: fix VOPDQUANT parser for DQUANT == 2.Gwenole Beauchesne2013-01-221-1/+1
* codecparsers: vc1: fix calculation of ALTPQUANT.Gwenole Beauchesne2013-01-221-1/+5
* codecparsers: vc1: fix parser for DQPROFILE in VOPDQUANT.Gwenole Beauchesne2013-01-221-1/+1
* codecparsers: h264: add inferred value for slice_beta_offset_div2.Gwenole Beauchesne2013-01-221-0/+1
* codecparsers: h264: zero-initialize SPS VUI parametersMark Nauwelaerts2013-01-151-0/+1