summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2002-09-09this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje1-0/+0
plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
2002-09-07Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller1-0/+0
Original commit message from CVS: Fix license to LGPL and add a file explaining the LGPL license
2002-08-28fix default videosink to be xvideosink not videosinkChristian Schaller1-0/+0
Original commit message from CVS: fix default videosink to be xvideosink not videosink
2002-08-27this should've gone in a long time agoThomas Vander Stichele1-0/+0
Original commit message from CVS: this should've gone in a long time ago
2002-08-13shiny new avifile test macro let's give it a rideThomas Vander Stichele1-0/+0
Original commit message from CVS: shiny new avifile test macro let's give it a ride
2002-08-11demo-mp3.c:26: warning: implicit declaration of function `exit'Steve Baker1-0/+0
Original commit message from CVS: demo-mp3.c:26: warning: implicit declaration of function `exit'
2002-08-09update to 0.4.0-4 debian packagesDavid I. Lehn1-0/+0
Original commit message from CVS: update to 0.4.0-4 debian packages
2002-07-11this was wrongThomas Vander Stichele1-0/+0
Original commit message from CVS: this was wrong
2002-07-09xsharpen video filter from VirtualdubJeremy Simon1-0/+0
Original commit message from CVS: xsharpen video filter from Virtualdub
2002-07-04fix cdparanoia include dir location check.David I. Lehn1-0/+0
Original commit message from CVS: fix cdparanoia include dir location check. fix libdv check to use pkg-config. use libdv cflags.
2002-06-29Fix buffer allocation problem.David Schleef1-0/+0
Original commit message from CVS: Fix buffer allocation problem.
2002-06-13use _or_warn to notify when failing to create elements adding code for ↵Thomas Vander Stichele1-0/+0
colorspace without activating it use _many fun... Original commit message from CVS: use _or_warn to notify when failing to create elements adding code for colorspace without activating it use _many functions for mpeg
2002-05-27various AC_HELP_STRING changesThomas Vander Stichele1-0/+0
Original commit message from CVS: various AC_HELP_STRING changes
2002-05-27no need for feature, it's in common various AC_HELP_STRING changesThomas Vander Stichele1-0/+0
Original commit message from CVS: no need for feature, it's in common various AC_HELP_STRING changes
2002-05-27same changesThomas Vander Stichele1-0/+0
Original commit message from CVS: same changes
2002-05-10Patches by JoshuaRonald S. Bultje1-0/+0
Original commit message from CVS: Patches by Joshua
2002-05-08add common to distDavid I. Lehn1-0/+0
Original commit message from CVS: add common to dist
2002-05-07swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon1-0/+0
Original commit message from CVS: swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-05-01adding new quicktime parser:Artyom Baginski1-0/+0
Original commit message from CVS: adding new quicktime parser: - openquicktime free (hense gst/qtdemux) - no more seeks for parsing -> better for network streams - uses GstByteStream - less memcpy's - long ChangeLog record in pompous style
2002-04-18same fix for pluginsThomas Vander Stichele1-0/+0
Original commit message from CVS: same fix for plugins
2002-04-16Finally we're on to a proper jack setup, with a specialized bin and elements ↵Andy Wingo1-0/+0
that can only go in a jack bin. I had to... Original commit message from CVS: Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to fix the parser first to do this, but to run it, the syntax is like so: gst-launch jackbin.( filesrc ! mad ! jacksink ) But of course it's not fully functional yet. Sigh.
2002-04-12please someone fix the necessary pointer cast for this test to workThomas Vander Stichele1-0/+0
Original commit message from CVS: please someone fix the necessary pointer cast for this test to work
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-0/+0
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-04-10various Wall fixesThomas Vander Stichele1-0/+0
Original commit message from CVS: various Wall fixes
2002-04-06fixed first bunch of compiler warningsBenjamin Otte1-0/+0
Original commit message from CVS: fixed first bunch of compiler warnings
2002-03-21acconfig.h usage deprecatedDavid I. Lehn1-0/+0
Original commit message from CVS: acconfig.h usage deprecated
2002-03-05*sigh* it's not doing anything useful anyway atmThomas Vander Stichele1-0/+0
Original commit message from CVS: *sigh* it's not doing anything useful anyway atm
2002-03-03get up-to-date with the gst_caps_debug api improved capsnego in mad improved ↵Andy Wingo1-0/+0
capsnego in adder improved capsnego in i... Original commit message from CVS: * get up-to-date with the gst_caps_debug api * improved capsnego in mad * improved capsnego in adder * improved capsnego in intfloat plugins * unbroke capsnego in stereomono plugins * fix cothread stack allocation within the main thread in new cothreads
2002-03-02adapt to use new stuffThomas Vander Stichele1-0/+0
Original commit message from CVS: adapt to use new stuff
2002-02-21Uhm, if I'll be fixing errors like this all over just because I'm enabling ↵Thomas Vander Stichele1-0/+0
plugin debug output for the first time, I'... Original commit message from CVS: Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'm in for a world of hurt over the next few hours...
2002-02-16quiet a warning from autoconfAndy Wingo1-0/+0
Original commit message from CVS: quiet a warning from autoconf
2002-02-12it's all about the versioning babyThomas Vander Stichele1-0/+0
Original commit message from CVS: it's all about the versioning baby
2002-02-11release version fixThomas Vander Stichele1-0/+0
Original commit message from CVS: release version fix
2002-02-10fixing aclocalThomas Vander Stichele1-0/+0
Original commit message from CVS: fixing aclocal
2002-02-10syncing with as-versionThomas Vander Stichele1-0/+0
Original commit message from CVS: syncing with as-version
2002-02-10fix mad check, add defaut options properlyAndy Wingo1-0/+0
Original commit message from CVS: fix mad check, add defaut options properly
2002-02-06Added $(AUDIOFILE_CFLAGS)Martin Enlund1-0/+0
Original commit message from CVS: Added $(AUDIOFILE_CFLAGS)
2002-02-06fixing make distcheckThomas Vander Stichele1-0/+0
Original commit message from CVS: fixing make distcheck
2002-02-04fix a error I caused by not seeing the nested commentsChristian Schaller1-0/+0
Original commit message from CVS: fix a error I caused by not seeing the nested comments
2002-02-03Added Goom and icecast to the spec, also fixed jpmeg mmxChristian Schaller1-0/+0
Original commit message from CVS: Added Goom and icecast to the spec, also fixed jpmeg mmx
2002-02-03Added a tarkin encoder/decoder plugin.Wim Taymans1-0/+0
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