summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | 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.
* now found in lib/audio/gstaudio.hSteve Baker2001-09-182-86/+1
| | | | | Original commit message from CVS: now found in lib/audio/gstaudio.h
* changed speed to be loop-based, work with floats as well as gint8 and ↵Andy Wingo2001-08-251-4/+4
| | | | | | | | | | 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 ;)
* defines needed for passthrough and its filterstamped descendants (just speed ↵Andy Wingo2001-08-241-4/+50
| | | | | | | | and volume for now) Original commit message from CVS: defines needed for passthrough and its filterstamped descendants (just speed and volume for now)
* Removed the winelibs.Wim Taymans2001-06-2130-13154/+0
| | | | | Original commit message from CVS: Removed the winelibs.
* Abstract the plugin-srcdir installation idiottest into a separate file, and ↵Richard Boulton2001-05-311-0/+4
| | | | | | | | | | 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.
* Added gstaudio.h to noinst_HEADERS.Wim Taymans2001-05-311-1/+2
| | | | | Original commit message from CVS: Added gstaudio.h to noinst_HEADERS.
* header file for standard audio stuff for pluginsThomas Vander Stichele2001-05-301-0/+38
| | | | | Original commit message from CVS: header file for standard audio stuff for plugins
* Remove some unneeded filesWim Taymans2001-02-241-15/+0
| | | | | | Original commit message from CVS: Remove some unneeded files Added a fix for broken libglade-config in configure.in
* Make dist now worksWim Taymans2001-02-241-3/+0
| | | | | Original commit message from CVS: Make dist now works
* Moved some win32 files around small fixes to wincodecWim Taymans2001-02-242-267/+0
| | | | | | Original commit message from CVS: Moved some win32 files around small fixes to wincodec
* Refreshed the winloader with the latest xmmp code. win32 codecs work again. ↵Wim Taymans2001-02-241-1/+1
| | | | | | | | 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.
* Massive, massive update of most source files. I went through and cleaned up ↵Erik Walthinsen2001-01-021-3/+3
| | | | | | | | | | | | | | | | 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.
* Add files in include to distributions.Richard Boulton2000-12-312-0/+36
| | | | | Original commit message from CVS: Add files in include to distributions.
* I'm too lazy to comment thisWim Taymans2000-11-041-0/+993
| | | | | Original commit message from CVS: *** empty log message ***
* Missing WINE header files.Wim Taymans2000-08-144-0/+1347
| | | | | Original commit message from CVS: Missing WINE header files.
* The include files for the windows codec loader. top level configure file.Wim Taymans2000-08-145-94/+41
| | | | | | Original commit message from CVS: The include files for the windows codec loader. top level configure file.
* Added DivX ;-) support by using the wine .dll loader. you must unzip ↵Wim Taymans2000-07-1528-0/+12119
| | | | | | | | | | | | | | 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.
* This is the audio/video sync release.Wim Taymans2000-07-121-4/+4
| | | | | | | | | | | | 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.
* Add a missing ; in the BROKEN_PAND implementation.Richard Boulton2000-06-041-1/+1
| | | | | Original commit message from CVS: Add a missing ; in the BROKEN_PAND implementation.
* Added general MMX macros.Wim Taymans2000-01-311-0/+725
Original commit message from CVS: Added general MMX macros.