| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
now found in lib/audio/gstaudio.h
|
|
|
|
|
|
|
|
|
|
| |
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 ;)
|
|
|
|
|
|
|
|
| |
and volume for now)
Original commit message from CVS:
defines needed for passthrough and its filterstamped descendants (just speed and
volume for now)
|
|
|
|
|
| |
Original commit message from CVS:
Removed the winelibs.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Added gstaudio.h to noinst_HEADERS.
|
|
|
|
|
| |
Original commit message from CVS:
header file for standard audio stuff for plugins
|
|
|
|
|
|
| |
Original commit message from CVS:
Remove some unneeded files
Added a fix for broken libglade-config in configure.in
|
|
|
|
|
| |
Original commit message from CVS:
Make dist now works
|
|
|
|
|
|
| |
Original commit message from CVS:
Moved some win32 files around
small fixes to wincodec
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Add files in include to distributions.
|
|
|
|
|
| |
Original commit message from CVS:
*** empty log message ***
|
|
|
|
|
| |
Original commit message from CVS:
Missing WINE header files.
|
|
|
|
|
|
| |
Original commit message from CVS:
The include files for the windows codec loader.
top level configure file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Add a missing ; in the BROKEN_PAND implementation.
|
|
Original commit message from CVS:
Added general MMX macros.
|