summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Collapse)AuthorAgeFilesLines
* 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