summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add mpegThomas Vander Stichele2003-01-191-0/+1
| | | | | Original commit message from CVS: add mpeg
* update with latest changesChristian Schaller2003-01-191-0/+4
| | | | | Original commit message from CVS: update with latest changes
* hmm, fix some build breakageChristian Schaller2003-01-191-0/+1
| | | | | Original commit message from CVS: hmm, fix some build breakage
* Enable sync again, for some reason it was disabledWim Taymans2003-01-191-2/+2
| | | | | Original commit message from CVS: Enable sync again, for some reason it was disabled
* Really add A52 caps nowWim Taymans2003-01-192-2/+0
| | | | | Original commit message from CVS: Really add A52 caps now
* don't break the buildThomas Vander Stichele2003-01-182-1/+3
| | | | | Original commit message from CVS: don't break the build
* commit patch from leifThomas Vander Stichele2003-01-181-3/+15
| | | | | Original commit message from CVS: commit patch from leif
* paranoidThomas Vander Stichele2003-01-181-0/+1
| | | | | Original commit message from CVS: paranoid
* don't segfault when data didn't make it inThomas Vander Stichele2003-01-181-2/+5
| | | | | Original commit message from CVS: don't segfault when data didn't make it in
* Added first unusable code that should become the base element for a new ↵Wim Taymans2003-01-184-1/+815
| | | | | | | | aviparser Original commit message from CVS: Added first unusable code that should become the base element for a new aviparser
* Don't barf on ISFT tagsWim Taymans2003-01-181-0/+1
| | | | | Original commit message from CVS: Don't barf on ISFT tags
* Add a52 audioWim Taymans2003-01-182-0/+13
| | | | | Original commit message from CVS: Add a52 audio
* check for vorbis finalThomas Vander Stichele2003-01-171-0/+6
| | | | | Original commit message from CVS: check for vorbis final
* Add a swfdec version dependency for new APIDavid Schleef2003-01-171-1/+1
| | | | | Original commit message from CVS: Add a swfdec version dependency for new API
* build fixThomas Vander Stichele2003-01-161-1/+3
| | | | | Original commit message from CVS: build fix
* Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move ↵Iain Holmes2003-01-151-10/+36
| | | | | | | to the next byte and try to see if it's ... Original commit message from CVS: Handle JUNK and dmlh tags and when we find a broken/unknown chunk, just move to the next byte and try to see if it's a known chunk
* 0 terminate query formatsWim Taymans2003-01-142-1/+2
| | | | | Original commit message from CVS: 0 terminate query formats
* fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed outThomas Vander Stichele2003-01-142-31/+113
| | | | | | Original commit message from CVS: fix wavparse so that it handles mp1/2/3 unref buffers that aren't pushed out
* until this reliably works for more than two media types, we're better off ↵Thomas Vander Stichele2003-01-131-2/+2
| | | | | | | | making FALSE the default Original commit message from CVS: until this reliably works for more than two media types, we're better off making FALSE the default
* Fix timestampsWim Taymans2003-01-121-1/+1
| | | | | Original commit message from CVS: Fix timestamps
* - connect->linkWim Taymans2003-01-121-27/+48
| | | | | | Original commit message from CVS: - connect->link - add total indexed time (vishnu)
* Applied patch from Martin Schlemmer for locking issue, see bug ↵Christian Schaller2003-01-121-1/+20
| | | | | | | http://bugzilla.gnome.org/show_bug.cgi?id=102025 Original commit message from CVS: Applied patch from Martin Schlemmer for locking issue, see bug http://bugzilla.gnome.org/show_bug.cgi?id=102025
* move from windec to ffmpegdecallChristian Schaller2003-01-111-1/+1
| | | | | Original commit message from CVS: move from windec to ffmpegdecall
* update spec fileChristian Schaller2003-01-111-3/+6
| | | | | Original commit message from CVS: update spec file
* more link fixesThomas Vander Stichele2003-01-102-8/+8
| | | | | Original commit message from CVS: more link fixes
* PadConnect -> PadLinkThomas Vander Stichele2003-01-1030-49/+49
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-1043-212/+213
| | | | | | | | | | 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
* merge back from releaseThomas Vander Stichele2003-01-081-2/+3
| | | | | Original commit message from CVS: merge back from release
* 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
* moving forward to releaseThomas Vander Stichele2003-01-051-1/+1
| | | | | Original commit message from CVS: moving forward to release
* hide commandThomas Vander Stichele2003-01-051-1/+1
| | | | | Original commit message from CVS: hide command
* #fixes 101992Thomas Vander Stichele2003-01-052-6/+65
| | | | | Original commit message from CVS: #fixes 101992
* redoThomas Vander Stichele2003-01-052-1/+1
| | | | | Original commit message from CVS: redo
* only slurp in cvs modeThomas Vander Stichele2003-01-052-4/+19
| | | | | Original commit message from CVS: only slurp in cvs mode
* changing ffmpeg to only update when requiredThomas Vander Stichele2003-01-051-12/+24
| | | | | Original commit message from CVS: changing ffmpeg to only update when required
* 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
* some dist fixesThomas Vander Stichele2003-01-031-2/+3
| | | | | Original commit message from CVS: some dist fixes
* ignore generated fileDavid I. Lehn2003-01-021-0/+1
| | | | | Original commit message from CVS: ignore generated file
* Build the one-to-nIain Holmes2002-12-311-1/+2
| | | | | Original commit message from CVS: Build the one-to-n
* exciting .cvsignore updates!David I. Lehn2002-12-313-0/+17
| | | | | Original commit message from CVS: exciting .cvsignore updates!
* Fix plugins for new query APIWim Taymans2002-12-3013-93/+85
| | | | | Original commit message from CVS: Fix plugins for new query API
* a simple fixThomas Vander Stichele2002-12-301-1/+2
| | | | | Original commit message from CVS: a simple fix
* oopsThomas Vander Stichele2002-12-301-1/+1
| | | | | Original commit message from CVS: oops
* Update to new element sync APIWim Taymans2002-12-273-5/+11
| | | | | 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
* CleanupsWim Taymans2002-12-272-95/+88
| | | | | Original commit message from CVS: Cleanups
* adding virtual providesThomas Vander Stichele2002-12-271-0/+16
| | | | | Original commit message from CVS: adding virtual provides
* why did no one notice ?Thomas Vander Stichele2002-12-271-0/+42
| | | | | Original commit message from CVS: why did no one notice ?
* fix locationThomas Vander Stichele2002-12-272-2/+2
| | | | | Original commit message from CVS: fix location
* Updated test appWim Taymans2002-12-262-15/+29
| | | | | Original commit message from CVS: Updated test app