Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
commit patch from Nall for riffutil
|
|
Original commit message from CVS:
fix 100982
|
|
Original commit message from CVS:
merge back from release branch
|
|
Original commit message from CVS:
Applied state-saving patch from Leif Johnson
|
|
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
go to READY if there is a gst_element_error
|
|
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
|
|
Original commit message from CVS:
some fixes, suggestion by thaytan to make _get and _set work similar
|
|
Original commit message from CVS:
adding media info
|
|
Original commit message from CVS:
media info lib
|
|
Original commit message from CVS:
muhaha
|
|
Original commit message from CVS:
applied dolphy's patch
|
|
Original commit message from CVS:
adding audio
|
|
Original commit message from CVS:
libgstplay has a new home. it still needs to be packaged though
|
|
Original commit message from CVS:
Add ogg/vorbis support for avi files
|
|
Original commit message from CVS:
a no-brainer addition
|
|
defaults library (gstgconf) can be used by...
Original commit message from CVS:
added functions gst_gconf_get_default_{audio,video}_sink -- this is so the
defaults library (gstgconf) can be used by applications with uninstalled gstreamer
(ie, no gconf keys). More specifically, these functions enable the player to
work uninstalled, which is a good thing (tm).
|
|
Original commit message from CVS:
build as a lib not a plugin
|
|
Original commit message from CVS:
%f is double
|
|
Original commit message from CVS:
This adds a generic video functions library
|
|
Original commit message from CVS:
Add config.h, since we use HAVE_CPU_PPC
|
|
Original commit message from CVS:
const fixes
|
|
Original commit message from CVS:
remove some debugging. it works already
|
|
Original commit message from CVS:
some simple fixes and additions
|
|
Original commit message from CVS:
oops, longtime pending fix
|
|
Original commit message from CVS:
one bin is enough
|
|
Original commit message from CVS:
this is neater
|
|
Original commit message from CVS:
more of these
|
|
Original commit message from CVS:
more useful info
|
|
Original commit message from CVS:
avoid division by zero and add warning
|
|
Original commit message from CVS:
small fixes
|
|
Original commit message from CVS:
parse to BIN dumbass
|
|
Original commit message from CVS:
api changes and render/ghost functions
|
|
Original commit message from CVS:
merge from release branch
|
|
Original commit message from CVS:
Fix warning
|
|
Original commit message from CVS:
gconf stuff
|
|
Original commit message from CVS:
Fix buffer allocation problem.
|
|
Original commit message from CVS:
header relocation
|
|
Original commit message from CVS:
* add float support to resampling lib
* clean up header file
|
|
Original commit message from CVS:
floatcast has no lib, it's just headers
|
|
Original commit message from CVS:
assimilated.
|
|
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
|
|
if available and a pure c rounding macro...
Original commit message from CVS:
adds functions gst_cast_float and gst_cast_double. Will use lrint and lrintf if available and a pure c rounding macro if not.
This is where optimised asm alternatives can be placed - omega, this means you!
However you have to prove that your asm version is faster than lrintf ;)
|
|
installed. I would appreciate help on how ...
Original commit message from CVS:
currently this creates an empty shared library, just so the header can be installed. I would appreciate help on how to do this properly with automake.
|
|
Original commit message from CVS:
add dir for floatcast header
|
|
function collision in avifile dir
Original commit message from CVS:
* spec fixes
* gst-launch-ext additions
* trying to fix up ieeetest but failed
* function collision in avifile dir
|
|
Original commit message from CVS:
comment them out
|
|
Original commit message from CVS:
please someone fix the necessary pointer cast for this test to work
|
|
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|