summaryrefslogtreecommitdiffstats
path: root/gst/avi
Commit message (Expand)AuthorAgeFilesLines
* Add buffer length checks to every typefinding functionDavid Schleef2003-07-241-0/+3
* Fix a warningRonald S. Bultje2003-07-221-2/+2
* improve index offset calculation, fix some minor other issues and make avimux...Ronald S. Bultje2003-07-221-31/+27
* 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-062-557/+695
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-90/+96
* Remove some more unused cruft left over from our ancient avifile periodRonald S. Bultje2003-06-266-801/+2
* gcc 3.3 and ppc fixesBenjamin Otte2003-06-141-12/+32
* Actually push the event over to the next element instead of leaving it into e...Ronald S. Bultje2003-06-071-0/+1
* Add support for new divx/xvid mimetypesRonald S. Bultje2003-06-011-9/+21
* Prevent warningRonald S. Bultje2003-06-011-1/+2
* OopsRonald S. Bultje2003-06-011-1/+1
* This fixes avimux largely. Sound playback still isn't optimal, but at least w...Ronald S. Bultje2003-06-012-78/+65
* Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is...Ronald S. Bultje2003-05-302-9/+39
* Update duration fieldWim Taymans2003-05-291-1/+5
* UNITS -> DEFAULTWim Taymans2003-05-241-17/+19
* Updated autogen.sh/configure.ac and various Makefiles to make the configure s...Brian Cameron2003-05-211-5/+5
* Hm, one more little endian fixRonald S. Bultje2003-05-141-1/+1
* PCM data in AVI is always little endianRonald S. Bultje2003-05-142-5/+19
* we do not destroy anything anymore. Not even unwanted padsBenjamin Otte2003-04-151-3/+0
* 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
* add some extra checking on validity of pads before using themRonald S. Bultje2003-01-311-0/+4
* dohRonald S. Bultje2003-01-311-1/+1
* Add metadata/streaminfo to AVIRonald S. Bultje2003-01-312-2/+264
* Don't use samplesize on video framesWim Taymans2003-01-301-4/+4
* DOH! (yes, I'm a moron)Ronald S. Bultje2003-01-281-7/+7
* Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please?Ronald S. Bultje2003-01-261-1/+1
* 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-206-801/+269
* hmm, fix some build breakageChristian Schaller2003-01-191-0/+1
* Really add A52 caps nowWim Taymans2003-01-191-2/+0
* don't break the buildThomas Vander Stichele2003-01-181-1/+3
* Added first unusable code that should become the base element for a new avipa...Wim Taymans2003-01-184-1/+815
* 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
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-8/+8
* 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-082-4/+4
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* Added segment seekWim Taymans2002-11-022-15/+29
* Add ogg/vorbis support for avi filesRonald S. Bultje2002-10-272-3/+28
* avi needs 4 byte paddingRonald S. Bultje2002-10-241-7/+47
* Make it loopbased and use only one video and one audio pad. framerate is also...Ronald S. Bultje2002-10-232-146/+222