Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Make it back to 30 fps in caps | Youness Alaoui | 1 | -1/+1 | |
20080206031654-4f0f6-d8197e53888906805041e6552c0dd774c55e9e89.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Fix timestamps in gst buffers sent by gstmimic | Youness Alaoui | 3 | -5/+38 | |
20080206030947-4f0f6-9dc7d9b1a92a717c71b1e490a5591f0e2ffe0dad.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Fix framerate type in caps for gstmimic element | Youness Alaoui | 1 | -2/+2 | |
20080206020335-4f0f6-0d9e136039ad6b7b84982bdac242a059d50fbb66.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Fixed couple of compilation issues | philippe.kalaf@collabora.co.uk | 1 | -2/+0 | |
20060324201619-2425b-bf339926f533aa4efece855fbbe94e59c7bb955f.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Calls to gst_pad_get_parent ref the object so it ↵ | philippe.kalaf@collabora.co.uk | 1 | -1/+2 | |
needs to be unreffed < hexa00@gmail.com 20060324195720-2425b-17928be34ee67f71efbaf62de76deba9ad13f0f2.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Separated ERROR_CFLAGS from GST_CFLAGS | philippe.kalaf@collabora.co.uk | 1 | -1/+1 | |
20060214210027-2425b-1f9e6ed591c08e5907d02ef7ea9a8cf62bf29840.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Should not be done in dispose, moving to finalize | Philippe Khalaf | 1 | -3/+3 | |
20051024153748-05459-9625fec05547c535bf5f3c66aebba84861b549aa.gz | |||||
2009-03-03 | [MOVED FROM GST-P-FARSIGHT] Import from CVS to darcs | Philipe Kalaf | 7 | -0/+962 | |
2009-03-03 | rtpmux: Ignore rtpmux get_type function for docs | Olivier Crête | 1 | -0/+1 | |
2009-03-03 | mpegtsparse: fix memleak | Sebastian Pölsterl | 1 | -26/+12 | |
Fix memleak in mpegts_packetizer_clear where MpegTSPacketizerStream is not freed properly when using foreach_stream_clear function. | |||||
2009-03-03 | mpegtsdemux: dynamically adjust the sync LUT table | Josep Torra | 2 | -5/+17 | |
Make the sync LUT table adjusted dynamically according to the size of scanned data. Fixes demuxing buffers of any size. | |||||
2009-03-03 | autoconvert: Import fsselector from gst-plugins-farsight as autoconvert | Olivier Crête | 8 | -1/+1507 | |
fsselector is too close to selector, so import is as autoconvert. Not importing the history because the directory is also called gst/selector and it fails. | |||||
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 ↵ | Sebastian Dröge | 5 | -7/+4 | |
compatibility | |||||
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 ↵ | Sebastian Dröge | 1 | -3/+3 | |
compatibility | |||||
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 | ladspa: Don't compile unused code from load.c | Sebastian Dröge | 1 | -1/+1 | |
2009-03-01 | realdec: use gst_plugin_add_dependency() | Tim-Philipp Müller | 1 | -0/+5 | |
2009-02-28 | acmenc: fix whitespace | Michael Smith | 1 | -545/+568 | |
Convert to unix newlines, and reindent in some broken places. | |||||
2009-02-28 | mxf: Fix memory leak | Sebastian Dröge | 1 | -0/+1 | |
gst_structure_id_set() will copy GstStructures instead of taking the ownership. | |||||
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 | |
Fixes bug #573288. | |||||
2009-02-28 | nsf: Don't write further than the limits of the table (size is 75, as ↵ | Edward Hervey | 1 | -2/+3 | |
defined in the header) gcc 4.3.3 found this one, I'm impressed. | |||||
2009-02-28 | mxf: Don't use GLib 2.16 API unconditionally in the example | Sebastian Dröge | 1 | -0/+4 | |
2009-02-27 | videoanalyse: Fix brightness calculation to not only use the first rowstride | Andrzej Polatyński | 1 | -1/+1 | |
Fixes bug #573391. | |||||
2009-02-27 | mpeg4videoparse: Use correct values for checking VO startcode. | Michael Smith | 1 | -2/+2 | |
Fix compiler warning due to condition always being true - since we're only looking at the final byte of the startcode (not the leading 0x000001), only check for < 0x1f, not < 0x11f | |||||
2009-02-27 | xdgmime: Use empty caps for registering the typefinders with old core versions | Sebastian Dröge | 1 | -2/+17 | |
core before 0.10.22.1 produced assertions when storing typefind factories with NULL caps in the registry. | |||||
2009-02-27 | mpeg4videoparse: handle more formats | Wim Taymans | 2 | -103/+161 | |
We only need a Video Object Start code before we can start pushing out data. Search for this code also instead of only looking for VOS and VOP. Fixes #572551. | |||||
2009-02-27 | Merge branch 'work' | Jan Schmidt | 9 | -13/+94 | |
2009-02-27 | docs: Ignore some more generated files | Jan Schmidt | 1 | -1/+2 | |
2009-02-27 | celtdec: Move define into the C file so it doesn't show up in the docs | Jan Schmidt | 2 | -2/+2 | |
2009-02-27 | docs: Enroll dirac plugin into the docs | Jan Schmidt | 2 | -0/+35 | |
2009-02-27 | dtsdec: Add some basic docs to the plugin | Jan Schmidt | 4 | -3/+38 | |
2009-02-27 | apexsink: Use a union to avoid type-punning strict aliasing compiler warning. | Jan Schmidt | 1 | -7/+17 | |
2009-02-27 | camerabin: rework signaling and tests | Stefan Kost | 4 | -7/+10 | |
Revert the GString change. There are no marshallers for it. A better change is now described in http://bugzilla.gnome.org/show_bug.cgi?id=573370. Test should work again. | |||||
2009-02-27 | baseparse: revert last change and properly fix | Stefan Kost | 3 | -12/+18 | |
Baseparse internaly breaks the semantics of a _chain function by calling it with buffer==NULL. The reson I belived it was okay to remove it was that there is also an unchecked access to buffer later in _chain. Actually that code is wrong, as it most probably wants to set discont on the outgoing buffer. | |||||
2009-02-27 | qtwrapper: Only use _dump_mem() if requested. | Edward Hervey | 1 | -0/+2 | |
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 | |
Should be "pixel-aspect-ratio". | |||||
2009-02-26 | mxf: Add example application to output the structural metadata tree into a ↵ | Sebastian Dröge | 4 | -0/+251 | |
GtkTreeView | |||||
2009-02-26 | gstrtpbin: Don't forward revc events to sender | Olivier Crête | 1 | -4/+0 | |
Don't send events from the receiver to the sender side. Fixes #572900. | |||||
2009-02-26 | baseparse: remove checks for buffer==NULL | Stefan Kost | 3 | -27/+15 | |
Accordifn to docs for GstPadChainFunction buffer cannot be NULL. If we would leave the check, we would also need more such check below. | |||||
2009-02-25 | build: Update shave init statement for changes in common. Bump common. | Jan Schmidt | 2 | -1/+1 | |
2009-02-25 | tests: add a timeout of 5 slightly above the default | Stefan Kost | 1 | -0/+1 | |
2009-02-25 | camerabin: increase timeout and lower video recording length | Stefan Kost | 1 | -11/+23 | |
The video was recorded for too long for the test timeouts. Also the verification suite did not had custom timouts at all. Also split the verification for images and video to get better reporting. |