summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add asf pipelineChristian Schaller2003-01-261-0/+1
| | | | | Original commit message from CVS: add asf pipeline
* add asf pluginChristian Schaller2003-01-261-0/+22
| | | | | Original commit message from CVS: add asf plugin
* add asf plugin to buildChristian Schaller2003-01-261-1/+2
| | | | | Original commit message from CVS: add asf plugin to build
* Don't make a size request when in iradio mode.Colin Walters2003-01-251-0/+5
| | | | | Original commit message from CVS: (gst_gnomevfssrc_open_file): Don't make a size request when in iradio mode.
* Be nice to the indiansWim Taymans2003-01-251-5/+5
| | | | | Original commit message from CVS: Be nice to the indians
* fix swfdec linkChristian Schaller2003-01-231-3/+3
| | | | | Original commit message from CVS: fix swfdec link
* clean up spec file, more virtualprovidesThomas Vander Stichele2003-01-231-14/+46
| | | | | Original commit message from CVS: clean up spec file, more virtualprovides
* 0.7.x dev branch is openThomas Vander Stichele2003-01-231-1/+1
| | | | | Original commit message from CVS: 0.7.x dev branch is open
* update versionThomas Vander Stichele2003-01-221-1/+1
| | | | | Original commit message from CVS: update version
* stray x checkThomas Vander Stichele2003-01-211-0/+8
| | | | | Original commit message from CVS: stray x check
* - Parse strn tagWim Taymans2003-01-211-2/+32
| | | | | | Original commit message from CVS: - Parse strn tag - fix flush
* remove aviparse againChristian Schaller2003-01-211-4/+0
| | | | | Original commit message from CVS: remove aviparse again
* clean upThomas Vander Stichele2003-01-201-90/+67
| | | | | Original commit message from CVS: clean up
* - new avi demuxer doesn't use a recursive infinite loop anymoreWim Taymans2003-01-206-801/+269
| | | | | | | Original commit message from CVS: - new avi demuxer doesn't use a recursive infinite loop anymore - removed temporary riff.[ch] files - removed aviparse from build
* Indexing patch from vishnuWim Taymans2003-01-202-0/+4
| | | | | Original commit message from CVS: Indexing patch from vishnu
* 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