summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* thanks taazThomas Vander Stichele2002-10-181-1/+1
| | | | | Original commit message from CVS: thanks taaz
* added audiosrc and videosrcThomas Vander Stichele2002-10-181-3/+25
| | | | | Original commit message from CVS: added audiosrc and videosrc
* Some cleanups, fix for the blending codeWim Taymans2002-10-173-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
* Fixed some logic on the 1.0.3->1.0.4 compatibilityDavid Schleef2002-10-141-1/+1
| | | | | Original commit message from CVS: Fixed some logic on the 1.0.3->1.0.4 compatibility
* 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-138-212/+763
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* more compatibility stuff for 1.0.3 -> 1.0.4David Schleef2002-10-111-0/+10
| | | | | Original commit message from CVS: more compatibility stuff for 1.0.3 -> 1.0.4
* 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.
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-108-0/+921
| | | | | Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.
* I wonder how we ever got along without thisThomas Vander Stichele2002-10-061-1/+1
| | | | | Original commit message from CVS: I wonder how we ever got along without this
* use proper version prefix use pkgconfig to find libdvDavid I. Lehn2002-10-031-5/+3
| | | | | | Original commit message from CVS: use proper version prefix use pkgconfig to find libdv
* api changeThomas Vander Stichele2002-10-021-1/+1
| | | | | Original commit message from CVS: api change
* adding testsuiteThomas Vander Stichele2002-10-011-2/+3
| | | | | Original commit message from CVS: adding testsuite
* list preferred autotoolsThomas Vander Stichele2002-09-302-4/+8
| | | | | Original commit message from CVS: list preferred autotools
* Some quick fixes for FLAC 1.0.4Wim Taymans2002-09-292-4/+4
| | | | | Original commit message from CVS: Some quick fixes for FLAC 1.0.4
* licenses againAndy Wingo2002-09-292-2/+2
| | | | | Original commit message from CVS: licenses again
* add licenseAndy Wingo2002-09-291-0/+1
| | | | | Original commit message from CVS: add license
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-285-90/+28
| | | | | Original commit message from CVS: I'm such an idiot - these files should have been in a week ago
* This adds a generic video functions libraryRonald S. Bultje2002-09-263-1/+6
| | | | | Original commit message from CVS: This adds a generic video functions library
* Fix various overflow cases, this should fix seeking on very large files.Wim Taymans2002-09-232-14/+5
| | | | | | Original commit message from CVS: Fix various overflow cases, this should fix seeking on very large files.
* final backportThomas Vander Stichele2002-09-232-4/+399
| | | | | Original commit message from CVS: final backport
* oss debug backport fixesThomas Vander Stichele2002-09-231-10/+48
| | | | | Original commit message from CVS: oss debug backport fixes
* release backportThomas Vander Stichele2002-09-231-2/+3
| | | | | Original commit message from CVS: release backport
* better READMEThomas Vander Stichele2002-09-231-10/+93
| | | | | Original commit message from CVS: better README
* Add a statement terminating semicolon.David I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: Add a statement terminating semicolon.
* no whitespace is allowed between macro names and parameter listsDavid I. Lehn2002-09-211-1/+1
| | | | | Original commit message from CVS: no whitespace is allowed between macro names and parameter lists
* Redo last change by using glib's CLAMP() macroDavid Schleef2002-09-201-4/+3
| | | | | Original commit message from CVS: Redo last change by using glib's CLAMP() macro