summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-23propertyprobe: fix documentationHEADmasterDavid Schleef1-2/+2
2012-01-23playbin2: do not try to deactivate an inactive groupVincent Penquerc'h1-1/+1
2012-01-20subtitleoverlay: fix state change stall on PAUSED->READY->PAUSEDAnssi Hannula1-0/+9
2012-01-19streamsynchronizer: avoid unlikely NULL dereferenceMark Nauwelaerts1-1/+2
2012-01-19videoscale: prevent implicit upgrade to integer type and sign extensionMark Nauwelaerts1-2/+2
2012-01-19gst-discoverer: remove extraneous variableMark Nauwelaerts1-3/+0
2012-01-19playsink: verify linking to overlay elementMark Nauwelaerts1-4/+12
2012-01-19playsink: avoid finding sink in NULL bin in corner caseMark Nauwelaerts1-1/+1
2012-01-19tag: exif: add missing breakMark Nauwelaerts1-0/+1
2012-01-19Add --disable-fatal-warnings configure optionTim-Philipp Müller2-2/+4
2012-01-19decodebin2: Prune old groups before switching to the new oneYouness Alaoui1-0/+103
2012-01-17baseaudiosink: commit correct number of samples when not syncingMark Nauwelaerts1-3/+2
2012-01-17oggstream: initialize variableMark Nauwelaerts1-1/+1
2012-01-17audiodecoder: register state change functionMark Nauwelaerts1-1/+2
2012-01-16alsasink: fix high sample rates being rejectedVincent Penquerc'h1-9/+0
2012-01-16alsasink: fix rate match message mistaking error code for sample rateVincent Penquerc'h1-1/+1
2012-01-16alsasink: log API errors along with the error code and stringVincent Penquerc'h1-3/+5
2012-01-13Android, Add explicit path for zlibReynaldo H. Verdejo Pinochet1-0/+2
2012-01-13Fix wrong access to undefined struct memberReynaldo H. Verdejo Pinochet1-1/+1
2012-01-13Fix TREMELO -> TREMOLO typoReynaldo H. Verdejo Pinochet1-3/+3
2012-01-13xvimagesink: fix leak when images are freed after the X contextVincent Penquerc'h1-0/+2
2012-01-12tests: discoverer test is now valgrind cleanTim-Philipp Müller1-1/+0
2012-01-12theoraparse: fix array leakVincent Penquerc'h1-1/+1
2012-01-12discoverer: fix structure leakVincent Penquerc'h1-0/+4
2012-01-12Add missing DEFAULT_INCLUDES on androgenizer callReynaldo H. Verdejo Pinochet1-1/+1
2012-01-11oggdemux: fix push mode chain leakVincent Penquerc'h1-4/+6
2012-01-11discoverer: fix leaks caused by some base class dtors not being calledVincent Penquerc'h1-0/+2
2012-01-11discoverer: fix caps and discoverer object ref leaksVincent Penquerc'h1-11/+18
2012-01-11discoverer: add a few consts where appropriateVincent Penquerc'h1-2/+2
2012-01-11discoverer: fix pad leakVincent Penquerc'h1-1/+3
2012-01-10Revert "oggmux: fix pad leak"Vincent Penquerc'h1-2/+0
2012-01-10discoverer: use GST_TYPE_TAG_LIST for tag listsTim-Philipp Müller1-18/+13
2012-01-10discoverer: fix potential tag list leaksTim-Philipp Müller1-15/+25
2012-01-10discoverer: fix potential caps leakTim-Philipp Müller1-5/+2
2012-01-10oggstream: fix tag list leakVincent Penquerc'h1-0/+1
2012-01-10oggdemux: fix pad leakVincent Penquerc'h1-0/+1
2012-01-10oggdemux: fix hang on small truncated filesVincent Penquerc'h1-2/+14
2012-01-10oggmux: fix pad leakVincent Penquerc'h1-0/+2
2012-01-09playback: document DEINTERLACE flagMark Nauwelaerts1-0/+1
2012-01-07rtspconnection: make hostname lookup more thread-safeTim-Philipp Müller1-1/+1
2012-01-07discoverer: make is_subtitle_caps thread-safeTim-Philipp Müller1-8/+11
2012-01-07tests: add ogg test file and some proper unit tests for discovererTim-Philipp Müller4-2/+70
2012-01-07win32: .def file should be sorted for make check-exportsTim-Philipp Müller1-1/+1
2012-01-06video: overlays may now have premultiplied alphaVincent Penquerc'h6-61/+243
2012-01-05Fix various unlikely, but still potential memoryleaks in error code pathsHavard Graff6-3/+12
2012-01-05appsrc: implement get_caps vfuncHavard Graff1-0/+8
2012-01-05tools: avoid unportable vararg macro construct in gst-discovererTim-Philipp Müller1-44/+57
2012-01-05build: Run platform check for platform specific configuration.Idar Tollefsen1-0/+1
2012-01-05rtcpbuffer: prevent overflow of 16bit header length.Pascal Buhler1-1/+1
2012-01-05videotestsrc: keep the calculation fixed-pointHavard Graff1-1/+1