summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2002-11-05fix the test for swfdecChristian Schaller1-1/+1
Original commit message from CVS: fix the test for swfdec
2002-11-05applied dolphy's patchThomas Vander Stichele1-40/+53
Original commit message from CVS: applied dolphy's patch
2002-11-05fix lib pathThomas Vander Stichele1-1/+1
Original commit message from CVS: fix lib path
2002-11-03clashes with shout, put in expThomas Vander Stichele1-0/+2
Original commit message from CVS: clashes with shout, put in exp
2002-11-03.pc fixThomas Vander Stichele1-1/+1
Original commit message from CVS: .pc fix
2002-11-02Added vorbis stream info extraction exampleWim Taymans2-2/+314
Original commit message from CVS: Added vorbis stream info extraction example
2002-11-02Lower the rank, this element should not be selected in the playerWim Taymans1-1/+1
Original commit message from CVS: Lower the rank, this element should not be selected in the player
2002-11-02use AM_CFLAGS instead of CFLAGSDavid I. Lehn2-2/+2
Original commit message from CVS: use AM_CFLAGS instead of CFLAGS
2002-11-02add dependency field so parallel makes don't failDavid I. Lehn1-1/+2
Original commit message from CVS: add dependency field so parallel makes don't fail
2002-11-02run libtoolize, remove generated file ltmain.sh add some newer versions for ↵David I. Lehn2-4954/+3
tool checks Original commit message from CVS: run libtoolize, remove generated file ltmain.sh add some newer versions for tool checks
2002-11-02add more generated .pc filesDavid I. Lehn1-0/+2
Original commit message from CVS: add more generated .pc files
2002-11-01peepThomas Vander Stichele1-1/+1
Original commit message from CVS: peep
2002-11-01backmergeThomas Vander Stichele5-162/+197
Original commit message from CVS: backmerge
2002-11-01bump up the versionThomas Vander Stichele1-1/+1
Original commit message from CVS: bump up the version
2002-11-01- Show how to do stream position feedbackWim Taymans1-15/+68
Original commit message from CVS: - Show how to do stream position feedback - Show how to do some more seeking
2002-10-31Added little test apps for cdplayer and cdparanoiaWim Taymans3-1/+479
Original commit message from CVS: Added little test apps for cdplayer and cdparanoia
2002-10-30Fix shout2 test.David I. Lehn1-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
2002-10-29stuff to go inThomas Vander Stichele1-0/+1
Original commit message from CVS: stuff to go in
2002-10-29adding audioThomas Vander Stichele2-16/+82
Original commit message from CVS: adding audio
2002-10-29peepalooThomas Vander Stichele1-1/+1
Original commit message from CVS: peepaloo
2002-10-29ok, redo from startThomas Vander Stichele4-4/+32
Original commit message from CVS: ok, redo from start
2002-10-29people interpreting .m4's make me laugh with wild abandonmentThomas Vander Stichele1-2/+6
Original commit message from CVS: people interpreting .m4's make me laugh with wild abandonment
2002-10-29integrating the play libraryThomas Vander Stichele1-14/+23
Original commit message from CVS: integrating the play library
2002-10-29fix missing >, dohChristian Schaller1-0/+17
Original commit message from CVS: fix missing >, doh
2002-10-29fixed shout2 buildingChristian Schaller1-2/+8
Original commit message from CVS: fixed shout2 building
2002-10-28fix oopsie in spec files if anything, arch optimization should be handled ↵Thomas Vander Stichele1-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
2002-10-27new libgstplay location now buildsSteve Baker3-1/+4
Original commit message from CVS: new libgstplay location now builds
2002-10-27libgstplay has a new home. it still needs to be packaged thoughSteve Baker5-2/+1833
Original commit message from CVS: libgstplay has a new home. it still needs to be packaged though
2002-10-27add last part of shout2 plugin patch, but it do not get built even with ↵Christian Schaller1-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
2002-10-27Added shout m4Wim Taymans1-0/+99
Original commit message from CVS: Added shout m4
2002-10-27Add ogg/vorbis support for avi filesRonald S. Bultje1-0/+6
Original commit message from CVS: Add ogg/vorbis support for avi files
2002-10-26adds swfdec plugin to spec file (conditionally built)Christian Schaller1-0/+23
Original commit message from CVS: adds swfdec plugin to spec file (conditionally built)
2002-10-26updated avifile ?Thomas Vander Stichele1-1/+1
Original commit message from CVS: updated avifile ?
2002-10-26avifile changeThomas Vander Stichele1-3/+0
Original commit message from CVS: avifile change
2002-10-26Let's use g_strerror() instead of strerror()Ronald S. Bultje3-31/+31
Original commit message from CVS: Let's use g_strerror() instead of strerror()
2002-10-25Handle more stream typesWim Taymans2-17/+121
Original commit message from CVS: Handle more stream types
2002-10-25unref event, flush_fastWim Taymans1-1/+2
Original commit message from CVS: unref event, flush_fast
2002-10-25Removed dead .cc fileWim Taymans3-201/+50
Original commit message from CVS: Removed dead .cc file Added some params, act on EOS
2002-10-25a no-brainer additionThomas Vander Stichele3-0/+40
Original commit message from CVS: a no-brainer addition
2002-10-24First stab at porting mplexWim Taymans46-0/+10194
Original commit message from CVS: First stab at porting mplex
2002-10-24add missing m4 to extra dist and add wavenc plugin to specChristian Schaller2-1/+4
Original commit message from CVS: add missing m4 to extra dist and add wavenc plugin to spec
2002-10-24Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje3-31/+31
Original commit message from CVS: Use strerror() instead of sys_errlist[] (deprecated)
2002-10-23.m4 to check for presence of an element let me know if this worksThomas Vander Stichele3-0/+24
Original commit message from CVS: .m4 to check for presence of an element let me know if this works
2002-10-21Added a WAV file encoderIain Holmes1-1/+2
Original commit message from CVS: Added a WAV file encoder
2002-10-20Add an example that shows transcoding stats for mpeg audio to vorbisWim Taymans2-0/+109
Original commit message from CVS: Add an example that shows transcoding stats for mpeg audio to vorbis
2002-10-20lots of fixes to the spec based on the more strict rules of RH8, actually a ↵Christian Schaller1-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 :)
2002-10-19scrub vorbis cflagsThomas Vander Stichele1-0/+1
Original commit message from CVS: scrub vorbis cflags
2002-10-19stop bugging me i'm in none of these dirsThomas Vander Stichele1-2/+2
Original commit message from CVS: stop bugging me i'm in none of these dirs
2002-10-19yay for gcc 3Thomas Vander Stichele2-3/+4
Original commit message from CVS: yay for gcc 3
2002-10-18add snapshot dir to MakefileJeremy Simon1-2/+8
Original commit message from CVS: add snapshot dir to Makefile