summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
Commit message (Expand)AuthorAgeFilesLines
...
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-18/+18
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
* Clarify DV type 1/2 differenceRonald S. Bultje2003-09-121-3/+7
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-0/+3
* Support ISO style variable length macrosBrian Cameron2003-07-071-1/+41
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-368/+478
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-86/+89
* gcc 3.3 and ppc fixesBenjamin Otte2003-06-141-12/+32
* Add support for new divx/xvid mimetypesRonald S. Bultje2003-06-011-9/+21
* Update duration fieldWim Taymans2003-05-291-1/+5
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+19
* PCM data in AVI is always little endianRonald S. Bultje2003-05-141-2/+2
* added support for alaw/mulaw audio - yes, I have alaw encoded AVIs hereBenjamin Otte2003-04-141-0/+19
* Bigendian fixesWim Taymans2003-02-041-12/+20
* Endian fixes for index parsing.Wim Taymans2003-02-041-1/+4
* Fix endian issues with metadata. Some Cleanups tooWim Taymans2003-02-021-26/+27
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer c...David Schleef2003-02-021-12/+12
* dohRonald S. Bultje2003-01-311-1/+1
* Add metadata/streaminfo to AVIRonald S. Bultje2003-01-311-1/+262
* Don't use samplesize on video framesWim Taymans2003-01-301-4/+4
* Be nice to the indiansWim Taymans2003-01-251-5/+5
* - Parse strn tagWim Taymans2003-01-211-2/+32
* - new avi demuxer doesn't use a recursive infinite loop anymoreWim Taymans2003-01-201-294/+233
* Really add A52 caps nowWim Taymans2003-01-191-2/+0
* don't break the buildThomas Vander Stichele2003-01-181-1/+3
* Don't barf on ISFT tagsWim Taymans2003-01-181-0/+1
* Add a52 audioWim Taymans2003-01-181-0/+13
* Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move ...Iain Holmes2003-01-151-10/+36
* Fix plugins for new query APIWim Taymans2002-12-301-10/+10
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-081-2/+2
* Added segment seekWim Taymans2002-11-021-15/+28
* Add ogg/vorbis support for avi filesRonald S. Bultje2002-10-271-3/+18
* fix for big endian machines. Chunk ID conversion was being swabbed twice.David Schleef2002-10-101-3/+3
* Fix various overflow cases, this should fix seeking on very large files.Wim Taymans2002-09-231-13/+4
* plugins part of license field patchChristian Schaller2002-09-181-0/+1
* const fixesWim Taymans2002-09-121-1/+1
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-091-8/+4
* whoops, this shouldn'tvegoneinThomas Vander Stichele2002-08-271-1/+1
* sf's backThomas Vander Stichele2002-08-271-1/+1
* Don't send events on unusable padsWim Taymans2002-08-021-3/+5
* - added eventmask/query/format functionsWim Taymans2002-07-241-26/+82
* - properly unref eventsWim Taymans2002-07-081-7/+28
* fix multiline stringAndy Wingo2002-07-041-2/+2
* Separate the movi processing loop from the index/entry parsing loopWim Taymans2002-06-181-15/+55
* Hint bytestream about optimal size sync fixes for VBR streamsWim Taymans2002-06-141-9/+24
* Ignore bogus index entriesWim Taymans2002-06-131-3/+11
* Fix sync on avidemuxWim Taymans2002-06-091-9/+14
* Some cleanups, add convert functionsWim Taymans2002-06-021-25/+87
* UNITS fixesThomas Vander Stichele2002-06-021-3/+3