| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
|
|
|
|
| |
Original commit message from CVS:
Fix a warning
|
|
|
|
|
|
|
| |
avimux actually work with mp3 audio
Original commit message from CVS:
Fix padding (2 bytes instead of 4), improve index offset calculation, fix some minor other issues and make avimux actually work with mp3 audio
|
|
|
|
|
| |
Original commit message from CVS:
Support ISO style variable length macros
|
|
|
|
|
|
|
| |
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
|
|
|
|
| |
Original commit message from CVS:
Remove some more unused cruft left over from our ancient avifile period
|
|
|
|
|
| |
Original commit message from CVS:
gcc 3.3 and ppc fixes
|
|
|
|
|
|
|
| |
eternity - thanks for Joshua for detecting
Original commit message from CVS:
Actually push the event over to the next element instead of leaving it into eternity - thanks for Joshua for detecting
|
|
|
|
|
| |
Original commit message from CVS:
Add support for new divx/xvid mimetypes
|
|
|
|
|
| |
Original commit message from CVS:
Prevent warning
|
|
|
|
|
| |
Original commit message from CVS:
Oops
|
|
|
|
|
|
|
| |
we're getting somewhere
Original commit message from CVS:
This fixes avimux largely. Sound playback still isn't optimal, but at least we're getting somewhere
|
|
|
|
|
|
|
| |
is completely braindead, I have no clue wh...
Original commit message from CVS:
Fix avimux (somewhat). Note: the EOS event still doesn't get through. This is completely braindead, I have no clue why, but setting this thing to PAUSE should do the trick too. EOS fix will come later on...
|
|
|
|
|
| |
Original commit message from CVS:
Update duration field
|
|
|
|
|
| |
Original commit message from CVS:
UNITS -> DEFAULT
|
|
|
|
|
|
|
|
|
| |
script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
|
|
|
|
|
| |
Original commit message from CVS:
Hm, one more little endian fix
|
|
|
|
|
| |
Original commit message from CVS:
PCM data in AVI is always little endian
|
|
|
|
|
| |
Original commit message from CVS:
we do not destroy anything anymore. Not even unwanted pads
|
|
|
|
|
| |
Original commit message from CVS:
added support for alaw/mulaw audio - yes, I have alaw encoded AVIs here
|
|
|
|
|
| |
Original commit message from CVS:
Bigendian fixes
|
|
|
|
|
| |
Original commit message from CVS:
Endian fixes for index parsing.
|
|
|
|
|
| |
Original commit message from CVS:
Fix endian issues with metadata. Some Cleanups too
|
|
|
|
|
|
|
|
| |
conversion.
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
|
|
|
|
|
| |
Original commit message from CVS:
add some extra checking on validity of pads before using them
|
|
|
|
|
| |
Original commit message from CVS:
doh
|
|
|
|
|
| |
Original commit message from CVS:
Add metadata/streaminfo to AVI
|
|
|
|
|
| |
Original commit message from CVS:
Don't use samplesize on video frames
|
|
|
|
|
| |
Original commit message from CVS:
DOH! (yes, I'm a moron)
|
|
|
|
|
| |
Original commit message from CVS:
Someone forgot to fix this connect->link thingy - can this go into 0.6.0 please?
|
|
|
|
|
| |
Original commit message from CVS:
Be nice to the indians
|
|
|
|
|
|
| |
Original commit message from CVS:
- Parse strn tag
- fix flush
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
hmm, fix some build breakage
|
|
|
|
|
| |
Original commit message from CVS:
Really add A52 caps now
|
|
|
|
|
| |
Original commit message from CVS:
don't break the build
|
|
|
|
|
|
|
|
| |
aviparser
Original commit message from CVS:
Added first unusable code that should become the base element for a new
aviparser
|
|
|
|
|
| |
Original commit message from CVS:
Don't barf on ISFT tags
|
|
|
|
|
| |
Original commit message from CVS:
Add a52 audio
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
PadConnect -> PadLink
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Fix plugins for new query API
|
|
|
|
|
| |
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
|
|
|
|
|
| |
Original commit message from CVS:
parallel install fixes
|
|
|
|
|
| |
Original commit message from CVS:
Added segment seek
|
|
|
|
|
| |
Original commit message from CVS:
Add ogg/vorbis support for avi files
|
|
|
|
|
| |
Original commit message from CVS:
avi needs 4 byte padding
|
|
|
|
|
|
|
| |
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
|