| 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:
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:
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:
Really add A52 caps now
|
|
|
|
|
| |
Original commit message from CVS:
don't break the build
|
|
|
|
|
| |
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:
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:
Added segment seek
|
|
|
|
|
| |
Original commit message from CVS:
Add ogg/vorbis support for avi files
|
|
|
|
|
|
| |
Original commit message from CVS:
fix for big endian machines. Chunk ID conversion was being swabbed
twice.
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix various overflow cases, this should fix seeking on very large
files.
|
|
|
|
|
| |
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:
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:
- 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
|
|
|
|
|
| |
Original commit message from CVS:
UNITS fixes
|
|
|
|
|
|
| |
Original commit message from CVS:
Remove media specific seeking type in favour of unit.
xvimage compile fix.
|
|
|
|
|
|
|
| |
file that used to autoplug but doesn't any...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
|
|
|
|
|
| |
Original commit message from CVS:
Implement an element event handler.
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
|
|
|
|
|
| |
Original commit message from CVS:
use new bytestream api. please test if you care about this plugin
|
|
|
|
|
|
|
|
|
|
|
| |
details->klass reorganizations an element br...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
|
|
|
|
|
| |
Original commit message from CVS:
Fix the padtemplate names.
|
|
|
|
|
|
|
|
|
|
|
| |
and typefind.
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
|
|
|
|
|
|
| |
Original commit message from CVS:
Changed to the new props API
Other small tuff.
|
|
|
|
|
|
|
|
| |
fixes to adder's caps, again
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
|
|
|
|
|
|
|
|
|
| |
versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
|
|
|
|
|
| |
Original commit message from CVS:
Make sure we use proper properties to define the different AVI types.
|
|
|
|
|
| |
Original commit message from CVS:
paramspec type fix, make the source pads GST_PAD_SOMETIMES
|
|
|
|
|
|
|
|
|
| |
untested, but should work
Original commit message from CVS:
update to the g_object_notify() way of sending the app information
this is untested, but should work
|
|
|
|
|
| |
Original commit message from CVS:
Small fixes
|