summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* fix my bogus additons ot last commit, thanks to taazChristian Schaller2002-10-221-2/+0
| | | | | Original commit message from CVS: fix my bogus additons ot last commit, thanks to taaz
* fixed licensing on wavenc plugin. Permissions for LGPL gotten from Aaron ↵Christian Schaller2002-10-221-2/+19
| | | | | | | Holtzman and Stan Seibert. Original commit message from CVS: fixed licensing on wavenc plugin. Permissions for LGPL gotten from Aaron Holtzman and Stan Seibert.
* Added a WAV file encoderIain Holmes2002-10-213-0/+393
| | | | | Original commit message from CVS: Added a WAV file encoder
* Some cleanups, fix for the blending codeWim Taymans2002-10-172-84/+84
| | | | | Original commit message from CVS: Some cleanups, fix for the blending code
* - implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans2002-10-154-275/+351
| | | | | | | Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
* Some more wipes, added radial wipesWim Taymans2002-10-153-11/+515
| | | | | Original commit message from CVS: Some more wipes, added radial wipes
* Removed unused code, fixed a bugWim Taymans2002-10-132-16/+2
| | | | | Original commit message from CVS: Removed unused code, fixed a bug
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-137-212/+763
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* fix for big endian machines. Chunk ID conversion was being swabbed twice.David Schleef2002-10-102-5/+5
| | | | | | Original commit message from CVS: fix for big endian machines. Chunk ID conversion was being swabbed twice.
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-108-0/+921
| | | | | Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
* api changeThomas Vander Stichele2002-10-021-1/+1
| | | | | Original commit message from CVS: api change
* licenses againAndy Wingo2002-09-292-2/+2
| | | | | Original commit message from CVS: licenses again
* add licenseAndy Wingo2002-09-291-0/+1
| | | | | Original commit message from CVS: add license
* Fix various overflow cases, this should fix seeking on very large files.Wim Taymans2002-09-232-14/+5
| | | | | | Original commit message from CVS: Fix various overflow cases, this should fix seeking on very large files.
* 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-192-21/+73
| | | | | Original commit message from CVS: This fixes some problems when recording AVI files with gstrec
* plugins part of license field patchChristian Schaller2002-09-1828-3/+47
| | | | | Original commit message from CVS: plugins part of license field patch
* const fixesWim Taymans2002-09-121-1/+1
| | | | | Original commit message from CVS: const fixes
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-1022-81/+35
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-095-23/+10
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* Fixes bug where median doesnt trigger capsnegoRonald S. Bultje2002-09-091-0/+4
| | | | | Original commit message from CVS: Fixes bug where median doesnt trigger capsnego
* small cleanupsThomas Vander Stichele2002-09-092-14/+16
| | | | | Original commit message from CVS: small cleanups
* linked to a pending change in coreThomas Vander Stichele2002-09-011-3/+3
| | | | | Original commit message from CVS: linked to a pending change in core
* copy_on_writeThomas Vander Stichele2002-08-301-0/+3
| | | | | Original commit message from CVS: copy_on_write
* get a writable bufferThomas Vander Stichele2002-08-301-1/+4
| | | | | Original commit message from CVS: get a writable buffer
* cleanups and clarificationsThomas Vander Stichele2002-08-302-21/+27
| | | | | Original commit message from CVS: cleanups and clarifications
* whoops, this shouldn'tvegoneinThomas Vander Stichele2002-08-271-1/+1
| | | | | Original commit message from CVS: whoops, this shouldn'tvegonein
* sf's backThomas Vander Stichele2002-08-272-51/+75
| | | | | Original commit message from CVS: sf's back
* Removed Sam Lantigas GPL comment as he also has given his permision to ↵Christian Schaller2002-08-141-1/+0
| | | | | | | relicense under LGPL. Original commit message from CVS: Removed Sam Lantigas GPL comment as he also has given his permision to relicense under LGPL.
* Fixed license statements in EffectTv plugins so they now state LGPL.Christian Schaller2002-08-1410-71/+142
| | | | | Original commit message from CVS: Fixed license statements in EffectTv plugins so they now state LGPL.
* qtdemux.c:315: warning: implicit declaration of function `free' ↵Steve Baker2002-08-111-0/+2
| | | | | | | | qtdemux.c:331: warning: implicit declaration of funct... Original commit message from CVS: qtdemux.c:315: warning: implicit declaration of function `free' qtdemux.c:331: warning: implicit declaration of function `malloc'
* Don't send events on unusable padsWim Taymans2002-08-021-3/+5
| | | | | Original commit message from CVS: Don't send events on unusable pads
* Expose the signal as a G_SIGNAL_ACTIONWim Taymans2002-07-241-1/+1
| | | | | Original commit message from CVS: Expose the signal as a G_SIGNAL_ACTION
* - added eventmask/query/format functionsWim Taymans2002-07-242-26/+94
| | | | | | Original commit message from CVS: - added eventmask/query/format functions - some cleanups
* Added simple video cropping pluginWim Taymans2002-07-222-0/+429
| | | | | Original commit message from CVS: Added simple video cropping plugin
* print fixesThomas Vander Stichele2002-07-151-2/+0
| | | | | Original commit message from CVS: print fixes
* DEBUG fixesThomas Vander Stichele2002-07-151-5/+7
| | | | | Original commit message from CVS: DEBUG fixes
* merge fixThomas Vander Stichele2002-07-151-1/+0
| | | | | Original commit message from CVS: merge fix
* fixesThomas Vander Stichele2002-07-121-5/+38
| | | | | Original commit message from CVS: fixes
* output fixThomas Vander Stichele2002-07-111-2/+2
| | | | | Original commit message from CVS: output fix
* merge from release branchThomas Vander Stichele2002-07-093-372/+25
| | | | | Original commit message from CVS: merge from release branch
* - properly unref eventsWim Taymans2002-07-081-7/+28
| | | | | | Original commit message from CVS: - properly unref events - slightly better seeking
* Add some extra files to distDavid I. Lehn2002-07-041-0/+1
| | | | | Original commit message from CVS: Add some extra files to dist
* fix multiline stringAndy Wingo2002-07-041-2/+2
| | | | | Original commit message from CVS: fix multiline string
* windowed sinc bandpass filterThomas Vander Stichele2002-06-272-0/+679
| | | | | Original commit message from CVS: windowed sinc bandpass filter
* Separate the movi processing loop from the index/entry parsing loopWim Taymans2002-06-182-15/+56
| | | | | | 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
* Fix timestampsWim Taymans2002-06-161-2/+2
| | | | | Original commit message from CVS: Fix timestamps
* Hint bytestream about optimal size sync fixes for VBR streamsWim Taymans2002-06-142-9/+25
| | | | | | 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