| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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:
Reworked the DV decoder.
- make it do RGB or YUV output using caps negotiation
- use bytestream to read data.
- autodetect PAL/NTSC
|
|
|
|
|
| |
Original commit message from CVS:
be less verbose
|
|
|
|
|
| |
Original commit message from CVS:
bunch of deletions
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Set the typefind plugin to READY so that it can do capsnego.
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Removed unused properties
|
|
|
|
|
| |
Original commit message from CVS:
Don't push empty buffers
|
|
|
|
|
| |
Original commit message from CVS:
Ignore junk after the stream
|
|
|
|
|
| |
Original commit message from CVS:
more // fixage
|
|
|
|
|
| |
Original commit message from CVS:
A new batch of // fixes
|
|
|
|
|
| |
Original commit message from CVS:
Ok a new batch of // to /* */ fixes commited
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Missing l in libcdxa
|
|
|
|
|
| |
Original commit message from CVS:
typo killed
|
|
|
|
|
| |
Original commit message from CVS:
Adding Wim's cdxa parsers and Ronalds jpegmmx
|
|
|
|
|
| |
Original commit message from CVS:
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
If not found then checks for mpeg2dec in /usr/X11R6/lib.
This macro is needed because mpeg2dec depends on X11R6 libraries
and as FHS states, it should be placed in /usr/X11R6 tree but
some distros do not care and put mpeg2dec into /usr/lib.
It depends on CHECK_LIBHEADER macro.
|
|
|
|
|
|
|
|
|
| |
difference between them is that you can speci...
Original commit message from CVS:
- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER
the main difference between them is that you can specify cpp flags with
CHECK_LIBHEADER
|
|
|
|
|
| |
Original commit message from CVS:
- plugins are built without versioning info
|
|
|
|
|
| |
Original commit message from CVS:
- plugins are built without versioning info
|
|
|
|
|
| |
Original commit message from CVS:
- fixed macro signature description
|
|
|
|
|
| |
Original commit message from CVS:
Added support for the VCD RIFF/CDXA format.
|
|
|
|
|
| |
Original commit message from CVS:
mjpegtools stuff
|
|
|
|
|
| |
Original commit message from CVS:
mjpegtools dir
|
|
|
|
|
| |
Original commit message from CVS:
cosmetics
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
everything is done using a USE_ conditional...
Original commit message from CVS:
please don't try to change what is going to be build in Makefile.am files
everything is done using a USE_ conditional, so set it to no in
configure.ac if you don't want it. This one is a good example.
Don't know if qcam needs nasm though : is checking for nasm a check for
what hardware platform ? If so we need to change this.
In any case, let's not "fix" "problems" like this because this is how
cruft comes in. Keep it in a local tree and bring it up so we can fix it
right ;)
|
|
|
|
|
| |
Original commit message from CVS:
reverting hadess's patch
|
|
|
|
|
| |
Original commit message from CVS:
jpegmmx addition and some small changes
|
|
|
|
|
| |
Original commit message from CVS:
- make the qcam plugin build only only platforms using NASM, ie. x86
|
|
|
|
|
| |
Original commit message from CVS:
added jpeg_mmx check
|
|
|
|
|
| |
Original commit message from CVS:
Make the video/avi caps for RIFF/AVI a bit more specific.
|
|
|
|
|
|
|
|
|
| |
the phone talking to hardware vendors and...
Original commit message from CVS:
... and cvs commits should not be allowed for people who spent six hours
on the phone talking to hardware vendors and struggling with failing raid
systems
|
|
|
|
|
|
|
|
| |
and we don't point it in the right directi...
Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?
|
|
|
|
|
| |
Original commit message from CVS:
Somewhat handle events too.
|
|
|
|
|
| |
Original commit message from CVS:
Fixed a serious parsing bug in avidemux
|
|
|
|
|
| |
Original commit message from CVS:
unrevert taaz's 0.3.1 patch
|
|
|
|
|
| |
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
|
|
|
|
|
|
| |
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
|
|
|
|
|
| |
Original commit message from CVS:
* add glib.m4
|
|
|
|
|
|
|
| |
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
|