summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-081-2/+2
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* Add ogg/vorbis support for avi filesRonald S. Bultje2002-10-271-0/+10
| | | | | Original commit message from CVS: Add ogg/vorbis support for avi files
* avi needs 4 byte paddingRonald S. Bultje2002-10-241-7/+47
| | | | | Original commit message from CVS: avi needs 4 byte padding
* Make it loopbased and use only one video and one audio pad. framerate is ↵Ronald S. Bultje2002-10-231-139/+214
| | | | | | | also no longer a property but is requested f... Original commit message from CVS: Make it loopbased and use only one video and one audio pad. framerate is also no longer a property but is requested from the source pad
* With these changes, the generated AVI has a valid index and can thus be read ↵Ronald S. Bultje2002-09-191-11/+25
| | | | | | | by players Original commit message from CVS: With these changes, the generated AVI has a valid index and can thus be read by players
* License fixRonald S. Bultje2002-09-191-0/+1
| | | | | Original commit message from CVS: License fix
* This fixes some problems when recording AVI files with gstrecRonald S. Bultje2002-09-191-19/+71
| | | | | Original commit message from CVS: This fixes some problems when recording AVI files with gstrec
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
| | | | | Original commit message from CVS: plugins part of license field patch
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-091-4/+2
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* - added eventmask/query/format functionsWim Taymans2002-07-241-0/+12
| | | | | | Original commit message from CVS: - added eventmask/query/format functions - some cleanups
* merge from release branchThomas Vander Stichele2002-07-091-30/+25
| | | | | Original commit message from CVS: merge from release branch
* - Changed plugins for new APIsWim Taymans2002-05-261-11/+21
| | | | | | | | | 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
* a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo2002-04-201-2/+2
| | | | | | | | | | | 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
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-10/+10
| | | | | | | | | | | 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-061-1/+3
| | | | | Original commit message from CVS: fixed first bunch of compiler warnings
* Changed to the new props APIWim Taymans2002-03-301-33/+55
| | | | | | 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-1/+1
| | | | | | | | 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
* 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)
* 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-201-4/+15
| | | | | 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
* Some small adjustments for for better open-a-new-file handlingRonald S. Bultje2002-02-031-2/+6
| | | | | Original commit message from CVS: Some small adjustments for for better open-a-new-file handling
* WARNING: avimux is still broken, but less broken than it used to be... Code ↵Ronald S. Bultje2002-02-021-114/+803
| | | | | | | 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
* Ok a new batch of // to /* */ fixes commitedChristian Schaller2002-01-191-2/+2
| | | | | Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-4/+5
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* Initial revisionAndy Wingo2001-12-221-0/+376
Original commit message from CVS: Initial revision