summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
...
* wavenc supports 8 bits tooRonald S. Bultje2003-05-131-2/+8
| | | | | Original commit message from CVS: wavenc supports 8 bits too
* I'm too lazy to comment thisRonald S. Bultje2003-05-121-1/+1
| | | | | Original commit message from CVS: Move wav parser into correct category. Thanks, Ross Burton <r.burton@180sw.com> - #112829
* fixes #112657Thomas Vander Stichele2003-05-102-72/+106
| | | | | Original commit message from CVS: fixes #112657
* bugfixes:Benjamin Otte2003-04-291-6/+13
| | | | | | | | Original commit message from CVS: bugfixes: - seek correctly on SEEK_METHOD_END - don't emit a warning when mp3's in wav's have no width information - use BYTES format on discontinuous events and omit timestamp when invalid (mp3 anyone?)
* we do not destroy anything anymore. Not even unwanted padsBenjamin Otte2003-04-151-3/+0
| | | | | Original commit message from CVS: we do not destroy anything anymore. Not even unwanted pads
* added support for alaw/mulaw audio - yes, I have alaw encoded AVIs hereBenjamin Otte2003-04-141-0/+19
| | | | | Original commit message from CVS: added support for alaw/mulaw audio - yes, I have alaw encoded AVIs here
* - handle mono audio tooWim Taymans2003-04-131-44/+102
| | | | | | | Original commit message from CVS: - handle mono audio too - better caps negotiation - goom_close() in dispose
* fixes to wavparse:Benjamin Otte2003-04-111-4/+35
| | | | | | | | | Original commit message from CVS: fixes to wavparse: - endianness is G_LITTLE_ENDIAN and not G_BYTE_ORDER - support the law formats - error out on unknown format, don't try to go on (fixes #110516) - check buffer size before typefinding
* Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2003-04-071-13/+13
| | | | | | | | | int32. Should go into 0.6.1. Original commit message from CVS: Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
* Fixup for bug 109797 and 109094Ronald S. Bultje2003-04-061-9/+15
| | | | | Original commit message from CVS: Fixup for bug 109797 and 109094
* wav is little endianBenjamin Otte2003-03-251-1/+1
| | | | | Original commit message from CVS: wav is little endian
* I bet you didn't try if the fix worked, BBB ;)Benjamin Otte2003-03-241-2/+2
| | | | | | Original commit message from CVS: I bet you didn't try if the fix worked, BBB ;) Fixed it the right way now.
* Fix compiler problems with gcc-2.96/RH-7.3Ronald S. Bultje2003-03-141-2/+2
| | | | | Original commit message from CVS: Fix compiler problems with gcc-2.96/RH-7.3
* resync on discont eventsWim Taymans2003-03-041-0/+21
| | | | | Original commit message from CVS: resync on discont events
* Added state change function to clear some state in READYWim Taymans2003-03-041-6/+33
| | | | | Original commit message from CVS: Added state change function to clear some state in READY
* Make alaw / mulaw work again.Benjamin Otte2003-03-039-298/+192
| | | | | | | Original commit message from CVS: Make alaw / mulaw work again. - fixed link functions - make alaw encode/decode use alsa code, so it works right now
* Silly bug, i wonder who was the last one to play with itZeeshan Ali2003-03-021-6/+0
| | | | | Original commit message from CVS: Silly bug, i wonder who was the last one to play with it
* Commit header changes tooWim Taymans2003-03-021-0/+2
| | | | | Original commit message from CVS: Commit header changes too
* Complete the move of the RTP pluginChristian Schaller2003-03-0215-0/+2206
| | | | | Original commit message from CVS: Complete the move of the RTP plugin
* Implement seeking on wavWim Taymans2003-03-011-65/+140
| | | | | Original commit message from CVS: Implement seeking on wav
* get this thing working (again ?)Benjamin Otte2003-02-251-25/+26
| | | | | Original commit message from CVS: get this thing working (again ?)
* Forward events.Wim Taymans2003-02-251-9/+19
| | | | | Original commit message from CVS: Forward events.
* Fix bug 105886Ronald S. Bultje2003-02-231-1/+1
| | | | | Original commit message from CVS: Fix bug 105886
* Making some things work and breaking othersZeeshan Ali2003-02-101-3/+10
| | | | | Original commit message from CVS: Making some things work and breaking others
* Bigendian fixesWim Taymans2003-02-041-12/+20
| | | | | Original commit message from CVS: Bigendian fixes
* 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-026-23/+24
| | | | | | | | 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
* Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 ↵Owen Fraser-Green2003-01-311-2/+3
| | | | | | | and added _WMAV9 Original commit message from CVS: Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
* 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
* Just correcting my mistakeZeeshan Ali2003-01-301-4/+0
| | | | | Original commit message from CVS: Just correcting my mistake
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-302-3/+13
| | | | | Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
* 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
* don't segfault when data didn't make it inThomas Vander Stichele2003-01-181-2/+5
| | | | | Original commit message from CVS: don't segfault when data didn't make it in
* 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
* 0 terminate query formatsWim Taymans2003-01-141-1/+2
| | | | | Original commit message from CVS: 0 terminate query formats
* fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed outThomas Vander Stichele2003-01-142-31/+113
| | | | | | Original commit message from CVS: fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed out