summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-06-05camerabin: ignore night mode handling if already in night modeLasse Laukkanen1-8/+12
2009-06-05camerabin: stop ongoing capture if changing resolutionLasse Laukkanen1-0/+3
2009-06-05camerabin: limit the size of video bin queue leading to view finderLasse Laukkanen1-1/+1
2009-06-05camerabin: don't proxy gst xoverlay interfaceLasse Laukkanen4-118/+1
2009-06-05camerabin: allow configuring photography settings when in NULL stateLasse Laukkanen3-53/+283
2009-06-05camerabin: crop still image capture frame if necessaryLasse Laukkanen1-6/+56
2009-06-05output-selector: serialize setting and actual changing of new active padLasse Laukkanen1-13/+16
2009-06-05output-selector: unref latest buffer also when resending has been disabledLasse Laukkanen1-2/+5
2009-06-05output-selector: keep ref to buffer for resending only if explicitly requestedLasse Laukkanen1-5/+7
2009-06-04inputselector: don't leak pads in iteratorWim Taymans1-0/+1
2009-06-04mpegdemux: Add a GST_MEMDUMP line in the descriptor parsingJan Schmidt1-1/+3
2009-06-04mpegtsdemux: Avoid passing the custom GST_FLOW_NEED_MORE_DATA upstreamJan Schmidt1-5/+6
2009-06-04inputselector: Notify when the tags property of the selector sinkpads changesSebastian Dröge1-0/+2
2009-06-02dvdspu: add missing header to Makefile.am: gstspu-common.hChristian Schaller1-1/+1
2009-06-02aacparse: fix sample rate extraction from codec dataTim-Philipp Müller1-22/+20
2009-06-02aacparse, amrparse: remove bogus gst_pad_fixate_caps() callsTim-Philipp Müller2-2/+0
2009-06-02baseparse: propagate return value of GstBaseParse::set_sink_caps()Tim-Philipp Müller3-3/+3
2009-06-02baseparse: don't try to GST_LOG an already-freed caps stringTim-Philipp Müller3-18/+6
2009-06-02aacparse: set channels and rate on output caps, and keep codec_dataTim-Philipp Müller1-7/+17
2009-06-01gppmux: enhance ftyp brand heuristic. Fixes #584360.Mark Nauwelaerts4-4/+57
2009-06-01shapewipe: Fix some issues that were exposed by the new unit testSebastian Dröge1-10/+12
2009-06-01shapewipe: Add documentation and integrate into the build systemSebastian Dröge1-0/+21
2009-05-31sdpdemux: include glib.h before checking if G_OS_WIN32 is definedTim-Philipp Müller1-0/+3
2009-05-31hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2.Edward Hervey1-1/+1
2009-05-31hdvparse: Emit application message with the parsed information.Edward Hervey1-2/+197
2009-05-31hdvparse: New element for parsing private/hdv-a1 streams.Edward Hervey3-0/+236
2009-05-29shapewipe: Adjust border to still have everything transparent at 1.0 and the ...Sebastian Dröge1-10/+30
2009-05-29shapewipe: Divide the border value by two, otherwise we use a twice a wide bo...Sebastian Dröge1-4/+4
2009-05-29shapewipe: Add border property to allow smooth bordersSebastian Dröge2-5/+40
2009-05-29mpegtsdemux: Fix bogus uninitialised variable accessJan Schmidt1-2/+1
2009-05-29mpegtsdemux: Use the ISO 639 language code descriptor to send tags.Jan Schmidt1-4/+41
2009-05-29shapewipe: Add a simple shapewipe transition filter & example applicationSebastian Dröge3-0/+877
2009-05-29rtpbin: Transform the right session sdes messageOlivier Crête1-3/+1
2009-05-29Add ssrc to application/x-rtp-source-sdes structureOlivier Crête1-1/+2
2009-05-28audioparse: add support for A-Law and µ-LawTim-Philipp Müller1-19/+54
2009-05-28gstspu: Fix compiler warnings on OS/XTristan Matthews1-4/+10
2009-05-28qtmux: use different stsd atom type for H263 for ISO and QT variantsMark Nauwelaerts2-1/+5
2009-05-28amrparse: consider header size in byte <-> time conversionsMark Nauwelaerts2-4/+7
2009-05-28baseparse: fix debug categoryMark Nauwelaerts2-2/+2
2009-05-28selector: remove not needed instance var (previous commit).Stefan Kost1-1/+0
2009-05-28outputselector: implement pad_alloc on active pad.Stefan Kost2-6/+40
2009-05-27rtpsouce: the network address is in network orderWim Taymans1-0/+1
2009-05-27gstspu: Convert g_warnings to GST_ERROR, and fix format specifiersJan Schmidt1-6/+10
2009-05-27gstspu: Fix a nasty regression, with DVDs randomly crashingJan Schmidt1-3/+3
2009-05-26mpegdemux: Only treat streams from 0xa0 to 0xaf as LPCM, not 0xa0..0xbfJan Schmidt1-1/+1
2009-05-26dvdspu: fix printf formats to avoid compiler warningsTim-Philipp Müller1-4/+4
2009-05-26gstspu: Implement PGS rendering and alpha blendingJan Schmidt10-973/+1533
2009-05-26dvdspu: Move a bunch of vobsub specific logic to a separate file.Jan Schmidt4-341/+406
2009-05-26dvdspu: Add copyright header and includes to the PGS handlerJan Schmidt1-5/+22
2009-05-26dvdspu: Make the PGS dumping less verboseJan Schmidt1-18/+27