summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Some bugfixes:Christian Schaller2003-05-121-1/+1
| | | | | | | Original commit message from CVS: Some bugfixes: - Add missing .h file to videoscale disting - Remove http plugin from build
* Oups I forgot gstflacenc.hJeremy Simon2003-05-111-1/+4
| | | | | Original commit message from CVS: Oups I forgot gstflacenc.h
* _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback ↵Jeremy Simon2003-05-111-91/+127
| | | | | | | | | to fill STREAMINFO blocks correctly _ Add ... Original commit message from CVS: _ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill STREAMINFO blocks correctly _ Add metadata (vorbis comments)
* See #112579Ronald S. Bultje2003-05-081-1/+1
| | | | | Original commit message from CVS: See #112579
* Found more problems. Refix #112329.David Schleef2003-05-051-17/+13
| | | | | Original commit message from CVS: Found more problems. Refix #112329.
* Fix off-by-one allocation problem in gst_aasink_dither_get_type().David Schleef2003-05-051-1/+1
| | | | | | Original commit message from CVS: Fix off-by-one allocation problem in gst_aasink_dither_get_type(). Fixes #112329.
* Add metadata (only vorbis comment)Jeremy Simon2003-04-272-3/+117
| | | | | Original commit message from CVS: Add metadata (only vorbis comment)
* fixes:Benjamin Otte2003-04-261-5/+5
| | | | | | | | Original commit message from CVS: fixes: - wrong type of 0 - only write data into buffer if buffer is big enough - write data into a buffer which we actually may write
* Removing avifile and http plugins, also fixing some disting issuesChristian Schaller2003-04-231-17/+5
| | | | | Original commit message from CVS: Removing avifile and http plugins, also fixing some disting issues
* Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, ↵Ronald S. Bultje2003-04-211-4/+17
| | | | | | | | | | | closed-source) Original commit message from CVS: Adds divx/xvid encoders. * divx encoder is based on divx4linux (commercial, closed-source) * xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) ) Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
* Convert some of the broken fourcc printing to GST_FOURCC_FORMATDavid Schleef2003-04-071-3/+3
| | | | | Original commit message from CVS: Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
* Fix a bunch of endianness conversions that were done as long instead of ↵David Schleef2003-04-072-2/+2
| | | | | | | | | 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.
* - Better state change functionWim Taymans2003-04-062-134/+55
| | | | | | | | Original commit message from CVS: - Better state change function - fail when negotiation was not performed - removed properties that are implied by caps - only open device in negotiation
* Complete the move of the RTP pluginChristian Schaller2003-03-021-8/+2
| | | | | Original commit message from CVS: Complete the move of the RTP plugin
* state change fixes from Pedro Corte-Real for shout and shout2 pluginsChristian Schaller2003-02-231-3/+3
| | | | | Original commit message from CVS: state change fixes from Pedro Corte-Real for shout and shout2 plugins
* add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, ↵Christian Schaller2003-02-231-1/+1
| | | | | | | also disable ivorbis plugin as the test mis... Original commit message from CVS: add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
* merge integer based Tremor vorbis pluginChristian Schaller2003-02-231-2/+8
| | | | | Original commit message from CVS: merge integer based Tremor vorbis plugin
* Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef2003-02-023-6/+6
| | | | | | | | conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-301-2/+8
| | | | | Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
* make 8 bit output use the right capsBenjamin Otte2003-01-301-19/+36
| | | | | Original commit message from CVS: make 8 bit output use the right caps
* clean upThomas Vander Stichele2003-01-201-90/+67
| | | | | Original commit message from CVS: clean up
* more link fixesThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: more link fixes
* PadConnect -> PadLinkThomas Vander Stichele2003-01-108-16/+16
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-1010-39/+39
| | | | | | | | | | 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
* Committing patch from Dan FischerJan Schmidt2003-01-063-21/+172
| | | | | | | | Original commit message from CVS: Committing patch from Dan Fischer Adds ability to skip partial frames, and 'skip' and 'consecutive' parameters Plugin now sets source caps to indicate PAL or NTSC The kino developers relicensed the code snippet from kino under the LGPL
* #fixes 101992Thomas Vander Stichele2003-01-052-6/+65
| | | | | Original commit message from CVS: #fixes 101992
* Fix for premature EOSJan Schmidt2003-01-041-10/+14
| | | | | | | Original commit message from CVS: Fix for premature EOS Fix for correct NTSC framerate Couple of comment fixes
* Fix plugins for new query APIWim Taymans2002-12-302-19/+19
| | | | | Original commit message from CVS: Fix plugins for new query API
* Update to new element sync APIWim Taymans2002-12-271-1/+3
| | | | | Original commit message from CVS: Update to new element sync API
* No \n in GST_DEBUGWim Taymans2002-12-271-7/+7
| | | | | Original commit message from CVS: No \n in GST_DEBUG
* fix locationThomas Vander Stichele2002-12-272-2/+2
| | | | | Original commit message from CVS: fix location
* Added non functional speex plugin. speex decoding needs a container.Wim Taymans2002-12-166-0/+679
| | | | | Original commit message from CVS: Added non functional speex plugin. speex decoding needs a container.
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-082-6/+6
| | | | | 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-0810-11/+11
| | | | | Original commit message from CVS: parallel install fixes
* fix some disting and rpm building issuesChristian Schaller2002-11-281-1/+7
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* fix some directories left out of distChristian Schaller2002-11-271-1/+1
| | | | | Original commit message from CVS: fix some directories left out of dist
* Moved clock set/get to class functions.Wim Taymans2002-11-271-1/+2
| | | | | Original commit message from CVS: Moved clock set/get to class functions.
* not sure what I did wrong but this should fix it hopefullyThomas Vander Stichele2002-11-272-3/+9
| | | | | Original commit message from CVS: not sure what I did wrong but this should fix it hopefully
* flac debug cleanup m4 for ffmpegThomas Vander Stichele2002-11-262-9/+15
| | | | | | Original commit message from CVS: flac debug cleanup m4 for ffmpeg
* Remove audio/mod type from mikmod (build with modplug now)Jeremy Simon2002-11-242-62/+2
| | | | | Original commit message from CVS: Remove audio/mod type from mikmod (build with modplug now)
* should work with avifile too some cleanup ( video/png, ... )Jeremy Simon2002-11-224-137/+146
| | | | | | Original commit message from CVS: should work with avifile too some cleanup ( video/png, ... )
* LIBPNG going inThomas Vander Stichele2002-11-181-16/+10
| | | | | Original commit message from CVS: LIBPNG going in
* putting in apoc's png encoder, needs some cleanupThomas Vander Stichele2002-11-184-0/+452
| | | | | Original commit message from CVS: putting in apoc's png encoder, needs some cleanup
* add media-info to spec commit patch from Jan Schmidt for raw1394 pluginJan Schmidt2002-11-153-4/+7
| | | | | | Original commit message from CVS: add media-info to spec commit patch from Jan Schmidt for raw1394 plugin
* CleanupsWim Taymans2002-11-022-51/+85
| | | | | | Original commit message from CVS: Cleanups Added some segment seek
* people interpreting .m4's make me laugh with wild abandonmentThomas Vander Stichele2002-10-291-1/+1
| | | | | Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
* fixed shout2 buildingChristian Schaller2002-10-291-2/+8
| | | | | Original commit message from CVS: fixed shout2 building
* Added the new shout pluginWim Taymans2002-10-273-0/+577
| | | | | Original commit message from CVS: Added the new shout plugin
* Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4David Schleef2002-10-201-1/+5
| | | | | Original commit message from CVS: Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4
* fix version test in compat, yeayThomas Vander Stichele2002-10-191-1/+1
| | | | | Original commit message from CVS: fix version test in compat, yeay