| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Original commit message from CVS:
fix for big endian machines. Chunk ID conversion was being swabbed
twice.
|
|
|
|
|
| |
Original commit message from CVS:
api change
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix various overflow cases, this should fix seeking on very large
files.
|
|
|
|
|
|
|
| |
by players
Original commit message from CVS:
With these changes, the generated AVI has a valid index and can thus be read by players
|
|
|
|
|
| |
Original commit message from CVS:
License fix
|
|
|
|
|
| |
Original commit message from CVS:
This fixes some problems when recording AVI files with gstrec
|
|
|
|
|
| |
Original commit message from CVS:
plugins part of license field patch
|
|
|
|
|
| |
Original commit message from CVS:
const fixes
|
|
|
|
|
| |
Original commit message from CVS:
removing warnings (approved by wtay)
|
|
|
|
|
| |
Original commit message from CVS:
linked to a pending change in core
|
|
|
|
|
| |
Original commit message from CVS:
whoops, this shouldn'tvegonein
|
|
|
|
|
| |
Original commit message from CVS:
sf's back
|
|
|
|
|
| |
Original commit message from CVS:
Don't send events on unusable pads
|
|
|
|
|
|
| |
Original commit message from CVS:
- added eventmask/query/format functions
- some cleanups
|
|
|
|
|
| |
Original commit message from CVS:
merge from release branch
|
|
|
|
|
|
| |
Original commit message from CVS:
- properly unref events
- slightly better seeking
|
|
|
|
|
| |
Original commit message from CVS:
fix multiline string
|
|
|
|
|
|
| |
Original commit message from CVS:
Separate the movi processing loop from the index/entry parsing loop
Detect when the index starts from 0 or from the movi chunck offset
|
|
|
|
|
|
| |
Original commit message from CVS:
Hint bytestream about optimal size
sync fixes for VBR streams
|
|
|
|
|
|
| |
Original commit message from CVS:
Ignore bogus index entries
Assume all audio frames are keyframes
|
|
|
|
|
| |
Original commit message from CVS:
Fix sync on avidemux
|
|
|
|
|
| |
Original commit message from CVS:
Some cleanups, add convert functions
|