summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Fix timestampsWim Taymans2003-01-121-1/+1
| | | | | Original commit message from CVS: Fix timestamps
* PadConnect -> PadLinkThomas Vander Stichele2003-01-1019-26/+26
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-1023-70/+70
| | | | | | | | | | please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
* Fix plugins for new query APIWim Taymans2002-12-302-17/+17
| | | | | Original commit message from CVS: Fix plugins for new query API
* Update to new element sync APIWim Taymans2002-12-271-2/+4
| | | | | Original commit message from CVS: Update to new element sync API
* CleanupsWim Taymans2002-12-272-95/+88
| | | | | Original commit message from CVS: Cleanups
* On Ready to Paused the internal state was set to not setup. FixIain Holmes2002-12-261-2/+3
| | | | | Original commit message from CVS: On Ready to Paused the internal state was set to not setup. Fix
* added mtu optionZeeshan Ali2002-12-202-9/+33
| | | | | Original commit message from CVS: added mtu option
* Fix caps negoWim Taymans2002-12-181-1/+2
| | | | | Original commit message from CVS: Fix caps nego
* build fix: declare variable at start of blockDavid I. Lehn2002-12-171-1/+1
| | | | | Original commit message from CVS: build fix: declare variable at start of block
* trying to follow wtay's adviceZeeshan Ali2002-12-152-2/+41
| | | | | Original commit message from CVS: trying to follow wtay's advice
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-082-4/+4
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* parallel install fixesThomas Vander Stichele2002-12-0819-19/+19
| | | | | Original commit message from CVS: parallel install fixes
* Applied endianess fix and unsigned data fix from Jon NallChristian Schaller2002-12-082-17/+20
| | | | | Original commit message from CVS: Applied endianess fix and unsigned data fix from Jon Nall
* fix some disting and rpm building issuesChristian Schaller2002-11-281-1/+1
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* Moved clock set/get to class functions.Wim Taymans2002-11-271-2/+3
| | | | | Original commit message from CVS: Moved clock set/get to class functions.
* updated with the latest changes.Zeeshan Ali2002-11-162-10/+39
| | | | | Original commit message from CVS: updated with the latest changes.
* (1) Caps nego are now dynamic, the Application developer now have choices: ↵Zeeshan Ali2002-11-164-50/+206
| | | | | | | | udp, tcp & none. Original commit message from CVS: (1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none. (2) Broadcast flag set to true on all the udp sockets.
* UDP plugins will work for RedHatians tooZeeshan Ali2002-11-082-8/+2
| | | | | Original commit message from CVS: UDP plugins will work for RedHatians too
* Trying to make udp plugins workZeeshan Ali2002-11-083-1/+23
| | | | | Original commit message from CVS: Trying to make udp plugins work
* query and convert functions will remove debug output later when everything worksThomas Vander Stichele2002-11-031-1/+138
| | | | | | Original commit message from CVS: query and convert functions will remove debug output later when everything works
* don't push if can't pushThomas Vander Stichele2002-11-031-2/+4
| | | | | Original commit message from CVS: don't push if can't push
* Added segment seekWim Taymans2002-11-022-15/+29
| | | | | Original commit message from CVS: Added segment seek
* backmergeThomas Vander Stichele2002-11-011-0/+1
| | | | | Original commit message from CVS: backmerge
* Add ogg/vorbis support for avi filesRonald S. Bultje2002-10-272-3/+28
| | | | | Original commit message from CVS: Add ogg/vorbis support for avi files
* convert sys_errlist to g_strerror()David Schleef2002-10-261-1/+1
| | | | | Original commit message from CVS: convert sys_errlist to g_strerror()
* avi needs 4 byte paddingRonald S. Bultje2002-10-241-7/+47
| | | | | Original commit message from CVS: avi needs 4 byte padding
* Make it loopbased and use only one video and one audio pad. framerate is ↵Ronald S. Bultje2002-10-232-146/+222
| | | | | | | also no longer a property but is requested f... Original commit message from CVS: Make it loopbased and use only one video and one audio pad. framerate is also no longer a property but is requested from the source pad
* fix my bogus additons ot last commit, thanks to taazChristian Schaller2002-10-221-2/+0
| | | | | Original commit message from CVS: fix my bogus additons ot last commit, thanks to taaz
* fixed licensing on wavenc plugin. Permissions for LGPL gotten from Aaron ↵Christian Schaller2002-10-221-2/+19
| | | | | | | Holtzman and Stan Seibert. Original commit message from CVS: fixed licensing on wavenc plugin. Permissions for LGPL gotten from Aaron Holtzman and Stan Seibert.
* Added a WAV file encoderIain Holmes2002-10-213-0/+393
| | | | | Original commit message from CVS: Added a WAV file encoder
* Some cleanups, fix for the blending codeWim Taymans2002-10-172-84/+84
| | | | | Original commit message from CVS: Some cleanups, fix for the blending code
* - implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans2002-10-154-275/+351
| | | | | | | Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
* Some more wipes, added radial wipesWim Taymans2002-10-153-11/+515
| | | | | Original commit message from CVS: Some more wipes, added radial wipes
* Removed unused code, fixed a bugWim Taymans2002-10-132-16/+2
| | | | | Original commit message from CVS: Removed unused code, fixed a bug
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-137-212/+763
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* fix for big endian machines. Chunk ID conversion was being swabbed twice.David Schleef2002-10-102-5/+5
| | | | | | Original commit message from CVS: fix for big endian machines. Chunk ID conversion was being swabbed twice.