summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* Update duration fieldWim Taymans2003-05-291-1/+5
| | | | | Original commit message from CVS: Update duration field
* UNITS -> DEFAULTWim Taymans2003-05-242-24/+23
| | | | | Original commit message from CVS: UNITS -> DEFAULT
* localhost should not be looked-up and the user should be able to able to use ↵Zeeshan Ali2003-05-222-6/+24
| | | | | | | IP instead of hostname Original commit message from CVS: localhost should not be looked-up and the user should be able to able to use IP instead of hostname
* Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were ↵Brian Cameron2003-05-221-2/+2
| | | | | | | | causing non-gcc compilers to break. Original commit message from CVS: Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
* Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ↵Brian Cameron2003-05-221-6/+6
| | | | | | | | | | | typeof(), since typeof() is a gcc-extensio... Original commit message from CVS: Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extension and does not work with other compilers. This is okay since every place these macros are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect that it is not so generic.
* Fixed header files so that rtp builds on SolarisBrian Cameron2003-05-222-7/+11
| | | | | Original commit message from CVS: Fixed header files so that rtp builds on Solaris
* Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron2003-05-211-1/+1
| | | | | | | | | that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-215-10/+10
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* Fix typo in last checkinDavid Schleef2003-05-201-1/+0
| | | | | Original commit message from CVS: Fix typo in last checkin
* Fix typo (incorrect pointer dereference). Change the magic number for ↵David Schleef2003-05-201-2/+4
| | | | | | | | little-endian streams to match with /etc/magic. Original commit message from CVS: Fix typo (incorrect pointer dereference). Change the magic number for little-endian streams to match with /etc/magic.
* make wavparse not segfault when somebody puts data at the end of the fileBenjamin Otte2003-05-171-5/+7
| | | | | Original commit message from CVS: make wavparse not segfault when somebody puts data at the end of the file
* Hm, one more little endian fixRonald S. Bultje2003-05-141-1/+1
| | | | | Original commit message from CVS: Hm, one more little endian fix
* PCM data in AVI is always little endianRonald S. Bultje2003-05-142-5/+19
| | | | | Original commit message from CVS: PCM data in AVI is always little endian
* 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?