summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2003-10-10Make GstMixerTrack a GObject. I also want to make it emit several signals, ↵Ronald S. Bultje5-35/+221
starting work is in here but it's not full... Original commit message from CVS: Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
2003-10-09changing 'channel' to 'track' to avoid naming overlapLeif Johnson2-62/+68
Original commit message from CVS: changing 'channel' to 'track' to avoid naming overlap
2003-10-09adding G_BEGIN and G_END_DECLSLeif Johnson1-0/+4
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
2003-10-09More Andy fixageRonald S. Bultje2-2/+2
Original commit message from CVS: More Andy fixage
2003-10-09Fix more typos in Andy's GstData commitRonald S. Bultje2-2/+2
Original commit message from CVS: Fix more typos in Andy's GstData commit
2003-10-09Trivial fixes for GstBuffer->GstData migrationDavid Schleef2-9/+9
Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
2003-10-09add object and struct paddingDavid Schleef7-4/+28
Original commit message from CVS: add object and struct padding
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo66-199/+245
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-10-08just some code cleanupLeif Johnson2-103/+64
Original commit message from CVS: just some code cleanup
2003-10-08updating some plugin categoriesLeif Johnson1-1/+1
Original commit message from CVS: updating some plugin categories
2003-10-06Using correct spelling for visualizationJulien Moutte1-4/+4
Original commit message from CVS: Using correct spelling for visualization
2003-10-06There was a floating doubt on the way visualization is written. We use 'z' ↵Julien Moutte5-39/+38
everywhere now. Both in gst-player and lib... Original commit message from CVS: There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
2003-10-03Fix typefind function for BBB's new systemDavid Schleef1-2/+6
Original commit message from CVS: Fix typefind function for BBB's new system
2003-10-03update with latest typefind changes, spec should once again work :)Christian Schaller1-3/+3
Original commit message from CVS: update with latest typefind changes, spec should once again work :)
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron2-1/+10
removed broken return from void function in... Original commit message from CVS: Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in navigation.c
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje23-425/+373
been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
2003-09-30Add new element: frame dropper. This element inserts/drops frames to go from ↵Ronald S. Bultje4-2/+330
a certain input framerate to a certain o... Original commit message from CVS: Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
2003-09-30Improve quality of encoding and decoding quite a bitRonald S. Bultje2-9/+12
Original commit message from CVS: Improve quality of encoding and decoding quite a bit
2003-09-30conform to the buffer-frames props entry -- much nicer now...Andy Wingo3-169/+159
Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
2003-09-27update with latest fixesChristian Schaller1-2/+8
Original commit message from CVS: update with latest fixes
2003-09-27make ffmpeg erroring out work:Benjamin Otte2-3/+10
Original commit message from CVS: make ffmpeg erroring out work: - don't built gst-libs/ext/ffmpeg - don't update Tag when cvs command fails
2003-09-27add navigation subdirDavid Schleef1-2/+3
Original commit message from CVS: add navigation subdir
2003-09-27add navigation interfaceDavid Schleef3-0/+167
Original commit message from CVS: add navigation interface
2003-09-27Add navigationDavid Schleef1-0/+1
Original commit message from CVS: Add navigation
2003-09-25sort the list of plugins that are built and don't spit out so much empty linesBenjamin Otte2-2/+4
Original commit message from CVS: sort the list of plugins that are built and don't spit out so much empty lines
2003-09-23Sync'ed files up to nautilus-media/media-info versions, and fixed them for ↵Iain Holmes6-585/+1042
errors and deprecated functions Original commit message from CVS: Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
2003-09-21make sure gtk apps are builtThomas Vander Stichele1-0/+1
Original commit message from CVS: make sure gtk apps are built
2003-09-19add versioning to gst-launch-ext and gst-visualise and add new files to specChristian Schaller2-7/+11
Original commit message from CVS: add versioning to gst-launch-ext and gst-visualise and add new files to spec
2003-09-18version gst-launch command in gst-launch-extChristian Schaller1-0/+1
Original commit message from CVS: version gst-launch command in gst-launch-ext
2003-09-16reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele22-158/+90
Original commit message from CVS: reverting error patch before making a branch.
2003-09-15Changing have_xid to have_video_out to match the new GstVideoSink parent object.Julien Moutte3-62/+93
Original commit message from CVS: Changing have_xid to have_video_out to match the new GstVideoSink parent object. Adding have_vis_size. Fixing gst_play_connect_visualisation
2003-09-15converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte13-78/+131
Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
2003-09-15converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte9-12/+27
Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
2003-09-14add COPYING.LIBChristian Schaller2-1/+482
Original commit message from CVS: add COPYING.LIB
2003-09-14Integrating the GstVideoSink parent classJulien Moutte2-145/+56
Original commit message from CVS: Integrating the GstVideoSink parent class
2003-09-14exerting executive privilegeDavid Schleef1-26/+0
Original commit message from CVS: exerting executive privilege
2003-09-14Adding GstVideoSink object which will be used for video sink's subclassing.Julien Moutte4-2/+578
Original commit message from CVS: Adding GstVideoSink object which will be used for video sink's subclassing.
2003-09-13Change default program suffix to -0.7David Schleef1-0/+4
Original commit message from CVS: Change default program suffix to -0.7
2003-09-13Copyright fix (code=mine)Ronald S. Bultje2-6/+4
Original commit message from CVS: Copyright fix (code=mine)
2003-09-13fix v4l elements as they have been merged into just 2Christian Schaller1-6/+2
Original commit message from CVS: fix v4l elements as they have been merged into just 2
2003-09-13typosRonald S. Bultje1-1/+2
Original commit message from CVS: typos
2003-09-13latest fixes to get everything disting and building like a charmChristian Schaller4-1/+8
Original commit message from CVS: latest fixes to get everything disting and building like a charm
2003-09-13Add missing \David Schleef1-1/+1
Original commit message from CVS: Add missing \
2003-09-13Move all the several v4l/v4l2 plugins in one v4l and one v4l2 pluginRonald S. Bultje6-35/+66
Original commit message from CVS: Move all the several v4l/v4l2 plugins in one v4l and one v4l2 plugin
2003-09-13Interface example: a mixerRonald S. Bultje5-2/+255
Original commit message from CVS: Interface example: a mixer
2003-09-12build and disting fixesChristian Schaller1-12/+6
Original commit message from CVS: build and disting fixes
2003-09-12Add mpegversion(1) to the capsRonald S. Bultje1-0/+1
Original commit message from CVS: Add mpegversion(1) to the caps
2003-09-11Remove all locally-defined optimization flagsDavid Schleef15-64/+15
Original commit message from CVS: Remove all locally-defined optimization flags
2003-09-11Add some stuff to disable bad asm codeDavid Schleef1-16/+101
Original commit message from CVS: Add some stuff to disable bad asm code
2003-09-11Build ffmpeg using automake instead of ffmpeg's (broken) MakefilesDavid Schleef1-0/+154
Original commit message from CVS: Build ffmpeg using automake instead of ffmpeg's (broken) Makefiles