summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-03-03mpegtsparse: fix memleakSebastian Pölsterl1-26/+12
2009-03-03mpegtsdemux: dynamically adjust the sync LUT tableJosep Torra2-5/+17
2009-03-03autoconvert: Import fsselector from gst-plugins-farsight as autoconvertOlivier Crête3-0/+1453
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 compatib...Sebastian Dröge5-7/+4
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 compatibi...Sebastian Dröge1-3/+3
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
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
2009-02-28nsf: Don't write further than the limits of the table (size is 75, as defined...Edward Hervey1-2/+3
2009-02-27videoanalyse: Fix brightness calculation to not only use the first rowstrideAndrzej Polatyński1-1/+1
2009-02-27mpeg4videoparse: Use correct values for checking VO startcode.Michael Smith1-2/+2
2009-02-27xdgmime: Use empty caps for registering the typefinders with old core versionsSebastian Dröge1-2/+17
2009-02-27mpeg4videoparse: handle more formatsWim Taymans2-103/+161
2009-02-27camerabin: rework signaling and testsStefan Kost3-7/+8
2009-02-27baseparse: revert last change and properly fixStefan Kost3-12/+18
2009-02-26Add v210 formatDavid Schleef1-1/+8
2009-02-26Fix incorrect "pixel_aspect_ratio" in capsDavid Schleef1-3/+3
2009-02-26gstrtpbin: Don't forward revc events to senderOlivier Crête1-4/+0
2009-02-26baseparse: remove checks for buffer==NULLStefan Kost3-27/+15
2009-02-25docs: various doc fixesStefan Kost9-17/+12
2009-02-25mpegdemux: don't ignore GstFlowReturn valuesWim Taymans1-0/+6
2009-02-25camerabin: update signal marshaller and docsStefan Kost2-16/+10
2009-02-25camerabin: unblock correct pad in reset, support fakesink as view finderLasse Laukkanen1-4/+4
2009-02-24xdgmime: Add new typefinder based on xdgmimeSebastian Dröge18-0/+4479
2009-02-23liveadder: Fix build on macosxEdward Hervey1-1/+2
2009-02-23camerabin: Add aspect ratio capsfilter for view finderLasse Laukkanen2-11/+120
2009-02-23camerabin: Scale incoming frames if their size does not match requested sizeLasse Laukkanen1-20/+71
2009-02-22dccp: Fix "non-void without return value" compilation issue.Edward Hervey1-0/+2
2009-02-22camerabin: Fix compilation on Windows with Visual StudioAndoni Morales2-4/+6
2009-02-21Moved rtpmux from gst-p-farsight to -badOlivier Crête3-15/+13
2009-02-21Re-indent to Gst styleOlivier Crête5-86/+72
2009-02-21[MOVED FROM GST-P-FARSIGHT] Document rtp muxer a bitOlivier Crête1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add signals before stream lock and after unlockingLaurent Glayal2-0/+29
2009-02-21[MOVED FROM GST-P-FARSIGHT] Let ssrc through getcapsOlivier Crête1-4/+5
2009-02-21[MOVED FROM GST-P-FARSIGHT] Rename have_base to have_ts_baseOlivier Crête1-3/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Protect the seqnum with object lock in rtpmuxOlivier Crête2-1/+9
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove unused sink_ts_baseOlivier Crête1-1/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Have getcaps to force the same clockrate on all padsOlivier Crête1-0/+102
2009-02-21[MOVED FROM GST-P-FARSIGHT] Validate RTP data in RTP MuxOlivier Crête1-0/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove unused clock-rate propertyOlivier Crête2-38/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clarify locking in rtpdtmfmuxOlivier Crête1-0/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Missing format parameterLaurent Glayal1-1/+2