summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2004-03-15Revert again, this time without post-commit reindent hooks to put back the ↵Johan Dahlin
indentation :-) Original commit message from CVS: Revert again, this time without post-commit reindent hooks to put back the indentation :-)
2004-03-15*.h: Revert indentation changes.Johan Dahlin
Original commit message from CVS: * *.h: Revert indentation changes.
2004-03-13gst-indent run on coreThomas Vander Stichele
Original commit message from CVS: gst-indent run on core
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2001-09-18now found in lib/audio/gstaudio.hSteve Baker
Original commit message from CVS: now found in lib/audio/gstaudio.h
2001-08-25changed speed to be loop-based, work with floats as well as gint8 and ↵Andy Wingo
gint16, mono only now though added speed demo a... Original commit message from CVS: * changed speed to be loop-based, work with floats as well as gint8 and gint16, mono only now though * added speed demo app in the test directory. try it, it's really neat. * fixed minor bugs in passthrough and gstaudio.h. don't worry, it does build ;)
2001-08-24defines needed for passthrough and its filterstamped descendants (just speed ↵Andy Wingo
and volume for now) Original commit message from CVS: defines needed for passthrough and its filterstamped descendants (just speed and volume for now)
2001-06-21Removed the winelibs.Wim Taymans
Original commit message from CVS: Removed the winelibs.
2001-05-31Abstract the plugin-srcdir installation idiottest into a separate file, and ↵Richard Boulton
include it from the include Makefile.am, ... Original commit message from CVS: Abstract the plugin-srcdir installation idiottest into a separate file, and include it from the include Makefile.am, to ensure that it gets called at the start of a make install process, not after the whole thing has happened.
2001-05-31Added gstaudio.h to noinst_HEADERS.Wim Taymans
Original commit message from CVS: Added gstaudio.h to noinst_HEADERS.
2001-05-30header file for standard audio stuff for pluginsThomas Vander Stichele
Original commit message from CVS: header file for standard audio stuff for plugins
2001-02-24Remove some unneeded filesWim Taymans
Original commit message from CVS: Remove some unneeded files Added a fix for broken libglade-config in configure.in
2001-02-24Make dist now worksWim Taymans
Original commit message from CVS: Make dist now works
2001-02-24Moved some win32 files around small fixes to wincodecWim Taymans
Original commit message from CVS: Moved some win32 files around small fixes to wincodec
2001-02-24Refreshed the winloader with the latest xmmp code. win32 codecs work again. ↵Wim Taymans
It was a metter of turning of optimisations. Original commit message from CVS: Refreshed the winloader with the latest xmmp code. win32 codecs work again. It was a metter of turning of optimisations.
2001-01-02Massive, massive update of most source files. I went through and cleaned up ↵Erik Walthinsen
all the warnings that I could, which inv... Original commit message from CVS: Massive, massive update of most source files. I went through and cleaned up all the warnings that I could, which involved fixing some of the plugins. The configure.in script was re-arranged and cleaned up so, and a check for libtool 1.3.5 was added to autogen.sh. Added checks for Gtk and GNOME. Some plugins were removed from the list of things to build for various reasons. Added GST_DEBUG_FORCE_DISABLE in gstgetbits, since that's time critical and even an if() from a DEBUG can significantly increase runtimes.
2000-12-31Add files in include to distributions.Richard Boulton
Original commit message from CVS: Add files in include to distributions.
2000-11-04I'm too lazy to comment thisWim Taymans
Original commit message from CVS: *** empty log message ***
2000-08-14Missing WINE header files.Wim Taymans
Original commit message from CVS: Missing WINE header files.
2000-08-14The include files for the windows codec loader. top level configure file.Wim Taymans
Original commit message from CVS: The include files for the windows codec loader. top level configure file.
2000-07-15Added DivX ;-) support by using the wine .dll loader. you must unzip ↵Wim Taymans
binaries.zip from http://divx.euro.ru/binaries.z... Original commit message from CVS: Added DivX ;-) support by using the wine .dll loader. you must unzip binaries.zip from http://divx.euro.ru/binaries.zip into the win32 directory **of the source tree**. Extended and bugfixed thr riff parser to support DivX ;-) Extended the avi parser to support DivX ;-) and MPEG Layer 3. Fixed a bug in mpg123. Sound still is seriously wrong with layer 3. Fixed MPEG2 playback in gstplay. Time indication in gstplay is temporarly broken.
2000-07-12This is the audio/video sync release.Wim Taymans
Original commit message from CVS: This is the audio/video sync release. Changed the mpegvideoparser to parse complete pictures. Added the PTS timestamps to the pictures. Added PTS timestamps to the MPEG audio frames. Made the clock a littlebit better. Gstplay now uses two more threads one for video, one for audio playback. Added the first QoS callbacks for the pads. hopefully fix an mmx compilation problem.
2000-06-04Add a missing ; in the BROKEN_PAND implementation.Richard Boulton
Original commit message from CVS: Add a missing ; in the BROKEN_PAND implementation.
2000-01-31Added general MMX macros.Wim Taymans
Original commit message from CVS: Added general MMX macros.