Add docs/fwg to DIST_SUBDIRS
[platform/upstream/gstreamer.git] / gst /
2000-12-30 Wim TaymansFixed autoplugging for avi
2000-12-30 Wim TaymansFixed MPEG2 autoplugging
2000-12-30 Wim TaymansDocs updates: remove sink, src, filter, connection...
2000-12-30 Wim TaymansAdded some INFO in gstelements
2000-12-30 Erik WalthinsenUpdated more files to use INFO.
2000-12-29 Wim TaymansFixed buffer flag handling gstplay used old flag handli...
2000-12-29 Wim TaymansFixed a serious bug in gst_props_new: properties with...
2000-12-29 Erik WalthinsenAdded DEBUG, INFO, and ERROR systems. Very little...
2000-12-29 Erik WalthinsenUpdated copyright notices.
2000-12-29 Erik WalthinsenReparented everything to GstElement, removing GstSrc...
2000-12-28 Erik Walthinsenmissed one file for copyright
2000-12-28 Erik WalthinsenUpdated copyright in all the libgst files.
2000-12-28 Wim TaymansUpdated the API docs.
2000-12-28 Erik Walthinsenremoved some dead pad_pull/push code
2000-12-28 Wim TaymansPending editor changes. fixes for autoplug of elementar...
2000-12-28 Wim TaymansFixes for the new scheduler.
2000-12-27 Erik WalthinsenAdded some cleanup, so create_plan can be called multip...
2000-12-27 Wim TaymansAdded loop_based option
2000-12-27 Erik WalthinsenMostly minor little changes, but two interesting things...
2000-12-27 Erik WalthinsenAdded code to attempt the scheduling of chained cases...
2000-12-26 Erik WalthinsenMore massive changes to the scheduling system. Moved...
2000-12-26 Erik WalthinsenChanged "bin" to "thread" in get_thread_new.
2000-12-25 Wim TaymansLots of editor changes:
2000-12-23 Wim TaymansAdded handoff signals to fakesrc and fakesink
2000-12-22 Wim TaymansFixed a bug in gstbin.c the manager was not detected.
2000-12-22 Wim TaymansImplemented some test cases... they all fail :-(
2000-12-21 Erik WalthinsenSome fixes to the non-chained case, it works in a very...
2000-12-21 Erik WalthinsenFixing two bugs: 1) I had commented out an unlock....
2000-12-20 Erik WalthinsenMassive scheduling changes (again). Not entirely compl...
2000-12-19 Wim TaymansAdded API to dynamically create GstCaps and GstProps
2000-12-19 Wim TaymansAdded the autoplugger. some .dia drawings of the object...
2000-12-19 Wim TaymansCleanup in gsttypes.c: removed the crazy GList of GHash...
2000-12-17 Wim TaymansThe typefind function now returns a GstCaps structure...
2000-12-17 Erik WalthinsenSome minor compilation fixes...
2000-12-16 Wim Taymanssome editor changes= loading of save pipelines (not...
2000-12-16 Erik WalthinsenWARNING: Don't grab this updated unless you're really...
2000-12-15 Wim TaymansMove a step closer to autoplugging. The element selecti...
2000-12-15 Wim TaymansHeader cleanup: try to include as little as possible...
2000-12-14 Wim TaymansSome plugins are adjusted to the new pad template mecha...
2000-12-13 Wim TaymansChanged the GstPadFactory and added the GstPadTemplate.
2000-12-12 Wim TaymansMore Caps changes, this change introduces the padfactor...
2000-12-12 Erik WalthinsenAdded LAME encoder. Wow.
2000-12-11 Erik WalthinsenImplemented the hybrid scheduling system for sources...
2000-12-11 Wim TaymansFirst attempt at rebuilding the type/plugin system
2000-12-09 Erik WalthinsenSnapshot of work-in-progress do deal with out-of-bin...
2000-12-08 Erik WalthinsenMostly debugging changes. What's in CVS seems to work...
2000-12-08 Wim TaymansAdded pullregion in again, it got removed with the...
2000-12-08 Erik WalthinsenAnother big set of changes. Connections are now also...
2000-12-07 Wim Taymansseparated the properties from the capabilities as we...
2000-12-06 Wim TaymansAdded pulregion handling.
2000-12-05 Wim TaymansFixed autoplugging.
2000-12-04 Erik WalthinsenChanged the way things are scheduled, especially source...
2000-12-04 Erik WalthinsenChanges made to the DEBUG system. New header file...
2000-12-04 Erik WalthinsenAdded a check to see if the plugin actually exists...
2000-12-03 Wim TaymansImplemented real Caps checking.
2000-12-03 Wim TaymansAdded multiple types to the pads.
2000-12-03 Erik WalthinsenEnhanced debugging by making DEBUG() print out the...
2000-11-29 Erik WalthinsenRearranged cothread_switch a bit to move all the code...
2000-11-25 Wim TaymansCode Cleanups
2000-11-25 Erik WalthinsenAdded code to force the gsttypes plugin to load before...
2000-11-25 Erik Walthinsenadded the ability to disable pads, not quite complete...
2000-11-24 Erik WalthinsenFixed a dumb mistake: in gst_element_set_loop_function...
2000-11-23 Erik WalthinsenClosed 22145 - gstelement.c: support hotswapping of...
2000-11-23 Erik WalthinsenClosed task 22143 - gstelemnt.c: complete gst_element_c...
2000-11-23 Erik Walthinsengstbin.c: modified so create_plan occurs after the...
2000-11-20 Wim TaymansReworked AC3 decoder. No seeking yet but at least we...
2000-11-11 Wim TaymansDocs updates.
2000-11-06 Wim TaymansAdded seeking to the avi decoder by implementing pull_r...
2000-11-04 Wim TaymansAdded the excellent mpeg2dec decoder. Not 100% optimize...
2000-11-02 Wim TaymansMake sure the Gdk thread lock is not held inside the...
2000-11-01 Wim TaymansSome code cleanup
2000-11-01 Wim TaymansCode cleanup, make it adhere to the Gnome/Gtk+ code...
2000-10-30 Wim TaymansMisc fixes and cleanups
2000-10-25 Wim TaymansMore Docs updates.
2000-10-21 Wim TaymansMPEG2 types added for better autoplugging. MPEG2 works...
2000-10-12 Wim TaymansRemoved the hardcoded pipeline setup is gstplay in...
2000-10-11 Wim TaymansAdded extra Gtk types for better editor properties...
2000-10-09 Wim TaymansFixed a severe timestamp bug in mpeg_play.
2000-10-08 Wim TaymansFixed a bug in the typeloading.
2000-09-27 Wim TaymansLoading and saving of XML pipeline descriptions.
2000-09-24 Wim TaymansCleanups.
2000-09-24 Wim TaymansThe cothreads were not initialized in its thread contex...
2000-09-22 Wim TaymansA first attempt to fix the queues in a cothreaded pipeline.
2000-09-21 Richard BoultonMake libs/idct only build mmx support if available...
2000-09-21 Richard BoultonPatch from Chris Emerson for PPC. cothreads stuff...
2000-09-17 Wim TaymansAdded gst_pipeline_add_sink/src to allow multiple sink...
2000-09-17 Wim TaymansAdded check for vorbis.
2000-09-16 Wim TaymansAdded a quick hack to allow loop based elements to...
2000-09-16 Richard BoultonMore work towards a powerPC port, and towards generic...
2000-09-15 Richard BoultonFix on x86 architectures - was just checking for 386...
2000-09-15 Richard BoultonBegun to add support for non i386 architectures, with...
2000-09-14 Wim TaymansThe vorbis encoder
2000-09-14 Wim TaymansDue to popular demand :-), I added a vorbis decoder.
2000-09-12 Wim TaymansAdded CPU detection.
2000-09-09 Wim TaymansChanges to gstreamer-config to include gtk+ libs manual...
2000-09-07 Wim TaymansFaster and modular getbits implementation.
2000-08-28 Wim TaymansExternalized the plugin information in /etc/gstreamer...
2000-08-22 Wim TaymansMore docs (most of them just empty...)
2000-08-21 Wim TaymansA first (rude) attempt at autoplug.
2000-08-18 Wim TaymansRemoved bad asm call for rdts. Need to fix this...
next