summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2009-03-21mxfmux: Only add an essence container UL once to the partition and prefaceSebastian Dröge1-3/+22
2009-03-21mxfdemux: Add support for AYUV and v308 YUV colorspacesSebastian Dröge1-0/+9
2009-03-21mxfmux: Use the correct edit rate instead of estimating it from the first ↵Sebastian Dröge1-22/+28
buffer duration
2009-03-21mxfdemux: Error out directly if pushing a packet downstream failedSebastian Dröge1-1/+1
2009-03-21mxfmux: Add support for DV/DIF muxing and add framerate, etc to the caps ↵Sebastian Dröge1-1/+94
when demuxing DV/DIF content
2009-03-21mxfmux: Add some debugging and error out on invalid input dataSebastian Dröge1-0/+19
2009-03-21deinterlace: Fix uninitialized variable compiler warningsSebastian Dröge1-0/+3
2009-03-21mxfmux: Add support for muxing MPEG audio and videoSebastian Dröge1-1/+384
2009-03-21mxfdemux: Use correct caps type for AC3 audio (audio/x-ac3 instead of audio/ac3)Sebastian Dröge1-1/+1
2009-03-21mxfmux: Add support for muxing JPEG2000 code streamsSebastian Dröge1-0/+117
2009-03-21mxfmux: Add support for muxing VC-3 (aka DNxHD) videoSebastian Dröge1-0/+81
2009-03-21mxfmux: Add support for muxing A-Law audioSebastian Dröge1-0/+174
2009-03-21mxfmux: Add support for muxing raw audioSebastian Dröge1-0/+545
2009-03-21mxf: Add MXF muxerSebastian Dröge11-10/+4431
This muxer currently only supports OP1a and is probably not yet 100% complying to the standards.
2009-03-18mxfdemux: Fix build on GLib < 2.16 some moreJan Schmidt2-32/+42
2009-03-16mxf: Replace g_hash_table_get_values with code working with glib 2.6.Zaheer Merali2-13/+27
Fixes #575565
2009-03-13xdgmime: make xdg typefinder more conservativeTim-Philipp Müller1-3/+19
The whole raison d'etre of this typefinder is to help avoid false positives when used in combination with our main typefinder in -base. Its task is not really to typefind audio/video files, even less so given that it detects *MIME* types, not GStreamer media types. Therefore, if this typefinder detects an audio or video type, don't even suggest it - our own typefinders are hopefully better at this and detect the right type of type on top of that, and even if they're not we really want to know about it and fix it. Fixes #575157.
2009-03-13rtpbin: don't return FALSE on seek eventsWim Taymans1-0/+1
Silently ignore the seek event instead of returning FALSE.
2009-03-13mpegpsdemux: workaround to fix playback of certain malformed clipsJosep Torra1-2/+29
Added a workarround to permit play certain malformed clips where first SCR is greater than last SCR. Fixes bug #454228
2009-03-10mpegdemux: Fixed a bug in the TS scanner. Fixes #574009Josep Torra1-1/+1
2009-03-07camerabin: Make the tests pass when the camerabin can't initialise.Jan Schmidt1-6/+8
The camerabin tests were throwing glib errors and hanging when gst-plugins-good elements (jpegenc, videocrop) can't found.
2009-03-07camerabin: Partly fix distcheckJan Schmidt1-8/+1
Don't dist the generated marshal.h header by putting it in the headers list.
2009-03-06mxfdemux: Store and use the seqnum of the currently running segment everywhereSebastian Dröge2-25/+86
2009-03-06mxf: Don't even try to serialize DM frameworks as it will cause an assertion ↵Sebastian Dröge1-6/+6
until this is finished
2009-03-05mxf: Don't use NULL GstStructures to prevent warningsSebastian Dröge1-3/+5
Currently serializing of DM Frameworks is not supported yet by DMS1 and will give us NULL.
2009-03-04photography: declare interface as unstable API by means of a warningTim-Philipp Müller1-1/+1
Application developers won't know right away which module an interface comes from, and may assume that it is covered by the usual GStreamer API guarantees, so make it as clear as possible that this particular API is still subject to change (should have done that with other libraries in -bad before too really).
2009-03-04valve: rename plugin file from libfsvalve.* to libgstvalve.*Tim-Philipp Müller1-5/+5
If you're running things uninstalled, you might need to manually remove the registry to get the plugin's features to show up correctly. Also, you probably want to do a make clean to get rid of the old plugin file.
2009-03-04gsreal: bring down the rank of the real decoders to MARGINAL.Edward Hervey1-2/+2
Basically, at this point, the ffmpeg equivalent decoders perform way better, so we'll make the ffmpeg equivalents PRIMARY and these MARGINAL.
2009-03-04mpegtsdemux: reset sync_lut_len to 0 on READY to NULLJosep Torra1-0/+1
2009-03-03mpegtsparse: fix memleakSebastian Pölsterl1-26/+12
Fix memleak in mpegts_packetizer_clear where MpegTSPacketizerStream is not freed properly when using foreach_stream_clear function.
2009-03-03mpegtsdemux: dynamically adjust the sync LUT tableJosep Torra2-5/+17
Make the sync LUT table adjusted dynamically according to the size of scanned data. Fixes demuxing buffers of any size.
2009-03-03autoconvert: Import fsselector from gst-plugins-farsight as autoconvertOlivier Crête3-0/+1453
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-03qtmux: Be a bit more verbose in our debug message when failing to renegotiateEdward Hervey1-2/+2
2009-03-02mxfdemux: Use arrays instead of lists for the metadata registriesSebastian Dröge3-148/+106
2009-03-02xdgmime: Reduce probability to POSSIBLESebastian Dröge1-1/+1
2009-03-02xdgmime: Add locking to the xdg_mime_* calls as it's not thread-safeSebastian Dröge1-0/+9
2009-03-01xdgmime: Use g_pattern_match_simple() instead of fnmatch() for Win32 ↵Sebastian Dröge5-7/+4
compatibility
2009-03-01xdgmime: Fix unused variable compiler warningLRN1-0/+2
2009-03-01xdgmime: Don't warn if we have no MMAP supportSebastian Dröge1-2/+0
2009-03-01xdgmime: Use g_ntoh[ls] instead of the non-GLib functions for Win32 ↵Sebastian Dröge1-3/+3
compatibility
2009-03-01xdgmime: Use G_BYTE_ORDER instead of relying on LITTLE_ENDIAN to be definedSebastian Dröge1-1/+4
2009-03-01realdec: use gst_plugin_add_dependency()Tim-Philipp Müller1-0/+5
2009-02-28mxf: Fix memory leakSebastian Dröge1-0/+1
gst_structure_id_set() will copy GstStructures instead of taking the ownership.
2009-02-28mxf: Store the metadata type ID inside the class structureSebastian Dröge5-148/+297
2009-02-28mpegtsdemux: Fix memory leaks when PUSI is missed due to packet lossvanista1-2/+5
Fixes bug #573288.
2009-02-28nsf: Don't write further than the limits of the table (size is 75, as ↵Edward Hervey1-2/+3
defined in the header) gcc 4.3.3 found this one, I'm impressed.
2009-02-27videoanalyse: Fix brightness calculation to not only use the first rowstrideAndrzej Polatyński1-1/+1
Fixes bug #573391.
2009-02-27mpeg4videoparse: Use correct values for checking VO startcode.Michael Smith1-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-27xdgmime: Use empty caps for registering the typefinders with old core versionsSebastian Dröge1-2/+17
core before 0.10.22.1 produced assertions when storing typefind factories with NULL caps in the registry.
2009-02-27mpeg4videoparse: handle more formatsWim Taymans2-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.