summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove properties that can easily be found on the caps.Wim Taymans2002-11-021-76/+0
| | | | | Original commit message from CVS: Remove properties that can easily be found on the caps.
* CleanupsWim Taymans2002-11-022-51/+85
| | | | | | Original commit message from CVS: Cleanups Added some segment seek
* use AM_CFLAGS instead of CFLAGSDavid I. Lehn2002-11-022-2/+2
| | | | | Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
* run libtoolize, remove generated file ltmain.sh add some newer versions for ↵David I. Lehn2002-11-022-4954/+3
| | | | | | | | tool checks Original commit message from CVS: run libtoolize, remove generated file ltmain.sh add some newer versions for tool checks
* add more generated .pc filesDavid I. Lehn2002-11-021-0/+2
| | | | | Original commit message from CVS: add more generated .pc files
* peepThomas Vander Stichele2002-11-011-1/+1
| | | | | Original commit message from CVS: peep
* backmergeThomas Vander Stichele2002-11-013-130/+165
| | | | | Original commit message from CVS: backmerge
* bump up the versionThomas Vander Stichele2002-11-011-1/+1
| | | | | Original commit message from CVS: bump up the version
* - Show how to do stream position feedbackWim Taymans2002-11-011-15/+68
| | | | | | Original commit message from CVS: - Show how to do stream position feedback - Show how to do some more seeking
* Added little test apps for cdplayer and cdparanoiaWim Taymans2002-10-313-1/+479
| | | | | Original commit message from CVS: Added little test apps for cdplayer and cdparanoia
* Fix shout2 test.David I. Lehn2002-10-301-3/+3
| | | | | | Original commit message from CVS: Fix shout2 test. Upstream removed -lm from libpng, add it back for lib test and flags for now
* stuff to go inThomas Vander Stichele2002-10-291-0/+1
| | | | | Original commit message from CVS: stuff to go in
* this can go tooThomas Vander Stichele2002-10-291-4/+0
| | | | | Original commit message from CVS: this can go too
* fix two dots in one filename only get bit after last dotThomas Vander Stichele2002-10-291-2/+11
| | | | | | Original commit message from CVS: fix two dots in one filename only get bit after last dot
* peepalooThomas Vander Stichele2002-10-291-1/+1
| | | | | Original commit message from CVS: peepaloo
* ok, redo from startThomas Vander Stichele2002-10-294-4/+32
| | | | | Original commit message from CVS: ok, redo from start
* people interpreting .m4's make me laugh with wild abandonmentThomas Vander Stichele2002-10-292-3/+7
| | | | | Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
* integrating the play libraryThomas Vander Stichele2002-10-291-14/+23
| | | | | Original commit message from CVS: integrating the play library
* fix missing >, dohChristian Schaller2002-10-291-0/+17
| | | | | Original commit message from CVS: fix missing >, doh
* fixed shout2 buildingChristian Schaller2002-10-291-2/+8
| | | | | Original commit message from CVS: fixed shout2 building
* fix oopsie in spec files if anything, arch optimization should be handled ↵Thomas Vander Stichele2002-10-281-1/+1
| | | | | | | | | generally, not locally for plugins Original commit message from CVS: fix oopsie in spec files if anything, arch optimization should be handled generally, not locally for plugins
* some more of theseThomas Vander Stichele2002-10-281-1/+4
| | | | | Original commit message from CVS: some more of these
* new libgstplay location now buildsSteve Baker2002-10-273-1/+4
| | | | | Original commit message from CVS: new libgstplay location now builds
* add last part of shout2 plugin patch, but it do not get built even with ↵Christian Schaller2002-10-271-0/+7
| | | | | | | --enable -experimental, will try and investigate Original commit message from CVS: add last part of shout2 plugin patch, but it do not get built even with --enable -experimental, will try and investigate
* Added shout m4Wim Taymans2002-10-271-0/+99
| | | | | Original commit message from CVS: Added shout m4
* Added the new shout pluginWim Taymans2002-10-273-0/+577
| | | | | Original commit message from CVS: Added the new shout plugin
* 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
* adds swfdec plugin to spec file (conditionally built)Christian Schaller2002-10-261-0/+23
| | | | | Original commit message from CVS: adds swfdec plugin to spec file (conditionally built)
* updated avifile ?Thomas Vander Stichele2002-10-261-1/+1
| | | | | Original commit message from CVS: updated avifile ?
* avifile changeThomas Vander Stichele2002-10-261-3/+0
| | | | | Original commit message from CVS: avifile change
* Let's use g_strerror() instead of strerror()Ronald S. Bultje2002-10-263-31/+31
| | | | | Original commit message from CVS: Let's use g_strerror() instead of strerror()
* convert sys_errlist to g_strerror()David Schleef2002-10-261-1/+1
| | | | | Original commit message from CVS: convert sys_errlist to g_strerror()
* add missing m4 to extra dist and add wavenc plugin to specChristian Schaller2002-10-242-1/+4
| | | | | Original commit message from CVS: add missing m4 to extra dist and add wavenc plugin to spec
* avi needs 4 byte paddingRonald S. Bultje2002-10-241-7/+47
| | | | | Original commit message from CVS: avi needs 4 byte padding
* Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje2002-10-243-31/+31
| | | | | Original commit message from CVS: Use strerror() instead of sys_errlist[] (deprecated)
* 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
* .m4 to check for presence of an element let me know if this worksThomas Vander Stichele2002-10-233-0/+24
| | | | | | Original commit message from CVS: .m4 to check for presence of an element let me know if this works
* 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-214-1/+395
| | | | | Original commit message from CVS: Added a WAV file encoder
* Add an example that shows transcoding stats for mpeg audio to vorbisWim Taymans2002-10-202-0/+109
| | | | | Original commit message from CVS: Add an example that shows transcoding stats for mpeg audio to vorbis
* lots of fixes to the spec based on the more strict rules of RH8, actually a ↵Christian Schaller2002-10-201-13/+139
| | | | | | | good thing as I think the organisation is... Original commit message from CVS: lots of fixes to the spec based on the more strict rules of RH8, actually a good thing as I think the organisation is cleaner and more correct now and there are no unpackages files anymore :)
* 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
* scrub vorbis cflagsThomas Vander Stichele2002-10-191-0/+1
| | | | | Original commit message from CVS: scrub vorbis cflags
* stop bugging me i'm in none of these dirsThomas Vander Stichele2002-10-191-2/+2
| | | | | | Original commit message from CVS: stop bugging me i'm in none of these dirs
* yay for gcc 3Thomas Vander Stichele2002-10-192-3/+4
| | | | | Original commit message from CVS: yay for gcc 3
* fix version test in compat, yeayThomas Vander Stichele2002-10-191-1/+1
| | | | | Original commit message from CVS: fix version test in compat, yeay
* add snapshot dir to MakefileJeremy Simon2002-10-181-2/+8
| | | | | Original commit message from CVS: add snapshot dir to Makefile
* enable the snapshot plugin buildJeremy Simon2002-10-181-0/+1
| | | | | Original commit message from CVS: enable the snapshot plugin build
* thanks again taazThomas Vander Stichele2002-10-181-42/+42
| | | | | Original commit message from CVS: thanks again taaz