summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-26dvdspu: Collect entire PGS packets and queue as eventsJan Schmidt1-11/+56
2009-05-26dvdspu: Add simple PGS handler that dumps the packet infoJan Schmidt5-74/+648
2009-05-26dvdspu: Add a simple default colour table.Jan Schmidt1-0/+8
2009-05-26mpegdemux: Add sparse stream filling.Jan Schmidt2-0/+97
2009-05-26mpegdemux: Add support for outputting sub-picture streams found in files.Jan Schmidt2-8/+32
2009-05-26mpegtsdemux: Add mapping for DVD and Bluray subpicture streams.Jan Schmidt4-5/+28
2009-05-26dvdspu: Don't accidentally lose the colour palette when flushing the SPUJan Schmidt1-9/+16
2009-05-26rtpsource: byteswap the port from GstNetAddressWim Taymans1-2/+3
2009-05-25gstpesfilter: Directly use gst_adapter_take_buffer().Edward Hervey1-7/+1
2009-05-25gstpesfilter: Don't peek the adapter if we don't have enough data.Edward Hervey1-3/+3
2009-05-25gstpesfilter: Don't skip private streams PES but push them out.Edward Hervey1-1/+3
2009-05-25mpegtsdemux: Ignore NULL packets as early as possible.Edward Hervey1-1/+7
2009-05-25mpegtsdemux: Add mapping for HDV private streamsEdward Hervey2-0/+12
2009-05-25rtpbin: remove ptdemux ghostpadsWim Taymans1-0/+13
2009-05-22adpcmdec: Add new plugin for ms-adpcm decoding.Michael Smith2-0/+464
2009-05-22mpegvideoparse: Detect interlaced content and set it on outgoing caps.Edward Hervey3-0/+10
2009-05-22rtpbin: add to new signal to remove SSRC padsWim Taymans1-15/+6
2009-05-22ssrcdemux: emit signal when pads are removedAli Sabil3-1/+80
2009-05-22rtpbin: use our ghostpads instead of its targetWim Taymans1-44/+46
2009-05-22rtpbin: don't warn when getting request pads twiceWim Taymans1-52/+34
2009-05-22rtpsource: add RTP and RTCP source addressWim Taymans1-0/+48
2009-05-22rtpsession: reuse source code for SDESWim Taymans1-58/+2
2009-05-22rtpbin: set target state on new elementsWim Taymans1-20/+37
2009-05-22rtpbin: unref requests pads after releasingWim Taymans1-0/+4
2009-05-22mpegtsdemux: fix memleaks and refcountsWim Taymans1-4/+3