Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
various fixes
|
|
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
|
|
Original commit message from CVS:
// to /* */ fixes
|
|
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
|
|
Original commit message from CVS:
fix small typo from earlier SPEC fix commits
|
|
rpms on this. Probably room for more groupin...
Original commit message from CVS:
Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more grouping but I don't have the knowledge to know what plugins belong in what category of the remaining
|
|
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
|
|
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.
I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)
test with:
./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }
./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
|
|
Original commit message from CVS:
added back goom to configure.ac after syncing with release
|
|
were in the local copy that the dist was mad...
Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release. These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them). I will retag
these files with the proper release tag as soon as they're committed.
|
|
ppc :)
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
|
|
Original commit message from CVS:
Faster RGB to YUV conversion
|
|
Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime
|
|
Original commit message from CVS:
updates for release
|
|
Original commit message from CVS:
sigh
|
|
Original commit message from CVS:
fixing an error
|
|
Original commit message from CVS:
Cleanups
|
|
Original commit message from CVS:
Compile fix.
|
|
Original commit message from CVS:
Small fixes
|
|
for me
Original commit message from CVS:
Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me
|
|
Original commit message from CVS:
upped prerelease number
|
|
Original commit message from CVS:
adding rel notes
|
|
Original commit message from CVS:
release notes
|
|
Original commit message from CVS:
Various fixes
|
|
Original commit message from CVS:
Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
|
|
Original commit message from CVS:
update libxml and gnome-vfs to libxml2 and gnome-vfs2
|
|
Original commit message from CVS:
- plugins are built without versioning info
|
|
Original commit message from CVS:
prerelease
|
|
Original commit message from CVS:
- use aclocal -I option instead of cat
|
|
prefix/include/lame.h so I fixed stuff accord...
Original commit message from CVS:
I checked lame packages and source code and they seem to want lame.h in
prefix/include/lame.h
so I fixed stuff accordingly.
Do any systems have lame in include/lame/lame.h ?
If so, mail me and we'll work it out.
|
|
Original commit message from CVS:
cvs versioning
|
|
Original commit message from CVS:
fixing spec
|
|
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
|
|
Original commit message from CVS:
added pkg.m4 in plugins/
|
|
Original commit message from CVS:
be less verbose
|
|
Original commit message from CVS:
bunch of deletions
|
|
Original commit message from CVS:
Updated to work with the new capsnego stuff.
|
|
Original commit message from CVS:
Updated passthrough to work with new caps nego stuff.
|
|
in using a loop function for configurati...
Original commit message from CVS:
Updated ladspa to work with the new caps nego stuff. Also updated it to work in
any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop
function for configurations other than M == N == 1 or M == 0.
|
|
to work with the new caps nego changes.
Original commit message from CVS:
Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to
work with the new caps nego changes.
Updated adder to work with float data, now uses bytestreams.
Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and
N > 0. Also updated ladspa to work as a loop-based element using bytestreams for
MxN configurations other than M == N == 1 or M == 0.
|
|
Original commit message from CVS:
Return donw when we changed the caps in the connect function.
|
|
Original commit message from CVS:
- added gob example plugin
|
|
Original commit message from CVS:
Drop the bytstream correctly.
|
|
Original commit message from CVS:
Small cleanups, break the loop if the buffer is null
|
|
fixed automatically
Original commit message from CVS:
temporary commit of some // fixage, these files are crazy probably should be fixed automatically
|
|
Original commit message from CVS:
minor fixes
|
|
distributed with mpeg2dec depends on X11 l...
Original commit message from CVS:
- my mistake... mpeg2dec libs does not depend on X11 libraries
(vo library distributed with mpeg2dec depends on X11 libs).
Add configure option so user can specify where mpeg2dec library
is installed. This way we do not guess where is mpeg2dec.
If it is not in standard location (prefix==/usr), then leave it
to the user.
Changes inspired by AM_PATH_LIBMIKMOD.
|
|
Original commit message from CVS:
Fixed two off by one bugs in the delta decoding code.
|
|
Original commit message from CVS:
Fix the "64 colors flx too dark" bug.
|
|
Original commit message from CVS:
Adding missing libgstmpeg2types file
fixing openquicktime depenency
|