summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Collapse)AuthorAgeFilesLines
...
* UNITS fixesThomas Vander Stichele2002-06-021-3/+3
| | | | | Original commit message from CVS: UNITS fixes
* Remove media specific seeking type in favour of unit. xvimage compile fix.Wim Taymans2002-06-021-17/+5
| | | | | | Original commit message from CVS: Remove media specific seeking type in favour of unit. xvimage compile fix.
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-312-0/+2
| | | | | | | file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
* Implement an element event handler.Wim Taymans2002-05-301-0/+23
| | | | | Original commit message from CVS: Implement an element event handler.
* - Changed plugins for new APIsWim Taymans2002-05-263-214/+532
| | | | | | | | | Original commit message from CVS: - Changed plugins for new APIs - modularized audiofile. - added seeking, query and convert functions for mad, mpeg2dec, avidemux, mpegdemux, mpegparse - sync updates to oss. removed the ossclock for now
* use new bytestream api. please test if you care about this pluginSteve Baker2002-05-151-17/+27
| | | | | Original commit message from CVS: use new bytestream api. please test if you care about this plugin
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-205-458/+7
| | | | | | | | | | | details->klass reorganizations an element br... Original commit message from CVS: * a hack to work around intltool's brokenness * a current check for mpeg2dec * details->klass reorganizations * an element browser that uses details->klass * separated cdxa parse out from the avi directory
* Fix the padtemplate names.Wim Taymans2002-04-141-2/+2
| | | | | Original commit message from CVS: Fix the padtemplate names.
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-115-45/+45
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* fixed first bunch of compiler warningsBenjamin Otte2002-04-063-8/+8
| | | | | Original commit message from CVS: fixed first bunch of compiler warnings
* Changed to the new props APIWim Taymans2002-03-302-35/+58
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-246-16/+16
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-205-5/+5
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-192-6/+6
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-191-4/+4
| | | | | | | | | | variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
* Make sure we use proper properties to define the different AVI types.Wim Taymans2002-03-062-3/+3
| | | | | Original commit message from CVS: Make sure we use proper properties to define the different AVI types.
* Bugfix - it now actually works (I think)Ronald S. Bultje2002-03-061-6/+3
| | | | | Original commit message from CVS: Bugfix - it now actually works (I think)
* paramspec type fix, make the source pads GST_PAD_SOMETIMESAndy Wingo2002-03-061-4/+4
| | | | | Original commit message from CVS: paramspec type fix, make the source pads GST_PAD_SOMETIMES
* update to the g_object_notify() way of sending the app information this is ↵Andy Wingo2002-03-042-5/+11
| | | | | | | | | untested, but should work Original commit message from CVS: update to the g_object_notify() way of sending the app information this is untested, but should work
* Get rid of a warningRonald S. Bultje2002-02-231-1/+1
| | | | | Original commit message from CVS: Get rid of a warning
* Small updates to avimux and the v4l plugins for usability in generalRonald S. Bultje2002-02-202-6/+16
| | | | | Original commit message from CVS: Small updates to avimux and the v4l plugins for usability in general
* It should now basically work - fps calculations are still on the TODO listRonald S. Bultje2002-02-041-140/+170
| | | | | Original commit message from CVS: It should now basically work - fps calculations are still on the TODO list
* Small fixesRonald S. Bultje2002-02-041-2/+2
| | | | | Original commit message from CVS: Small fixes
* Assorted fixes.Wim Taymans2002-02-033-36/+458
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* We dont need these anymore, avidemux handles it all internallyRonald S. Bultje2002-02-034-831/+0
| | | | | Original commit message from CVS: We dont need these anymore, avidemux handles it all internally
* We dont need avidecoder and avitypes anymoreRonald S. Bultje2002-02-031-11/+10
| | | | | Original commit message from CVS: We dont need avidecoder and avitypes anymore
* Some small adjustments for for better open-a-new-file handlingRonald S. Bultje2002-02-032-2/+7
| | | | | Original commit message from CVS: Some small adjustments for for better open-a-new-file handling
* Fixes AVI playback - dohRonald S. Bultje2002-02-031-4/+9
| | | | | Original commit message from CVS: Fixes AVI playback - doh
* WARNING: avimux is still broken, but less broken than it used to be... Code ↵Ronald S. Bultje2002-02-022-142/+846
| | | | | | | is under heavy development and will work ... Original commit message from CVS: WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work sooner or later... Uploaded for generic development and testing purposes, not intended for generic use whatsoever
* Various fixesRonald S. Bultje2002-01-311-14/+141
| | | | | Original commit message from CVS: Various fixes
* Set the typefind plugin to READY so that it can do capsnego.Wim Taymans2002-01-201-0/+2
| | | | | Original commit message from CVS: Set the typefind plugin to READY so that it can do capsnego.
* Removed unused propertiesWim Taymans2002-01-191-13/+0
| | | | | Original commit message from CVS: Removed unused properties
* Don't push empty buffersWim Taymans2002-01-191-28/+23
| | | | | Original commit message from CVS: Don't push empty buffers
* Ignore junk after the streamWim Taymans2002-01-191-2/+6
| | | | | Original commit message from CVS: Ignore junk after the stream
* Ok a new batch of // to /* */ fixes commitedChristian Schaller2002-01-197-29/+29
| | | | | Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
* - plugins are built without versioning infoWrobell2002-01-181-0/+11
| | | | | Original commit message from CVS: - plugins are built without versioning info
* Added support for the VCD RIFF/CDXA format.Wim Taymans2002-01-173-2/+464
| | | | | Original commit message from CVS: Added support for the VCD RIFF/CDXA format.
* Make the video/avi caps for RIFF/AVI a bit more specific.Wim Taymans2002-01-162-4/+8
| | | | | Original commit message from CVS: Make the video/avi caps for RIFF/AVI a bit more specific.
* Somewhat handle events too.Wim Taymans2002-01-151-18/+19
| | | | | Original commit message from CVS: Somewhat handle events too.
* Fixed a serious parsing bug in avidemuxWim Taymans2002-01-151-19/+21
| | | | | Original commit message from CVS: Fixed a serious parsing bug in avidemux
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-135-40/+42
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn2002-01-121-2/+7
| | | | | | | Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
* Fixed some pluginsWim Taymans2001-12-281-2/+2
| | | | | Original commit message from CVS: Fixed some plugins
* Insert a yield operation.Wim Taymans2001-12-241-0/+4
| | | | | Original commit message from CVS: Insert a yield operation.
* Keep different counters for audio and video.Wim Taymans2001-12-232-3/+7
| | | | | Original commit message from CVS: Keep different counters for audio and video.
* First attempt at fixing avidemuxWim Taymans2001-12-231-18/+36
| | | | | Original commit message from CVS: First attempt at fixing avidemux
* made changes everywhere to accomodate for the headers being in ↵Thomas Vander Stichele2001-12-233-4/+4
| | | | | | | | | | <gst/(lib)/...> we'll need to conclude this fast becau... Original commit message from CVS: made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything and I can't do it right now because I disabled all of the plugins here ;)
* on dasher, on dancer, on donner, on fixen!Andy Wingo2001-12-231-11/+0
| | | | | Original commit message from CVS: on dasher, on dancer, on donner, on fixen!
* Initial revisionAndy Wingo2001-12-2215-0/+2720
Original commit message from CVS: Initial revision