summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-06-11Fix 114948 - adds some autotools magic that makes sure that we only make ↵Ronald S. Bultje1-2/+2
install ffmpeg if its actually there Original commit message from CVS: Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
2003-06-11Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVSDavid Schleef1-3/+6
Original commit message from CVS: Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
2003-06-10Complete rewrite. Not finished, nothing to see here.David Schleef2-570/+1249
Original commit message from CVS: Complete rewrite. Not finished, nothing to see here.
2003-06-07warn on state change failuresThomas Vander Stichele1-6/+12
Original commit message from CVS: warn on state change failures
2003-06-07Remove NEW_MEDIA from pluginsRonald S. Bultje3-3/+0
Original commit message from CVS: Remove NEW_MEDIA from plugins
2003-06-06Make sure buffer is long enough in type_find. Attempt to fix #114580David Schleef1-0/+4
Original commit message from CVS: Make sure buffer is long enough in type_find. Attempt to fix #114580
2003-06-05g_warning -> GST_DEBUGThomas Vander Stichele1-1/+1
Original commit message from CVS: g_warning -> GST_DEBUG
2003-06-01Add ranking to divx/xvid pluginsRonald S. Bultje2-0/+4
Original commit message from CVS: Add ranking to divx/xvid plugins
2003-06-01Make these compile with both solaris as well as lunix-based stuffiesRonald S. Bultje1-1/+2
Original commit message from CVS: Make these compile with both solaris as well as lunix-based stuffies
2003-06-01Somewhat improve error reportingRonald S. Bultje5-42/+62
Original commit message from CVS: Somewhat improve error reporting
2003-06-01This fixes a segfault on exitRonald S. Bultje1-2/+2
Original commit message from CVS: This fixes a segfault on exit
2003-06-01Fixing error message when a plugin is missing (gst-player -> libgstplay).Julien Moutte1-6/+5
Original commit message from CVS: Fixing error message when a plugin is missing (gst-player -> libgstplay). Pipeline state change on error is now done directly in error callback, there's still something weird with oss /dev/dsp ressource busy error.
2003-05-31CPPFLAGS -> CXXFLAGSJeremy Simon1-1/+1
Original commit message from CVS: CPPFLAGS -> CXXFLAGS
2003-05-30Error handling is inside and works :)Julien Moutte3-118/+22
Original commit message from CVS: Error handling is inside and works :) Mutexes have been removed. That should fix UI responsiveness problems on query_length. Please heavily test to check if they were really needed. Some fixes in GClosures
2003-05-30Hm, let's not quit on these since the divx libs seem totally hosedRonald S. Bultje2-2/+0
Original commit message from CVS: Hm, let's not quit on these since the divx libs seem totally hosed
2003-05-30Update plugins to newest divx.com release API (5.2) (why aren't these libs ↵Ronald S. Bultje5-150/+277
API stable?!?) Original commit message from CVS: Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
2003-05-30pkgconfig checks for mad, audiofile, fix for mcopidlThomas Vander Stichele1-12/+21
Original commit message from CVS: pkgconfig checks for mad, audiofile, fix for mcopidl
2003-05-29Use new ffmpeg revisionRonald S. Bultje3-48/+25
Original commit message from CVS: Use new ffmpeg revision
2003-05-29don't warn on recoverable problemsThomas Vander Stichele1-7/+7
Original commit message from CVS: don't warn on recoverable problems
2003-05-29I'm too lazy to comment thisRonald S. Bultje16-511/+2934
Original commit message from CVS: New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
2003-05-28I'm too lazy to comment thisThomas Vander Stichele2-1/+1
Original commit message from CVS: *** empty log message ***
2003-05-24- some of my pending cleanupsWim Taymans1-252/+277
Original commit message from CVS: - some of my pending cleanups
2003-05-24- removed UNITSWim Taymans1-2/+1
Original commit message from CVS: - removed UNITS
2003-05-24- UNITS -> DEFAULTWim Taymans1-7/+1
Original commit message from CVS: - UNITS -> DEFAULT
2003-05-24UNITS -> DEFAULTWim Taymans4-47/+15
Original commit message from CVS: UNITS -> DEFAULT
2003-05-24- UNITS -> DEFAULTWim Taymans1-13/+6
Original commit message from CVS: - UNITS -> DEFAULT - small seek updates
2003-05-24removed UNITSWim Taymans2-2/+0
Original commit message from CVS: removed UNITS
2003-05-24better state change/link functionWim Taymans1-7/+17
Original commit message from CVS: better state change/link function
2003-05-22fix Makefiles for C++ libraries. They should now work with Forte. This needs ↵Benjamin Otte2-16/+3
a new libtool, update autogen.sh to refl... Original commit message from CVS: fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-05-22remove '__inline' stuff and take normal 'inline' insteadBenjamin Otte1-6/+2
Original commit message from CVS: remove '__inline' stuff and take normal 'inline' instead
2003-05-22Forte is more picky about how the pow() and log() functions are called.Brian Cameron2-3/+3
Original commit message from CVS: Forte is more picky about how the pow() and log() functions are called.
2003-05-22Actually, I didn't read the spec correctly. dohRonald S. Bultje1-16/+2
Original commit message from CVS: Actually, I didn't read the spec correctly. doh
2003-05-22Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?Ronald S. Bultje1-1/+6
Original commit message from CVS: Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
2003-05-22Corrected modplug and monkeyaudio to build with non-gcc compilers.Brian Cameron2-4/+7
Original commit message from CVS: Corrected modplug and monkeyaudio to build with non-gcc compilers.
2003-05-22Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were ↵Brian Cameron1-2/+2
causing non-gcc compilers to break. Original commit message from CVS: Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
2003-05-22change required to build on solaris.Brian Cameron1-1/+1
Original commit message from CVS: change required to build on solaris.
2003-05-22Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ↵Brian Cameron1-6/+6
typeof(), since typeof() is a gcc-extensio... Original commit message from CVS: Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extension and does not work with other compilers. This is okay since every place these macros are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect that it is not so generic.
2003-05-22This ISO_VARARGS macro is more consistant with the others.Brian Cameron1-1/+1
Original commit message from CVS: This ISO_VARARGS macro is more consistant with the others.
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron4-11/+42
that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron16-17/+39
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2003-05-21Links also against libgstcontrolDavid Schleef1-1/+1
Original commit message from CVS: Links also against libgstcontrol
2003-05-21Some final fixes for the v4lsrc elements. remove software sync thread (use ↵Ronald S. Bultje4-46/+218
GST_ELEMENT_THREAD_SUGGESTED instead) make... Original commit message from CVS: Some final fixes for the v4lsrc elements. * remove software sync thread (use GST_ELEMENT_THREAD_SUGGESTED instead) * make all src elements threadsafe * fix num_buffer argument setting in v4l2src (VIDIOC_S_PARM) * re-add bufsize (RO) for v4lmjpegsrc * fix the A/V sync calculation in all elements (spvf=GST_SECOND/fps, not GST_SECOND*fps) * probably some more crap.... With all this, it actually works quite well. The TODO files describes the next steps in order to make a full-featured video recorder based on these elements and GStreamer (bottom). Making a simple recorder should be fairly easy now, btw.
2003-05-19remove creation of makefile in nonexistent (sys/x11) directoryDavid Schleef1-1/+0
Original commit message from CVS: remove creation of makefile in nonexistent (sys/x11) directory
2003-05-19update libflac checkJeremy Simon2-1/+2
Original commit message from CVS: update libflac check
2003-05-12make error signal use the right typesBenjamin Otte1-1/+1
Original commit message from CVS: make error signal use the right types
2003-05-12uh, maybe putting new signals before LAST_SIGNAL might help against memory ↵Benjamin Otte1-1/+2
corruption? Original commit message from CVS: uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
2003-05-12fixes 107967Thomas Vander Stichele1-3/+4
Original commit message from CVS: fixes 107967
2003-05-12Some bugfixes:Christian Schaller3-19/+19
Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
2003-05-10This implements filtered-caps negotiation for all the v4l*src elements, and ↵Ronald S. Bultje4-376/+368
removes the accompanying properties since... Original commit message from CVS: This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since they're no longer needed
2003-05-09remove bashismsDavid Schleef1-2/+2
Original commit message from CVS: remove bashisms