summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2008-11-25gst/rtpmanager/gstrtpsession.c: Fix event leak.Wim Taymans1-1/+5
2008-11-25gst/mxf/: Set video dimensions and pixel aspect ratio on the caps.Sebastian Dröge3-10/+50
2008-11-25gst/mxf/: Add initial parsing of RGBA descriptors.Sebastian Dröge5-11/+158
2008-11-25gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ...Sebastian Dröge7-1215/+1067
2008-11-24gst/mxf/mxfdemux.c: Make sure to only output generic container essence elemen...Sebastian Dröge1-6/+21
2008-11-24gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previo...Julien Moutte2-4/+11
2008-11-24gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS.vanista2-6/+45
2008-11-24gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an...Sebastian Dröge2-28/+17
2008-11-23gst/mxf/mxfdemux.c: Actually we support a length stored inside 8 bytes but it...Sebastian Dröge1-15/+25
2008-11-22gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU.Wim Taymans1-1/+15
2008-11-22gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS.Wim Taymans2-120/+141
2008-11-22gst/mxf/: Some more format string fixes and usage of guint instead of gint wh...Sebastian Dröge2-32/+33
2008-11-22gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ...Sebastian Dröge7-69/+77
2008-11-22gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads.Wim Taymans1-1/+1
2008-11-22gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable ...Sebastian Dröge1-1/+1
2008-11-21gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752.Olivier Crete1-6/+12
2008-11-21gst/speexresample/gstspeexresample.c: Add a "filter-length" property that map...Sebastian Dröge1-1/+80
2008-11-21Add first version of an MXF demuxer. Currently it supportsSebastian Dröge11-0/+7143
2008-11-20gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro...Wim Taymans6-60/+213
2008-11-20gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin.Leandro Melo de Sales8-147/+251
2008-11-20gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ...Sebastian Dröge1-1/+1
2008-11-19gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope.Wim Taymans1-1/+1
2008-11-19gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ...Wim Taymans6-139/+382
2008-11-18gst/qtmux/gstqtmux.c: Quiet a debugging message that I recently added.David Schleef1-1/+6
2008-11-17gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments...Sebastian Dröge1-1/+1
2008-11-17gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel...Wim Taymans7-62/+48
2008-11-15gst/qtmux/gstqtmux.*: Use dts from GST_BUFFER_OFFSET_END() for video/x-qt-part.David Schleef2-14/+42
2008-11-14gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some...Jan Schmidt1-1/+2
2008-11-14gst/qtmux/: Revert previous commit.Mark Nauwelaerts12-277/+0
2008-11-14gst/qtmux/: Dual license LGPL/MIT, as apparently supposed to.Mark Nauwelaerts12-0/+277
2008-11-14gst/qtmux/: Cut detour in sample description extension construction.Mark Nauwelaerts5-74/+111
2008-11-13gst/aacparse/gstaacparse.c: Don't autoplug aacparse until it works.Wim Taymans1-1/+1
2008-11-13gst/rtpmanager/: Small cleanups and some more debug info.Wim Taymans2-7/+13
2008-11-13gst/: Fix baseparse type name.Stefan Kost2-2/+2
2008-11-13Add two new baseparse based parsers (aac and amr) from Bug #518857.Stefan Kost10-0/+5637
2008-11-12gst/librfb/rfbdecoder.c: Fix uninitialized warningsThijs Vermeir1-0/+1
2008-11-11gst/qtmux/gstqtmux.c: Add some more safety/sanity checks in tag manipulation.Mark Nauwelaerts1-4/+4
2008-11-10gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...Wim Taymans1-5/+5
2008-11-10gst/: Wim, you're a bad boy. You don't want people to contact you or what?Edward Hervey1-1/+1
2008-11-10gst/filter/gstiir.c: Fix name tag.Thomas Vander Stichele1-1/+1
2008-11-08Copy qtmux from revision 148 of the gst-qtmux repository.Thiago Sousa Santos13-0/+6855
2008-11-06Fix basic navigation eventsThijs Vermeir2-12/+34
2008-11-06gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century.Wim Taymans1-22/+26
2008-11-06gst/mpegdemux/gstmpegtsdemux.c: Make private section pads have a caps set so ...Zaheer Abbas Merali1-0/+7
2008-11-06gst/mpegdemux/gstmpegtsdemux.c: No need to reclaculate flush in this case.Zaheer Abbas Merali1-1/+1
2008-11-06gst/mpegdemux/gstmpegtsdemux.*: Fix typo.Zaheer Abbas Merali2-3/+3
2008-11-05gst/librfb/gstrfbsrc.c: Fix RGB mask in capsThijs Vermeir1-7/+18
2008-11-05gst/librfb/: Add Hextile encodingThijs Vermeir3-143/+195
2008-11-05gst/mpegdemux/gstmpegtsdemux.c: Heuristic approach when resyncing.Zaheer Abbas Merali1-1/+29
2008-11-05gst/mpegdemux/gstmpegdesc.c: Length should be a guint8 not a gint.Sebastian Pölsterl2-11/+8