summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of endianness conversions that were done as long instead of int32...David Schleef2003-04-071-13/+13
* Fixup for bug 109797 and 109094Ronald S. Bultje2003-04-061-9/+15
* wav is little endianBenjamin Otte2003-03-251-1/+1
* I bet you didn't try if the fix worked, BBB ;)Benjamin Otte2003-03-241-2/+2
* Fix compiler problems with gcc-2.96/RH-7.3Ronald S. Bultje2003-03-141-2/+2
* resync on discont eventsWim Taymans2003-03-041-0/+21
* Added state change function to clear some state in READYWim Taymans2003-03-041-6/+33
* Make alaw / mulaw work again.Benjamin Otte2003-03-039-298/+192
* Silly bug, i wonder who was the last one to play with itZeeshan Ali2003-03-021-6/+0
* Commit header changes tooWim Taymans2003-03-021-0/+2
* Complete the move of the RTP pluginChristian Schaller2003-03-0215-0/+2206
* Implement seeking on wavWim Taymans2003-03-011-65/+140
* get this thing working (again ?)Benjamin Otte2003-02-251-25/+26
* Forward events.Wim Taymans2003-02-251-9/+19
* Fix bug 105886Ronald S. Bultje2003-02-231-1/+1
* Making some things work and breaking othersZeeshan Ali2003-02-101-3/+10
* 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-026-23/+24
* add some extra checking on validity of pads before using themRonald S. Bultje2003-01-311-0/+4
* Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 an...Owen Fraser-Green2003-01-311-2/+3
* dohRonald S. Bultje2003-01-311-1/+1
* Add metadata/streaminfo to AVIRonald S. Bultje2003-01-312-2/+264
* Just correcting my mistakeZeeshan Ali2003-01-301-4/+0
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-302-3/+13
* 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
* don't segfault when data didn't make it inThomas Vander Stichele2003-01-181-2/+5
* 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
* 0 terminate query formatsWim Taymans2003-01-141-1/+2
* fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed outThomas Vander Stichele2003-01-142-31/+113
* Fix timestampsWim Taymans2003-01-121-1/+1
* PadConnect -> PadLinkThomas Vander Stichele2003-01-1019-26/+26
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-1023-70/+70
* Fix plugins for new query APIWim Taymans2002-12-302-17/+17
* Update to new element sync APIWim Taymans2002-12-271-2/+4
* CleanupsWim Taymans2002-12-272-95/+88
* On Ready to Paused the internal state was set to not setup. FixIain Holmes2002-12-261-2/+3
* added mtu optionZeeshan Ali2002-12-202-9/+33