summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
Commit message (Collapse)AuthorAgeFilesLines
* fix multiline stringAndy Wingo2002-07-041-2/+2
| | | | | Original commit message from CVS: fix multiline string
* Separate the movi processing loop from the index/entry parsing loopWim Taymans2002-06-181-15/+55
| | | | | | Original commit message from CVS: Separate the movi processing loop from the index/entry parsing loop Detect when the index starts from 0 or from the movi chunck offset
* Hint bytestream about optimal size sync fixes for VBR streamsWim Taymans2002-06-141-9/+24
| | | | | | Original commit message from CVS: Hint bytestream about optimal size sync fixes for VBR streams
* Ignore bogus index entriesWim Taymans2002-06-131-3/+11
| | | | | | Original commit message from CVS: Ignore bogus index entries Assume all audio frames are keyframes
* Fix sync on avidemuxWim Taymans2002-06-091-9/+14
| | | | | Original commit message from CVS: Fix sync on avidemux
* Some cleanups, add convert functionsWim Taymans2002-06-021-25/+87
| | | | | Original commit message from CVS: Some cleanups, add convert functions
* 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-311-0/+1
| | | | | | | 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-261-165/+462
| | | | | | | | | 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-201-3/+3
| | | | | | | | | | | 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-111-16/+16
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* Changed to the new props APIWim Taymans2002-03-301-2/+3
| | | | | | 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-241-9/+9
| | | | | | | | 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
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | 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.
* Make sure we use proper properties to define the different AVI types.Wim Taymans2002-03-061-2/+2
| | | | | Original commit message from CVS: Make sure we use proper properties to define the different AVI types.
* 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-041-5/+9
| | | | | | | | | 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
* Small fixesRonald S. Bultje2002-02-041-2/+2
| | | | | Original commit message from CVS: Small fixes
* Assorted fixes.Wim Taymans2002-02-031-36/+86
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* Fixes AVI playback - dohRonald S. Bultje2002-02-031-4/+9
| | | | | Original commit message from CVS: Fixes AVI playback - doh
* Various fixesRonald S. Bultje2002-01-311-14/+141
| | | | | Original commit message from CVS: Various fixes
* 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-191-9/+9
| | | | | Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
* Make the video/avi caps for RIFF/AVI a bit more specific.Wim Taymans2002-01-161-2/+4
| | | | | 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-131-16/+16
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* 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.
* First attempt at fixing avidemuxWim Taymans2001-12-231-18/+36
| | | | | Original commit message from CVS: First attempt at fixing avidemux
* Initial revisionAndy Wingo2001-12-221-0/+757
Original commit message from CVS: Initial revision