Age | Commit message (Expand) | Author | Files | Lines |
2008-11-27 | Integrate the moved audioresample into the build system and rename it to lega... | Sebastian Dröge | 73 | -495/+366 |
2008-11-27 | gst/mxf/: Implement parsing of the random index pack, which provides a seek t... | Sebastian Dröge | 6 | -3/+156 |
2008-11-27 | gst/mxf/: Add fundamental support for DV-DIF essence streams. | Sebastian Dröge | 7 | -5/+205 |
2008-11-27 | gst/mxf/mxfdemux.*: Only try to pull the footer metadata once and not on ever... | Sebastian Dröge | 3 | -3/+17 |
2008-11-26 | gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th... | Wim Taymans | 2 | -9/+29 |
2008-11-26 | gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo... | Wim Taymans | 2 | -24/+34 |
2008-11-26 | gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need... | Wim Taymans | 3 | -66/+80 |
2008-11-26 | gst/mxf/mxfdemux.c: Properly combine flow returns of the source pads. | Sebastian Dröge | 3 | -6/+71 |
2008-11-26 | gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th... | Sebastian Dröge | 5 | -10/+55 |
2008-11-26 | gst/mpegdemux/gstmpegtsdemux.*: Enable latency code, since we're definitely a... | David Schleef | 3 | -20/+6 |
2008-11-25 | ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for... | Jonathan Matthew | 2 | -9/+24 |
2008-11-25 | tests/check/elements/speexresample.c: Make unit test again faster to prevent ... | Sebastian Dröge | 2 | -1/+6 |
2008-11-25 | gst/rtpmanager/gstrtpsession.c: Fix event leak. | Wim Taymans | 2 | -1/+11 |
2008-11-25 | gst/mxf/: Set video dimensions and pixel aspect ratio on the caps. | Sebastian Dröge | 4 | -10/+58 |
2008-11-25 | gst/mxf/: Add initial parsing of RGBA descriptors. | Sebastian Dröge | 6 | -11/+182 |
2008-11-25 | gst/mxf/: Rewrite parsing of descriptors to go top-down instead of bottom-up ... | Sebastian Dröge | 8 | -1215/+1109 |
2008-11-25 | Add new directory for new acmmp3dec plugin | Michael Smith | 5 | -2/+396 |
2008-11-24 | gst/mxf/mxfdemux.c: Make sure to only output generic container essence elemen... | Sebastian Dröge | 2 | -6/+29 |
2008-11-24 | gst/flv/gstflvdemux.c: Fix non key unit seeking by always going to the previo... | Julien Moutte | 3 | -4/+20 |
2008-11-24 | gst/mpegtsmux/: Add initial support for muxing AC3/DTS/LPCM into MPEG TS. | vanista | 3 | -6/+54 |
2008-11-24 | gst/mxf/: Allow non-MXF KLV packets and just drop them instead of throwing an... | Sebastian Dröge | 3 | -28/+31 |
2008-11-23 | ext/jack/: Query port latencies for sink/src delays. | Stefan Kost | 4 | -3/+28 |
2008-11-23 | gst/mxf/mxfdemux.c: Actually we support a length stored inside 8 bytes but it... | Sebastian Dröge | 2 | -15/+32 |
2008-11-23 | ext/resindvd/resindvdsrc.c: Fix format string. Fixes bug #561992. | Tal Shalif | 2 | -1/+9 |
2008-11-22 | gst/rtpmanager/rtpsession.c: Add property to configure the RTCP MTU. | Wim Taymans | 2 | -1/+22 |
2008-11-22 | gst/rtpmanager/rtpsession.c: Add G_PARAM_STATIC_STRINGS. | Wim Taymans | 3 | -120/+158 |
2008-11-22 | tests/check/elements/speexresample.c: Make the unit test a bit faster to prev... | Sebastian Dröge | 2 | -12/+6 |
2008-11-22 | gst/mxf/: Some more format string fixes and usage of guint instead of gint wh... | Sebastian Dröge | 3 | -32/+47 |
2008-11-22 | gst/mxf/: Use guint instead of guint64 or gsize for all buffer sizes and use ... | Sebastian Dröge | 8 | -69/+115 |
2008-11-22 | gst/rtpmanager/gstrtpbin.c: Also unref the target pad for unknown pads. | Wim Taymans | 2 | -1/+6 |
2008-11-22 | gst/dccp/gstdccp.c: Use G_GSIZE_FORMAT instead of "%u" for a size_t variable ... | Sebastian Dröge | 2 | -1/+7 |
2008-11-21 | gst/rtpmanager/gstrtpbin.c: Release the right pads on rtpbin. Fixes #561752. | Olivier Crete | 2 | -6/+19 |
2008-11-21 | gst/speexresample/gstspeexresample.c: Add a "filter-length" property that map... | Sebastian Dröge | 2 | -1/+88 |
2008-11-21 | configure.ac: Remove the "experimental" flag from the deinterlace2 plugin. | Sebastian Dröge | 2 | -3/+7 |
2008-11-21 | Add first version of an MXF demuxer. Currently it supports | Sebastian Dröge | 13 | -0/+7255 |
2008-11-21 | sys/dshowdecwrapper/gstdshowaudiodec.cpp: Fix flushing/seeking problems retur... | Michael Smith | 4 | -15/+65 |
2008-11-20 | gst/rtpmanager/gstrtpsession.c: Pass the running time to the session when pro... | Wim Taymans | 7 | -60/+246 |
2008-11-20 | gst/dccp/: CodeStyle improvements and minor fixes to the DCCP plugin. | Leandro Melo de Sales | 9 | -147/+266 |
2008-11-20 | gst/rtpmanager/gstrtpjitterbuffer.c: Initialize return value to fix compiler ... | Sebastian Dröge | 2 | -1/+8 |
2008-11-19 | gst/rtpmanager/gstrtpjitterbuffer.c: Mark signal arg as static scope. | Wim Taymans | 2 | -1/+7 |
2008-11-19 | gst/rtpmanager/gstrtpbin.c: Remove internal sync pad, use signals instead to ... | Wim Taymans | 7 | -139/+415 |
2008-11-18 | ext/metadata/gstbasemetadata.c: Avoid deadlock during pad activation. | Alessandro Decina | 2 | -6/+20 |
2008-11-18 | gst/qtmux/gstqtmux.c: Quiet a debugging message that I recently added. | David Schleef | 2 | -1/+11 |
2008-11-17 | gst/rtpmanager/rtpsource.c: Fix GST_DEBUG call to only have as many arguments... | Sebastian Dröge | 2 | -1/+7 |
2008-11-17 | gst/rtpmanager/gstrtpbin.c: Do not try to keep track of the clock-rate oursel... | Wim Taymans | 8 | -62/+78 |
2008-11-17 | tests/check/elements/: Add missing files. | Stefan Kost | 3 | -0/+118 |
2008-11-15 | gst/qtmux/gstqtmux.*: Use dts from GST_BUFFER_OFFSET_END() for video/x-qt-part. | David Schleef | 3 | -14/+48 |
2008-11-14 | sys/qtwrapper/codecmapping.c: Add some of our favorite codecs. | David Schleef | 2 | -0/+10 |
2008-11-14 | gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I some... | Jan Schmidt | 1 | -1/+2 |
2008-11-14 | gst/qtmux/: Revert previous commit. | Mark Nauwelaerts | 13 | -277/+16 |