summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavidemux.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove media specific seeking type in favour of unit. xvimage compile fix.Wim Taymans2002-06-021-17/+5
* add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker2002-05-311-0/+1
* Implement an element event handler.Wim Taymans2002-05-301-0/+23
* - Changed plugins for new APIsWim Taymans2002-05-261-165/+462
* use new bytestream api. please test if you care about this pluginSteve Baker2002-05-151-17/+27
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-201-3/+3
* Fix the padtemplate names.Wim Taymans2002-04-141-2/+2
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-16/+16
* Changed to the new props APIWim Taymans2002-03-301-2/+3
* filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...Andy Wingo2002-03-241-9/+9
* removal of //-style comments don't link plugins to core libs -- the versionin...Andy Wingo2002-03-191-2/+2
* Make sure we use proper properties to define the different AVI types.Wim Taymans2002-03-061-2/+2
* paramspec type fix, make the source pads GST_PAD_SOMETIMESAndy Wingo2002-03-061-4/+4
* update to the g_object_notify() way of sending the app information this is un...Andy Wingo2002-03-041-5/+9
* Small fixesRonald S. Bultje2002-02-041-2/+2