Age | Commit message (Expand) | Author | Files | Lines |
2008-11-14 | ext/x264/gstx264enc.c: Construct source caps in more conventional (and correc... | Mark Nauwelaerts | 2 | -6/+12 |
2008-11-14 | no more egging the pudding | Christian Schaller | 3 | -2/+12 |
2008-11-14 | gst-libs/gst/play/: Remove cruft. This is not entered by make and its not eve... | Stefan Kost | 1 | -0/+7 |
2008-11-13 | ext/dirac/gstdiracenc.cc: Set pixel-aspect-ratio correctly in the encoder API... | David Schleef | 2 | -18/+23 |
2008-11-13 | ext/jp2k/: Add jp2kenc to jp2k plugin. | Mark Nauwelaerts | 6 | -30/+696 |
2008-11-13 | ext/jp2k/gstjasperdec.*: Make pad template caps reflect the supported formats. | Mark Nauwelaerts | 3 | -20/+31 |
2008-11-13 | gst/aacparse/gstaacparse.c: Don't autoplug aacparse until it works. | Wim Taymans | 2 | -1/+6 |
2008-11-13 | gst/rtpmanager/: Small cleanups and some more debug info. | Wim Taymans | 3 | -7/+22 |
2008-11-13 | tests/check/: Add unit tests for new parsers. | Stefan Kost | 4 | -0/+1161 |
2008-11-13 | docs/plugins/: Update docs. | Stefan Kost | 10 | -96/+655 |
2008-11-13 | gst/: Fix baseparse type name. | Stefan Kost | 3 | -2/+8 |
2008-11-13 | Add two new baseparse based parsers (aac and amr) from Bug #518857. | Stefan Kost | 12 | -0/+5656 |
2008-11-12 | gst/librfb/rfbdecoder.c: Fix uninitialized warnings | Thijs Vermeir | 2 | -0/+6 |
2008-11-11 | tests/check/: Add unit test for qtmux. | Mark Nauwelaerts | 3 | -0/+272 |
2008-11-11 | gst/qtmux/gstqtmux.c: Add some more safety/sanity checks in tag manipulation. | Mark Nauwelaerts | 2 | -4/+9 |
2008-11-10 | gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ... | Wim Taymans | 2 | -5/+12 |
2008-11-10 | gst/: Wim, you're a bad boy. You don't want people to contact you or what? | Edward Hervey | 4 | -3/+10 |
2008-11-10 | gst/filter/gstiir.c: Fix name tag. | Thomas Vander Stichele | 2 | -1/+6 |
2008-11-08 | Copy qtmux from revision 148 of the gst-qtmux repository. | Thiago Sousa Santos | 15 | -0/+6878 |
2008-11-07 | gst-libs/gst/app/gstappsrc.*: Add is-live property. | Wim Taymans | 3 | -8/+84 |
2008-11-06 | Fix basic navigation events | Thijs Vermeir | 4 | -12/+52 |
2008-11-06 | gst/deinterlace2/gstdeinterlace2.c: Bring properties into this century. | Wim Taymans | 2 | -22/+33 |
2008-11-06 | sys/dvb/gstdvbsrc.c: Set filters in PAUSED or PLAYING. | Zaheer Abbas Merali | 2 | -2/+8 |
2008-11-06 | gst/mpegdemux/gstmpegtsdemux.c: Make private section pads have a caps set so ... | Zaheer Abbas Merali | 2 | -0/+13 |
2008-11-06 | gst/mpegdemux/gstmpegtsdemux.c: No need to reclaculate flush in this case. | Zaheer Abbas Merali | 2 | -1/+9 |
2008-11-06 | gst/mpegdemux/gstmpegtsdemux.*: Fix typo. | Zaheer Abbas Merali | 3 | -3/+9 |
2008-11-05 | gst/librfb/gstrfbsrc.c: Fix RGB mask in caps | Thijs Vermeir | 2 | -7/+23 |
2008-11-05 | gst/librfb/: Add Hextile encoding | Thijs Vermeir | 4 | -143/+202 |
2008-11-05 | gst/mpegdemux/gstmpegtsdemux.c: Heuristic approach when resyncing. | Zaheer Abbas Merali | 2 | -1/+36 |
2008-11-05 | gst/mpegdemux/gstmpegdesc.c: Length should be a guint8 not a gint. | Sebastian Pölsterl | 3 | -11/+18 |
2008-11-04 | gst/modplug/gstmodplug.cc: Send tag event. Fixes #559286. | Stefan Kost | 2 | -0/+22 |
2008-11-04 | gst/mpegdemux/mpegtsparse.c: Fix another memleak. | Sebastian Pölsterl | 2 | -0/+8 |
2008-11-04 | Fix memleaks. | Sebastian Pölsterl | 3 | -0/+15 |
2008-11-04 | Don't install static libs for plugins. Fixes #550851 for -bad. | Stefan Kost | 119 | -21/+261 |
2008-11-04 | gst/mpegdemux/mpegtsparse.c: Fix memleak. | Sebastian Pölsterl | 2 | -0/+16 |
2008-11-03 | examples/scaletempo/.cvsignore: Add example to cvs ignores. | Jan Schmidt | 2 | -0/+6 |
2008-11-03 | sys/qtwrapper/audiodecoders.c: Fix mismatched signedness compiler warning. | Jan Schmidt | 2 | -1/+7 |
2008-11-03 | gst/speexresample/gstspeexresample.c: Add TODO at the top of the file for ena... | Sebastian Dröge | 2 | -0/+18 |
2008-11-02 | gst/speexresample/gstspeexresample.c: Fix format string and arguments. | Sebastian Dröge | 3 | -1/+138 |
2008-11-01 | ext/resindvd/Makefile.am: Dist the play scripts. | Stefan Kost | 2 | -0/+7 |
2008-11-01 | gst/speexresample/: Add missing headers to Makefile.am. | Sebastian Dröge | 9 | -24/+232 |
2008-10-31 | configure.ac: Use AC_TRY_COMPILE instead of AC_TRY_RUN as the result of the l... | Sebastian Dröge | 2 | -1/+9 |
2008-10-30 | sys/qtwrapper/audiodecoders.c: Add ALAC support. | Michael Smith | 3 | -74/+201 |
2008-10-30 | configure.ac: Require at least Gtk 2.8.0 for the demos (that's the oldest I c... | Tim-Philipp Müller | 3 | -21/+15 |
2008-10-30 | gst/speexresample/gstspeexresample.c: The length for the buffer conversion fu... | Sebastian Dröge | 2 | -0/+11 |
2008-10-30 | tests/check/elements/speexresample.c: Add pipeline unit tests for testing all... | Sebastian Dröge | 5 | -14/+138 |
2008-10-30 | gst/speexresample/: Add support for int8, int24 and int32 input by converting... | Sebastian Dröge | 4 | -12/+216 |
2008-10-30 | ext/resindvd/resindvdsrc.*: Better fix for #546319 and similar cases by expli... | Jan Schmidt | 3 | -20/+35 |
2008-10-30 | ext/ladspa/gstladspa.c: Whitespace. | Stefan Kost | 3 | -3/+10 |
2008-10-30 | Add support for double samples as input and refactor the usage of the differe... | Sebastian Dröge | 10 | -188/+393 |