summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* simple fixBRANCH-RELEASE-0_4_1Thomas Vander Stichele2002-09-221-2/+2
| | | | | Original commit message from CVS: simple fix
* release notesThomas Vander Stichele2002-09-211-89/+94
| | | | | Original commit message from CVS: release notes
* put librtp back in xpThomas Vander Stichele2002-09-211-0/+2
| | | | | Original commit message from CVS: put librtp back in xp
* another prerelThomas Vander Stichele2002-09-211-3/+1
| | | | | Original commit message from CVS: another prerel
* adding compprepThomas Vander Stichele2002-09-211-0/+99
| | | | | Original commit message from CVS: adding compprep
* Merge 1.24->1.25 patch. Fixes g_param warnings about default parameters ↵David Schleef2002-09-201-0/+4
| | | | | | | | being out of range. Original commit message from CVS: Merge 1.24->1.25 patch. Fixes g_param warnings about default parameters being out of range.
* typoThomas Vander Stichele2002-09-201-1/+1
| | | | | Original commit message from CVS: typo
* doubledamnThomas Vander Stichele2002-09-191-6/+0
| | | | | Original commit message from CVS: doubledamn
* damn ;)Thomas Vander Stichele2002-09-191-2/+2
| | | | | Original commit message from CVS: damn ;)
* /me slaps rbultje with the autoconf manualThomas Vander Stichele2002-09-181-1/+1
| | | | | Original commit message from CVS: /me slaps rbultje with the autoconf manual
* adding back gst-register everywhereThomas Vander Stichele2002-09-181-3/+306
| | | | | Original commit message from CVS: adding back gst-register everywhere
* set the nano to 2Thomas Vander Stichele2002-09-181-1/+1
| | | | | Original commit message from CVS: set the nano to 2
* Add swfdec to dist subdirsDavid Schleef2002-09-171-1/+1
| | | | | Original commit message from CVS: Add swfdec to dist subdirs
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-173-3/+3
| | | | | Original commit message from CVS: This fixes the video4linux/video4linux2 debug output, which had one \n too much
* This build bug accidently went into the CVSRonald S. Bultje2002-09-171-3/+3
| | | | | Original commit message from CVS: This build bug accidently went into the CVS
* Add the convert functions to the source pads of the video4linux and ↵Ronald S. Bultje2002-09-161-1/+65
| | | | | | | video4linux2 source plugins Original commit message from CVS: Add the convert functions to the source pads of the video4linux and video4linux2 source plugins
* fix _get()-based ladspa plugins when bufferpools are presentAndy Wingo2002-09-161-1/+3
| | | | | Original commit message from CVS: fix _get()-based ladspa plugins when bufferpools are present
* Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the ↵Andy Wingo2002-09-161-8/+5
| | | | | | | | multi-band eq) is one of these. Original commit message from CVS: Some instantiate() routines require nonzero sample rate. ladspa_mbeq (the multi-band eq) is one of these.
* Add config.h, since we use HAVE_CPU_PPCDavid Schleef2002-09-151-0/+1
| | | | | Original commit message from CVS: Add config.h, since we use HAVE_CPU_PPC
* Add swfdec autoconf stuffDavid Schleef2002-09-153-2/+19
| | | | | Original commit message from CVS: Add swfdec autoconf stuff
* audiofile check fixThomas Vander Stichele2002-09-151-3/+4
| | | | | Original commit message from CVS: audiofile check fix
* Add SWF Flash decoder plugin based on libswfdecDavid Schleef2002-09-153-0/+1241
| | | | | Original commit message from CVS: Add SWF Flash decoder plugin based on libswfdec
* s/if define/if defined/David I. Lehn2002-09-142-10/+6
| | | | | Original commit message from CVS: s/if define/if defined/
* /* blush */Thomas Vander Stichele2002-09-141-9/+1
| | | | | Original commit message from CVS: /* blush */
* this broke the compile for me. Did it work for anyone ? does this plugin ↵Thomas Vander Stichele2002-09-141-1/+6
| | | | | | | | work at all ? Original commit message from CVS: this broke the compile for me. Did it work for anyone ? does this plugin work at all ?
* mimetype patch from iain holmes, thanks dudeIain Holmes2002-09-131-0/+1
| | | | | Original commit message from CVS: mimetype patch from iain holmes, thanks dude
* This makes mjpegtools plugins compile against latest CVSRonald S. Bultje2002-09-121-2/+37
| | | | | Original commit message from CVS: This makes mjpegtools plugins compile against latest CVS
* Destroy state when going to READYWim Taymans2002-09-123-8/+15
| | | | | Original commit message from CVS: Destroy state when going to READY
* const fixesWim Taymans2002-09-122-2/+2
| | | | | Original commit message from CVS: const fixes
* don't play with spider until spider can do heavy seekingSteve Baker2002-09-121-1/+1
| | | | | Original commit message from CVS: don't play with spider until spider can do heavy seeking
* - Ripped some ID3 tag parsing from libid3 for typefind.Wim Taymans2002-09-111-23/+40
| | | | | | | | Original commit message from CVS: - Ripped some ID3 tag parsing from libid3 for typefind. - Added ID3V1 to fypefind. - Don't check for a valid mp3 header after finding the ID3 tag as some ID3 tags seem broken.
* remove some debugging. it works alreadySteve Baker2002-09-101-5/+0
| | | | | Original commit message from CVS: remove some debugging. it works already
* backout the colorspace from the gconf default. it should be hardcoded into ↵Steve Baker2002-09-101-1/+1
| | | | | | | gst-player and any other app that uses the... Original commit message from CVS: backout the colorspace from the gconf default. it should be hardcoded into gst-player and any other app that uses the gconf key.
* make default video sink be colorspace ! xvideosinkSteve Baker2002-09-101-1/+1
| | | | | Original commit message from CVS: make default video sink be colorspace ! xvideosink
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-1019-49/+43
| | | | | Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
* removing warnings as approved by wimThomas Vander Stichele2002-09-094-23/+12
| | | | | Original commit message from CVS: removing warnings as approved by wim
* removing warnings (approved by wtay)Thomas Vander Stichele2002-09-095-23/+14
| | | | | Original commit message from CVS: removing warnings (approved by wtay)
* - isprint seems to detect and ascii stream betterWim Taymans2002-09-091-1/+1
| | | | | Original commit message from CVS: - isprint seems to detect and ascii stream better
* added v4l2 pluginsChristian Schaller2002-09-091-0/+17
| | | | | Original commit message from CVS: added v4l2 plugins
* some simple fixes and additionsThomas Vander Stichele2002-09-091-14/+28
| | | | | Original commit message from CVS: some simple fixes and additions
* This adds v4l2 stuff to the build systemRonald S. Bultje2002-09-092-4/+16
| | | | | Original commit message from CVS: This adds v4l2 stuff to the build system
* this adds video4linux2 source and element plugins. The division in v4l2* ↵Ronald S. Bultje2002-09-0912-0/+3159
| | | | | | | plugins is the same as for v4l1 - i.e. an el... Original commit message from CVS: this adds video4linux2 source and element plugins. The division in v4l2* plugins is the same as for v4l1 - i.e. an element, a src and a sink, but there won't be separate encoding plugins (like v4lmjpegsrc) - all functionality is (thanks to video4linux2) integrated in one plugin: v4l2src. v4l2sink is still to be done, that'll come later.
* Fixup dvdnav plugin.David I. Lehn2002-09-081-0/+1
| | | | | | | Original commit message from CVS: Fixup dvdnav plugin. Merge .h into .c. Event handling patch and fixups from Cameron Hutchison <camh@xdna.net>.
* Fix license to LGPL and add a file explaining the LGPL licenseChristian Schaller2002-09-075-21/+29
| | | | | Original commit message from CVS: Fix license to LGPL and add a file explaining the LGPL license
* copy_on_writeThomas Vander Stichele2002-08-302-0/+6
| | | | | Original commit message from CVS: copy_on_write
* get a writable bufferThomas Vander Stichele2002-08-301-1/+4
| | | | | Original commit message from CVS: get a writable buffer
* fix default videosink to be xvideosink not videosinkChristian Schaller2002-08-282-2/+2
| | | | | Original commit message from CVS: fix default videosink to be xvideosink not videosink
* small fixage to get latest gconf stuff etc.Christian Schaller2002-08-271-0/+9
| | | | | Original commit message from CVS: small fixage to get latest gconf stuff etc.
* fix spec.in as DV has become LIBDVChristian Schaller2002-08-271-13/+13
| | | | | Original commit message from CVS: fix spec.in as DV has become LIBDV
* this should've gone in a long time agoThomas Vander Stichele2002-08-272-22/+5
| | | | | Original commit message from CVS: this should've gone in a long time ago