Age | Commit message (Expand) | Author | Files | Lines |
2009-04-15 | deinterlace2: Add support for YVYU colorspace | Sebastian Dröge | 1 | -2/+4 |
2009-04-13 | mxfmux: Small cleanup | Sebastian Dröge | 1 | -12/+2 |
2009-04-10 | dshowdec: fix compilation with the debugging system disabled | Tim-Philipp Müller | 2 | -14/+2 |
2009-04-09 | x264enc: add force keyframe event handling | Janin Kolenc | 2 | -2/+48 |
2009-04-08 | acmenc, acmmp3dec, sdp: link to all requires libraries on win32. | Michael Smith | 3 | -19/+35 |
2009-04-07 | mxf: Add unit tests for checking if mxfmux ! mxfdemux pipelines are working w... | Sebastian Dröge | 2 | -0/+283 |
2009-04-07 | mxfdemux: Don't use invalid buffer offsets, instead assume offset == 0 | Sebastian Dröge | 1 | -1/+2 |
2009-04-07 | mxf: Fix comparison | Sebastian Dröge | 1 | -2/+1 |
2009-04-07 | Use UL database for all metadata ULs | Sebastian Dröge | 3 | -595/+635 |
2009-04-07 | baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, f... | René Stadler | 3 | -3/+3 |
2009-04-05 | baseparse: Fix push mode seeking (aacparse, amrparse) | René Stadler | 2 | -10/+24 |
2009-04-04 | Automatic update of common submodule | Felipe Contreras | 1 | -0/+0 |
2009-04-04 | bz2: fix some refcount mistakes and do some cleaning up | Tim-Philipp Müller | 3 | -102/+159 |
2009-04-04 | Automatic update of common submodule | Edward Hervey | 1 | -0/+0 |
2009-04-03 | configure.ac: fix dvdnav version check | Tim-Philipp Müller | 1 | -2/+5 |
2009-04-03 | resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time() | Tim-Philipp Müller | 2 | -19/+5 |
2009-04-03 | misc: Bump plugins-base requirement to 0.10.22.1 | Jan Schmidt | 1 | -1/+1 |
2009-04-02 | resindvd: Send both the logical and physical substream ID in the stream change. | Jan Schmidt | 1 | -7/+12 |
2009-04-02 | resindvd: Use new GstNavigation functionality. | Jan Schmidt | 3 | -119/+246 |
2009-04-02 | resindvd: Switch to using a hard-coded mpeg2dec, and change pad blocking a bit. | Jan Schmidt | 2 | -16/+98 |
2009-04-02 | resindvd: Add newline to debug g_print statement | Jan Schmidt | 1 | -1/+1 |
2009-04-02 | resindvd: Make highlights work when jumping into menus | Jan Schmidt | 1 | -5/+13 |
2009-04-02 | resindvd: Support multiangle titles. | Jan Schmidt | 1 | -2/+14 |
2009-04-02 | resindvd: Add back in support for using hardcoded a52dec | Jan Schmidt | 1 | -4/+11 |
2009-04-02 | resindvd: Add some debug when creating the output pads in the demuxer | Jan Schmidt | 1 | -2/+15 |
2009-04-02 | resindvd: More hacking on the audio decoder. | Jan Schmidt | 1 | -35/+41 |
2009-04-02 | resindvd: Trim back the g_print debug - convert to GST_DEBUG and GST_LOG | Jan Schmidt | 1 | -22/+24 |
2009-04-02 | resindvd: Extend the Resin audio decoder element, and switch rsndvdbin to use it | Jan Schmidt | 3 | -12/+315 |
2009-04-02 | resindvd: First part of the re-plugging audio decoder | Jan Schmidt | 3 | -0/+198 |
2009-04-02 | resindvd: remove unused code path from the bin | Jan Schmidt | 1 | -33/+1 |
2009-04-02 | resindvd: Indent some things | Jan Schmidt | 1 | -12/+12 |
2009-04-02 | resindvd: Switch GST_BOILERPLATE to G_DEFINE_TYPE for no real reason. | Jan Schmidt | 2 | -26/+14 |
2009-04-02 | resindvd: Add faststart, and work around some multi-angle issues | Jan Schmidt | 2 | -17/+106 |
2009-04-02 | resindvd: Small debug output change in the source element | Jan Schmidt | 1 | -1/+1 |
2009-04-02 | dvdspu: Add some debug | Jan Schmidt | 1 | -4/+10 |
2009-04-02 | jp2enc: Unref peer caps after usage to fix a memory leak | Sebastian Dröge | 1 | -0/+1 |
2009-04-02 | mxfmux: Add unit tests | Sebastian Dröge | 2 | -1/+263 |
2009-04-01 | legacyresample: fix negotiation so that upstream can actually fixate to downs... | Tim-Philipp Müller | 1 | -5/+25 |
2009-03-31 | baseparse: Delay newsegment as long as possible. | Mark Nauwelaerts | 2 | -50/+68 |
2009-03-30 | mpeg2enc: fix bitrate property settings | Mark Nauwelaerts | 1 | -8/+15 |
2009-03-27 | configure.ac: make --disable-external work again | Alan Falloon | 1 | -0/+1 |
2009-03-27 | jp2kdec: implement basic QoS | Tim-Philipp Müller | 2 | -10/+219 |
2009-03-27 | rtpbin: add on_npt_stop signal | Wim Taymans | 4 | -14/+194 |
2009-03-27 | outputselector: reset state when going to READY | Wim Taymans | 1 | -5/+33 |
2009-03-26 | qtmux: fix reusing element | Mark Nauwelaerts | 1 | -0/+7 |
2009-03-26 | mxf: Fix compilation and compiler errors with GLib < 2.16.0 | Sebastian Dröge | 2 | -6/+6 |
2009-03-26 | mxf: Fix "cast to pointer type of different size" compiler warning | Sebastian Dröge | 1 | -11/+12 |
2009-03-26 | mxf: Rename forgotten function to fix unresolved symbols error | Sebastian Dröge | 1 | -1/+1 |
2009-03-26 | mxf: Use mxf_u{l,uid}_is_equal() and friends instead of memcmp() | Sebastian Dröge | 4 | -14/+16 |
2009-03-26 | mxf: Differentiate between UL and UUID | Sebastian Dröge | 10 | -590/+742 |