summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-31!!PENDING VDPAU H264 WORKvdpauEdward Hervey5-50/+53
2013-03-31!! WIP VDPAUEdward Hervey2-3/+31
2013-03-31mpegvideoparse: Only add meta if downstream needs itEdward Hervey2-21/+50
2013-03-31vdpau: Port to 1.0Edward Hervey65-8683/+1847
2013-03-31h264parse: Store information in GstH264MetaEdward Hervey2-151/+239
2013-03-31codecparsers: Add GstH264MetaEdward Hervey5-16/+306
2013-03-31mpegvideoparse: Store information in GstMpegVideo12MetaEdward Hervey2-14/+84
2013-03-31codecparsers: Add Mpeg1/2 video GstMetaEdward Hervey3-2/+219
2013-03-31codecparser: Fix picture packet extension size checkEdward Hervey1-1/+1
2013-03-31dvb: Move CAM handling to a separate GstTaskEdward Hervey2-27/+56
2013-03-31eglglessink: Use gst_element_get_context() wherever possibleSebastian Dröge1-4/+23
2013-03-30dvbsrc: We output time segmentsEdward Hervey1-0/+1
2013-03-30tsparse: Ensure segment events are forwardedEdward Hervey2-1/+7
2013-03-30mpegpsdemux: push stream start eventWim Taymans1-0/+7
2013-03-30midiparser: ensure variable is initialized and fix debug message accessJosep Torra1-1/+3
2013-03-30mpeg4videoparser: Fix a compiler warning about uninitialised variable useJosep Torra1-1/+1
2013-03-29eglglessink: Implement GstContext handlingSebastian Dröge4-17/+177
2013-03-29eglglessink: Use a separate texture for the custom texturesSebastian Dröge1-7/+7
2013-03-29eglglessink: Add support for GstVideoGLTextureUploadMetaSebastian Dröge3-39/+127
2013-03-29egl: check on the proper display and indent some linesJosep Torra1-4/+4
2013-03-28shm: Make sure the zero-sized array is always last in the structOlivier Crête1-2/+3
2013-03-28srtp: Update example pipelinesOlivier Crête2-12/+11
2013-03-28bluez: Remove a2dpsrc binArun Raghavan4-256/+0
2013-03-28bluez: Compile fixes for avdtpsrc/a2dpsrc code against 1.xArun Raghavan3-59/+72
2013-03-28bluez: Add avdtpsrc/a2dpsrc to buildArun Raghavan2-2/+14
2013-03-28bluez: Fix up some problems that came in with cherry-pickArun Raghavan1-5/+1
2013-03-28bluez: We work in TIME format with avdtpsrcWim Taymans1-1/+1
2013-03-28bluez: Fix depreacation warnings on g_mutex_*Wim Taymans2-0/+4
2013-03-28bluez: Fix a number of compiler warningsWim Taymans4-3/+12
2013-03-28bluez: Fix some warnings in gstavdtputil.cArun Raghavan2-0/+2
2013-03-28bluez: Fix typo in resetting the D-Bus connectionArun Raghavan1-1/+1
2013-03-28bluez: Handle EOF in avdtpsrc correctlyArun Raghavan1-2/+9
2013-03-28bluez: Fix avdtpsrc getcaps() functionArun Raghavan1-0/+4
2013-03-28bluez: Add an a2dpsrc bin elementArun Raghavan4-1/+252
2013-03-28bluez: Fix avdtpsrc classificationArun Raghavan1-1/+1
2013-03-28bluez: Bump up priority for sockets in AVDTP elementsArun Raghavan1-0/+9
2013-03-28bluez: Add an avdtpsrc elementArun Raghavan7-672/+1257
2013-03-28egl: Add a boxed type for GstEGLDisplaySebastian Dröge2-0/+7
2013-03-28sbc: actually enable plugin if libsbc is availableTim-Philipp Müller1-3/+1
2013-03-27sbc: port encoder to GstAudioEncoderTim-Philipp Müller5-978/+207
2013-03-27sbc: port decoder to GstAudioDecoderTim-Philipp Müller3-216/+150
2013-03-27sbc: import sbc decoder/encoder from bluez and port to 1.0Tim-Philipp Müller10-397/+351
2013-03-27Merge SBC decoder and encoder from bluezTim-Philipp Müller6-0/+1688
2013-03-27watchdog: new elementDavid Schleef4-1/+378
2013-03-27sbc: remove parser in favour of new GstBaseParse-based sbcparse in -goodTim-Philipp Müller2-291/+0
2013-03-27sbc: sbcdec: make decoder more performantWim Taymans2-89/+145
2013-03-27sbc: sbcdec: skip the frame on decoding errorWim Taymans1-2/+4
2013-03-27sbc: sbcdec: set DISCONT on outgoing buffers.Wim Taymans1-1/+8
2013-03-27sbc: sbcdec: handle DISCONT and timestampsWim Taymans2-6/+50
2013-03-27sbc: audio: Make the sbcdec element copy buffer metadataArun Raghavan1-2/+1