Age | Commit message (Expand) | Author | Files | Lines |
2009-03-04 | photography: declare interface as unstable API by means of a warning | Tim-Philipp Müller | 1 | -1/+1 |
2009-03-04 | valve: rename plugin file from libfsvalve.* to libgstvalve.* | Tim-Philipp Müller | 1 | -5/+5 |
2009-03-04 | gsreal: bring down the rank of the real decoders to MARGINAL. | Edward Hervey | 1 | -2/+2 |
2009-03-04 | mpegtsdemux: reset sync_lut_len to 0 on READY to NULL | Josep Torra | 1 | -0/+1 |
2009-03-03 | mpegtsparse: fix memleak | Sebastian Pölsterl | 1 | -26/+12 |
2009-03-03 | mpegtsdemux: dynamically adjust the sync LUT table | Josep Torra | 2 | -5/+17 |
2009-03-03 | autoconvert: Import fsselector from gst-plugins-farsight as autoconvert | Olivier Crête | 3 | -0/+1453 |
2009-03-03 | qtmux: Be a bit more verbose in our debug message when failing to renegotiate | Edward Hervey | 1 | -2/+2 |
2009-03-02 | mxfdemux: Use arrays instead of lists for the metadata registries | Sebastian Dröge | 3 | -148/+106 |
2009-03-02 | xdgmime: Reduce probability to POSSIBLE | Sebastian Dröge | 1 | -1/+1 |
2009-03-02 | xdgmime: Add locking to the xdg_mime_* calls as it's not thread-safe | Sebastian Dröge | 1 | -0/+9 |
2009-03-01 | xdgmime: Use g_pattern_match_simple() instead of fnmatch() for Win32 compatib... | Sebastian Dröge | 5 | -7/+4 |
2009-03-01 | xdgmime: Fix unused variable compiler warning | LRN | 1 | -0/+2 |
2009-03-01 | xdgmime: Don't warn if we have no MMAP support | Sebastian Dröge | 1 | -2/+0 |
2009-03-01 | xdgmime: Use g_ntoh[ls] instead of the non-GLib functions for Win32 compatibi... | Sebastian Dröge | 1 | -3/+3 |
2009-03-01 | xdgmime: Use G_BYTE_ORDER instead of relying on LITTLE_ENDIAN to be defined | Sebastian Dröge | 1 | -1/+4 |
2009-03-01 | realdec: use gst_plugin_add_dependency() | Tim-Philipp Müller | 1 | -0/+5 |
2009-02-28 | mxf: Fix memory leak | Sebastian Dröge | 1 | -0/+1 |
2009-02-28 | mxf: Store the metadata type ID inside the class structure | Sebastian Dröge | 5 | -148/+297 |
2009-02-28 | mpegtsdemux: Fix memory leaks when PUSI is missed due to packet loss | vanista | 1 | -2/+5 |
2009-02-28 | nsf: Don't write further than the limits of the table (size is 75, as defined... | Edward Hervey | 1 | -2/+3 |
2009-02-27 | videoanalyse: Fix brightness calculation to not only use the first rowstride | Andrzej Polatyński | 1 | -1/+1 |
2009-02-27 | mpeg4videoparse: Use correct values for checking VO startcode. | Michael Smith | 1 | -2/+2 |
2009-02-27 | xdgmime: Use empty caps for registering the typefinders with old core versions | Sebastian Dröge | 1 | -2/+17 |
2009-02-27 | mpeg4videoparse: handle more formats | Wim Taymans | 2 | -103/+161 |
2009-02-27 | camerabin: rework signaling and tests | Stefan Kost | 3 | -7/+8 |
2009-02-27 | baseparse: revert last change and properly fix | Stefan Kost | 3 | -12/+18 |
2009-02-26 | Add v210 format | David Schleef | 1 | -1/+8 |
2009-02-26 | Fix incorrect "pixel_aspect_ratio" in caps | David Schleef | 1 | -3/+3 |
2009-02-26 | gstrtpbin: Don't forward revc events to sender | Olivier Crête | 1 | -4/+0 |
2009-02-26 | baseparse: remove checks for buffer==NULL | Stefan Kost | 3 | -27/+15 |
2009-02-25 | docs: various doc fixes | Stefan Kost | 9 | -17/+12 |
2009-02-25 | mpegdemux: don't ignore GstFlowReturn values | Wim Taymans | 1 | -0/+6 |
2009-02-25 | camerabin: update signal marshaller and docs | Stefan Kost | 2 | -16/+10 |
2009-02-25 | camerabin: unblock correct pad in reset, support fakesink as view finder | Lasse Laukkanen | 1 | -4/+4 |
2009-02-24 | xdgmime: Add new typefinder based on xdgmime | Sebastian Dröge | 18 | -0/+4479 |
2009-02-23 | liveadder: Fix build on macosx | Edward Hervey | 1 | -1/+2 |
2009-02-23 | camerabin: Add aspect ratio capsfilter for view finder | Lasse Laukkanen | 2 | -11/+120 |
2009-02-23 | camerabin: Scale incoming frames if their size does not match requested size | Lasse Laukkanen | 1 | -20/+71 |
2009-02-22 | dccp: Fix "non-void without return value" compilation issue. | Edward Hervey | 1 | -0/+2 |
2009-02-22 | camerabin: Fix compilation on Windows with Visual Studio | Andoni Morales | 2 | -4/+6 |
2009-02-21 | Moved rtpmux from gst-p-farsight to -bad | Olivier Crête | 3 | -15/+13 |
2009-02-21 | Re-indent to Gst style | Olivier Crête | 5 | -86/+72 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Document rtp muxer a bit | Olivier Crête | 1 | -2/+2 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add signals before stream lock and after unlocking | Laurent Glayal | 2 | -0/+29 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Let ssrc through getcaps | Olivier Crête | 1 | -4/+5 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Rename have_base to have_ts_base | Olivier Crête | 1 | -3/+3 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Protect the seqnum with object lock in rtpmux | Olivier Crête | 2 | -1/+9 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Remove unused sink_ts_base | Olivier Crête | 1 | -1/+0 |
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Have getcaps to force the same clockrate on all pads | Olivier Crête | 1 | -0/+102 |