summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Collapse)AuthorAgeFilesLines
...
* Endian fixes for index parsing.Wim Taymans2003-02-041-1/+4
| | | | | Original commit message from CVS: Endian fixes for index parsing.
* Fix endian issues with metadata. Some Cleanups tooWim Taymans2003-02-021-26/+27
| | | | | Original commit message from CVS: Fix endian issues with metadata. Some Cleanups too
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-021-12/+12
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* add some extra checking on validity of pads before using themRonald S. Bultje2003-01-311-0/+4
| | | | | Original commit message from CVS: add some extra checking on validity of pads before using them
* dohRonald S. Bultje2003-01-311-1/+1
| | | | | Original commit message from CVS: doh
* Add metadata/streaminfo to AVIRonald S. Bultje2003-01-312-2/+264
| | | | | Original commit message from CVS: Add metadata/streaminfo to AVI
* Don't use samplesize on video framesWim Taymans2003-01-301-4/+4
| | | | | Original commit message from CVS: Don't use samplesize on video frames
* DOH! (yes, I'm a moron)Ronald S. Bultje2003-01-281-7/+7
| | | | | Original commit message from CVS: DOH! (yes, I'm a moron)
* Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please?Ronald S. Bultje2003-01-261-1/+1
| | | | | Original commit message from CVS: Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please?
* Be nice to the indiansWim Taymans2003-01-251-5/+5
| | | | | Original commit message from CVS: Be nice to the indians
* - Parse strn tagWim Taymans2003-01-211-2/+32
| | | | | | Original commit message from CVS: - Parse strn tag - fix flush
* - new avi demuxer doesn't use a recursive infinite loop anymoreWim Taymans2003-01-206-801/+269
| | | | | | | Original commit message from CVS: - new avi demuxer doesn't use a recursive infinite loop anymore - removed temporary riff.[ch] files - removed aviparse from build
* hmm, fix some build breakageChristian Schaller2003-01-191-0/+1
| | | | | Original commit message from CVS: hmm, fix some build breakage
* Really add A52 caps nowWim Taymans2003-01-191-2/+0
| | | | | Original commit message from CVS: Really add A52 caps now
* don't break the buildThomas Vander Stichele2003-01-181-1/+3
| | | | | Original commit message from CVS: don't break the build
* Added first unusable code that should become the base element for a new ↵Wim Taymans2003-01-184-1/+815
| | | | | | | | aviparser Original commit message from CVS: Added first unusable code that should become the base element for a new aviparser
* Don't barf on ISFT tagsWim Taymans2003-01-181-0/+1
| | | | | Original commit message from CVS: Don't barf on ISFT tags
* Add a52 audioWim Taymans2003-01-181-0/+13
| | | | | Original commit message from CVS: Add a52 audio
* Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move ↵Iain Holmes2003-01-151-10/+36
| | | | | | | to the next byte and try to see if it's ... Original commit message from CVS: Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move to the next byte and try to see if it's a known chunk
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-8/+8
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* Fix plugins for new query APIWim Taymans2002-12-301-10/+10
| | | | | Original commit message from CVS: Fix plugins for new query API
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-082-4/+4
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* Added segment seekWim Taymans2002-11-022-15/+29
| | | | | Original commit message from CVS: Added segment seek
* Add ogg/vorbis support for avi filesRonald S. Bultje2002-10-272-3/+28
| | | | | 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-232-146/+222
| | | | | | | 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
* 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.
* api changeThomas Vander Stichele2002-10-021-1/+1
| | | | | Original commit message from CVS: api change
* 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-183-0/+3
| | | | | 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
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-092-12/+6
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* 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
* 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-271-1/+1
| | | | | Original commit message from CVS: sf's back
* Don't send events on unusable padsWim Taymans2002-08-021-3/+5
| | | | | Original commit message from CVS: Don't send events on unusable pads
* - added eventmask/query/format functionsWim Taymans2002-07-242-26/+94
| | | | | | 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
* - properly unref eventsWim Taymans2002-07-081-7/+28
| | | | | | Original commit message from CVS: - properly unref events - slightly better seeking
* 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-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
* 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
* 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-022-26/+87
| | | | | Original commit message from CVS: Some cleanups, add convert functions