Age | Commit message (Expand) | Author | Files | Lines |
2008-12-04 | configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one ... | Sebastian Dröge | 1 | -0/+6 |
2008-12-04 | configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M... | Sebastian Dröge | 1 | -0/+6 |
2008-12-04 | gst/selector/gstinputselector.c: Ensure we emit notify::active-pad when auto-... | Michael Smith | 1 | -0/+7 |
2008-12-04 | gst/mxf/: Coding style fixes. | Sebastian Dröge | 1 | -0/+12 |
2008-12-04 | gst/mxf/mxfdemux.c: Ignore zero sized essence elements. They're often inserte... | Sebastian Dröge | 1 | -0/+7 |
2008-12-04 | gst/mxf/mxfparse.c: Fix setting of the height/width and PAR of video streams. | Sebastian Dröge | 1 | -0/+6 |
2008-12-04 | gst/mxf/: Add support for SMPTE D10 essence (SMPTE 386M). | Sebastian Dröge | 1 | -0/+21 |
2008-12-03 | gst/mxf/: Add support for AES3 audio (SMPTE 382M). | Sebastian Dröge | 1 | -0/+19 |
2008-12-03 | gst/mxf/mxfdemux.c: Improve debugging a bit. | Sebastian Dröge | 1 | -0/+6 |
2008-12-03 | gst/flv/gstflvparse.c: Check if strings are valid UTF8 before using them. | Sebastian Dröge | 1 | -0/+5 |
2008-12-03 | gst/mxf/mxfparse.c: Remove FIXME, zero-ULs and UMIDs are really invalid and w... | Sebastian Dröge | 1 | -0/+6 |
2008-12-03 | gst/mxf/mxfdemux.c: Use a single "track_%u" src pad template and use the trac... | Sebastian Dröge | 1 | -0/+10 |
2008-12-02 | ext/jp2k/gstjasperenc.c: Some compilers complain about uninitialized variable... | David Schleef | 1 | -0/+5 |
2008-12-01 | gst-libs/gst/app/gstappsrc.c: Don't forget to release the lock again if we ba... | 이문형 | 1 | -0/+9 |
2008-12-01 | gst/qtmux/atoms.c: Fix mj2 sample description metadata construction. | Mark Nauwelaerts | 1 | -0/+5 |
2008-12-01 | gst/mxf/mxfjpeg2000.c: Use new image/x-jpc caps for the raw JPEG2000 codestream. | Sebastian Dröge | 1 | -0/+7 |
2008-12-01 | ext/jp2k/: Add image/x-jpc caps name for real, raw JPEG2000 codestream data. | Sebastian Dröge | 1 | -0/+15 |
2008-12-01 | gst/mxf/: Add the codec name, and if possible the avg bitrate, to the pad's t... | Sebastian Dröge | 1 | -0/+12 |
2008-12-01 | gst/mxf/mxfdemux.c: If the preface references a primary package use this as t... | Sebastian Dröge | 1 | -0/+8 |
2008-11-30 | gst/mxf/mxfdemux.c: If there's no descriptor for the track in the track's sou... | Sebastian Dröge | 1 | -0/+8 |
2008-11-30 | gst/mxf/: Some random cleanup. | Sebastian Dröge | 1 | -0/+13 |
2008-11-30 | gst/mxf/: Add property to select the top-level source package or material pac... | Sebastian Dröge | 1 | -0/+15 |
2008-11-30 | gst/mxf/mxfdemux.c: Make sure that demux->offset has the correct value before... | Sebastian Dröge | 1 | -0/+6 |
2008-11-30 | gst/mxf/: Set the correct MPEG video version if possible and add support for ... | Sebastian Dröge | 1 | -0/+7 |
2008-11-29 | gst/mxf/: Add initial support for JPEG2000 encoded video essence. | Sebastian Dröge | 1 | -0/+14 |
2008-11-29 | ext/jp2k/gstjasperdec.c: Don't unref the element instance if we don't own a r... | Sebastian Dröge | 1 | -0/+5 |
2008-11-29 | Require gettext 0.17 because older versions don't mix with libtool 2.2. At bu... | Sebastian Dröge | 1 | -0/+11 |
2008-11-28 | gst/mxf/mxfdemux.c: Only try to pull the random index pack at the end of file... | Sebastian Dröge | 1 | -0/+6 |
2008-11-28 | gst/mxf/: Add support for A-Law encoded audio essence (SMPTE 388M and 382M). | Sebastian Dröge | 1 | -0/+11 |
2008-11-28 | gst/mxf/: Implement parsing of index table segments, which will later be used... | Sebastian Dröge | 1 | -0/+12 |
2008-11-28 | Update audioresample documentation for the new element name. | Sebastian Dröge | 1 | -0/+19 |
2008-11-28 | gst/audioresample/gstaudioresample.c: And now also update the debug category ... | Sebastian Dröge | 1 | -0/+6 |
2008-11-27 | configure.ac: Remove speexresample from the build system too. | Sebastian Dröge | 1 | -0/+5 |
2008-11-27 | Remove old speexresample files. | Sebastian Dröge | 1 | -0/+22 |
2008-11-27 | docs/plugins/inspect/plugin-speexresample.xml: Remove old file. | Sebastian Dröge | 1 | -0/+5 |
2008-11-27 | docs/plugins/inspect/plugin-legacyresample.xml: Add missing file. | Sebastian Dröge | 1 | -0/+5 |
2008-11-27 | Integrate the moved audioresample into the build system and rename it to lega... | Sebastian Dröge | 1 | -0/+78 |
2008-11-27 | gst/mxf/: Implement parsing of the random index pack, which provides a seek t... | Sebastian Dröge | 1 | -0/+14 |
2008-11-27 | gst/mxf/: Add fundamental support for DV-DIF essence streams. | Sebastian Dröge | 1 | -0/+15 |
2008-11-27 | gst/mxf/mxfdemux.*: Only try to pull the footer metadata once and not on ever... | Sebastian Dröge | 1 | -0/+8 |
2008-11-26 | gst/rtpmanager/rtpsession.c: Make obtain_source return an aditional ref so th... | Wim Taymans | 1 | -0/+11 |
2008-11-26 | gst/rtpmanager/gstrtpbin.c: Reset the sync parameters when clearing the paylo... | Wim Taymans | 1 | -0/+7 |
2008-11-26 | gst/rtpmanager/gstrtpbin.*: Remove a lot of per stream state that is not need... | Wim Taymans | 1 | -0/+13 |
2008-11-26 | gst/mxf/mxfdemux.c: Properly combine flow returns of the source pads. | Sebastian Dröge | 1 | -0/+13 |
2008-11-26 | gst/mxf/: When memset'ing the descriptors to zeroes only touch the part of th... | Sebastian Dröge | 1 | -0/+18 |
2008-11-26 | gst/mpegdemux/gstmpegtsdemux.*: Enable latency code, since we're definitely a... | David Schleef | 1 | -0/+6 |
2008-11-25 | ext/spc/gstspc.c: Post an error and push EOS when we can't start playback for... | Jonathan Matthew | 1 | -0/+8 |
2008-11-25 | tests/check/elements/speexresample.c: Make unit test again faster to prevent ... | Sebastian Dröge | 1 | -0/+5 |
2008-11-25 | gst/rtpmanager/gstrtpsession.c: Fix event leak. | Wim Taymans | 1 | -0/+6 |
2008-11-25 | gst/mxf/: Set video dimensions and pixel aspect ratio on the caps. | Sebastian Dröge | 1 | -0/+8 |