summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2012-09-14replace _get_caps_reffed with _get_capsMark Nauwelaerts
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts
2012-09-14ffmpegcolorspace is no moreWim Taymans
2012-09-11uvch264: Make gudev/libusb a hard dependency and remove XU_FIND_UNIT ioctl ↵Youness Alaoui
support Conflicts: sys/uvch264/gstuvch264_src.c
2012-09-11d3dvideosink: port to the new GLib thread APIMark Nauwelaerts
2012-09-10uvch264src: Use generic marshallerOlivier Crête
2012-09-10UVC H264 pluginYouness Alaoui
2012-09-09decklinksink: Fix memory leakDavid Schleef
2012-08-24shm: remove unneeded glib-gen-mak include in MakefileTim-Philipp Müller
No enums or marshallers to be generated here. Should also be gst-glib-gen.mak then.
2012-08-14dvb: More fixups to 1.0Edward Hervey
Not tested yet ! Conflicts: sys/dvb/gstdvbsrc.c
2012-08-14cam: Allow time for CA to initializeEdward Hervey
Some devices take some time to initialize, and until they are they will error out when trying to get information about the CA device.
2012-08-14cam: PMT_REPLY parsingEdward Hervey
Not used yet
2012-08-14dvbbasebin: Switch to use tsparseEdward Hervey
2012-08-14dvbsrc + dvb api buffer property to overcome buffer under readsFabrizio (Misto) Milo
2012-08-07winks: add missing default switch caseAndoni Morales Alastruey
2012-08-07winks: fix typesAndoni Morales Alastruey
2012-08-07winks: fix format warningsAndoni Morales Alastruey
2012-08-07winks: fix unused variables warningsAndoni Morales Alastruey
2012-08-07winks: don't reinitialize MEDIASUBTYPE_I420Andoni Morales Alastruey
2012-08-07winks: define STATIC_KSPROPSETID_Wave_Queued if not definedAndoni Morales Alastruey
2012-08-07winks: integrate build with autotoolsAndoni Morales Alastruey
2012-08-07d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey
Rename the DLL entry point the avoid duplicated symbols in static links.
2012-08-06d3dvideosink: avoid duplicated symbols in static linksAndoni Morales Alastruey
Rename the DLL entry point the avoid duplicated symbols in static links.
2012-07-06update for query api changesWim Taymans
2012-07-05shmsrc: memory corruption when a client disconnects (fixes #679385)Aleix Conchillo Flaque
2012-07-03directsoundsrc: Chain up to the parent class' finalize implementationSebastian Dröge
2012-07-03decklinksink: Better handling of audio outputDavid Schleef
Conflicts: sys/decklink/gstdecklinksink.cpp
2012-07-03decklinksrc: Send newsegment eventsDavid Schleef
2012-07-03decklinksink: Mark element as sink elementDavid Schleef
2012-07-03decklink: use GOnce in type registrationDavid Schleef
2012-06-29sys: make video sinks default to force-aspect-ratio=trueTim-Philipp Müller
2012-06-27fix x-wmv format stringWim Taymans
2012-06-26d3dvideosink: release the offscreen surface before the d3d deviceAndoni Morales Alastruey
The offscreen surface keeps a reference on the d3d device, so if the device is released first we don't see the reference count debug message going to 0 as it should be.
2012-06-26d3dvideosink: clean up elementAndoni Morales Alastruey
Remove old commented code and uneeded extra indentation
2012-06-26d3dvideosink: rework locking for devices lostAndoni Morales Alastruey
2012-06-26d3dvideosink: release and recreate the device in prepare_windowAndoni Morales Alastruey
2012-06-21sys: remove left-over v4l2 dir which has moved to goodTim-Philipp Müller
let's not keep a README around to announce it's moved to -good, that's just clutter.
2012-06-21Correct satellite delivery descriptor parsing.Tony Houghton
Original code to parse satellite delivery descriptors to generate "satellite" structures appeared to be copy & pasted from cable's code without amending for satellite. Also added 8PSK to dvbsrc's enum for modulation. https://bugzilla.gnome.org/show_bug.cgi?id=654485 Conflicts: gst/mpegdemux/gstmpegdesc.h gst/mpegdemux/mpegtspacketizer.c
2012-06-19dvb: Detect more issues with configuration fileEdward Hervey
Report useful errors when: * file is present but empty * requested channel is not present
2012-06-19dvbbasebin: Emit an error when we fail reading the channels fileEdward Hervey
Conflicts: sys/dvb/dvbbasebin.c
2012-06-19dvbsrc: spell-checkFabrizio (Misto) Milo
2012-06-19dvb: better dvsrc polarity infoFabrizio (Misto) Milo
2012-06-15d3dvideosink: don't recreate the d3d device if it already existsAndoni Morales Alastruey
2012-06-15d3dvideosink: don't create new internal windows if we already have oneAndoni Morales Alastruey
2012-05-31dshowdecwrapper: add support for VC1 and fix plugins ranksAndoni Morales Alastruey
2012-05-31dshowdecwrapper: initialize debug properlyAndoni Morales Alastruey
2012-05-31dshowdecwrapper: fix object disposal and finalizationAndoni Morales Alastruey
2012-05-31d3dvideosink: don't flush after a device lostAndoni Morales Alastruey
2012-05-30applemedia: Put the right flags into the right variableSebastian Dröge
2012-05-30configure: Add OBJC specific compiler flagsSebastian Dröge
See bug #643939.