summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-14wipmssdemux-not-linkedThiago Santos2-7/+44
2013-11-13mssdemux: do not try to deinit the downloadrate while it is usedThiago Santos1-2/+1
2013-11-12mssdemux: avoid downloading not-linked streamsThiago Santos2-3/+30
2013-11-11mssdemux: also consider /manifestThiago Santos1-0/+5
2013-11-11mpegvideoparse: look beyond start code before leapingMark Nauwelaerts1-17/+33
2013-11-11avfvideosrc: declare missing instance variablesMatthieu Bouron1-0/+3
2013-11-11mpegvideoparse: tweak extension handlingMark Nauwelaerts1-3/+8
2013-11-11mpgegdemux: do not use pushed buffer in debug messageMark Nauwelaerts1-4/+4
2013-11-09mpegvideoparse: check for same TSN only for interlaced streams (fixes unit test)Matej Knopp1-1/+3
2013-11-09audiomixer: Add test for the ORC codeSebastian Dröge1-1/+9
2013-11-09Revert "mpegvparse: Fix last start code position when input buffer is empty"Sebastian Dröge1-1/+1
2013-11-08mpegts: Add some more element-type annotations for g-iSebastian Dröge1-1/+19
2013-11-07coremediabuffer: keep an extra ref to the image and data bufferAndoni Morales Alastruey1-1/+10
2013-11-07mpegvparse: Fix last start code position when input buffer is emptyGreg Rutz1-1/+1
2013-11-07codecparsers: Fix bad condition in h264 parserAurélien Zanelli1-1/+1
2013-11-07applemedia: coremediabuffer: use correct retain/release functions on CMSample...Matthieu Bouron1-10/+5
2013-11-07qtkitvideosrc: lower rank to GST_RANK_SECONDARYMatthieu Bouron1-1/+1
2013-11-07avfvideosrc: set rank to GST_RANK_PRIMARYMatthieu Bouron1-1/+1
2013-11-07hlssink: do not lose ref to the multifilesinkThiago Santos1-4/+0
2013-11-07hlssink: make sure it is handled as a sinkThiago Santos1-0/+3
2013-11-07avfvideosrc: fix compiler warning in iOSAndoni Morales Alastruey1-3/+3
2013-11-07avfvideosrc: fix build in iOS with isEqualTo doesn't existsAndoni Morales Alastruey1-4/+5
2013-11-07avfvideosrc: fix build with older SDK not supporting AVDeviceFormatAndoni Morales Alastruey1-17/+32
2013-11-07avfvideosrc: fix checks for HAVE_IOSAndoni Morales Alastruey1-8/+8
2013-11-07avfvideosrc: include config.hAndoni Morales Alastruey1-0/+4
2013-11-07avfvideosrc: add more debugAndoni Morales Alastruey1-1/+19
2013-11-07avfvideosrc: fix compilation with gccAndoni Morales Alastruey1-3/+3
2013-11-07avfvideosrc: sort caps with the highest resolution firstAndoni Morales Alastruey1-11/+11
2013-11-07avfvideosrc: support screen capture on OSXMatthieu Bouron1-55/+182
2013-11-07avfvideosrc: minor cosmeticMatthieu Bouron1-1/+3
2013-11-07avfvideosrc: use input device formats to set/get caps if availableMatthieu Bouron1-91/+225
2013-11-07avfvideosrc: update caps if frame size has changedMatthieu Bouron1-3/+32
2013-11-07avfvideosrc: check if low preset is availableMatthieu Bouron1-1/+2
2013-11-07avfvideosrc: use a dedicated queue for AVFoundation callsMatthieu Bouron1-2/+4
2013-11-07avfvideosrc: remove trailing spaceMatthieu Bouron1-1/+1
2013-11-07avfvideosrc: dispatch AVFoundation calls synchronously in the main queueMatthieu Bouron1-30/+5
2013-11-07applemedia: enable avfvideosrc if AVFoundation is presentMatthieu Bouron2-5/+17
2013-11-07avfvideosrc: only enable 1920x1080 preset on iOSMatthieu Bouron1-3/+11
2013-11-07configure.ac: detect presence of AVFoundationMatthieu Bouron1-0/+6
2013-11-07applemedia: port avfvideosrc to 1.0Matthieu Bouron2-35/+40
2013-11-07audiomixer: Add unit test for handling unaligned buffersSebastian Dröge1-0/+120
2013-11-07audiomixer: Fix EOS handling if we have some pending dataSebastian Dröge1-7/+9
2013-11-07audiomixer: Add test for the discont handlingSebastian Dröge1-0/+117
2013-11-07audiomixer: Refactor sync test to be more reusableSebastian Dröge1-32/+59
2013-11-07audiomixer: Remove some racy-ness from the unit testSebastian Dröge1-16/+23
2013-11-07codecparsers: Remove some unused functionsSebastian Dröge3-54/+0
2013-11-06camerabin: Make sure video-done is post only when file is closedThiago Santos1-3/+12
2013-11-06win32: add new codecparser API to .def fileTim-Philipp Müller1-0/+18
2013-11-06videoparsers: add H.265 HEVC video parser elementSreerenj Balachandran4-2/+2109
2013-11-06codecparsers: add H.265 HEVC bitstream parserSreerenj Balachandran3-2/+3719