| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Original commit message from CVS:
- handle mono audio too
- better caps negotiation
- goom_close() in dispose
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
fixes to wavparse:
- endianness is G_LITTLE_ENDIAN and not G_BYTE_ORDER
- support the law formats
- error out on unknown format, don't try to go on (fixes #110516)
- check buffer size before typefinding
|
|
|
|
|
|
|
|
|
| |
int32. Should go into 0.6.1.
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
|
|
|
|
|
| |
Original commit message from CVS:
Fixup for bug 109797 and 109094
|
|
|
|
|
| |
Original commit message from CVS:
wav is little endian
|
|
|
|
|
|
| |
Original commit message from CVS:
I bet you didn't try if the fix worked, BBB ;)
Fixed it the right way now.
|
|
|
|
|
| |
Original commit message from CVS:
Fix compiler problems with gcc-2.96/RH-7.3
|
|
|
|
|
| |
Original commit message from CVS:
resync on discont events
|
|
|
|
|
| |
Original commit message from CVS:
Added state change function to clear some state in READY
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Make alaw / mulaw work again.
- fixed link functions
- make alaw encode/decode use alsa code, so it works right now
|
|
|
|
|
| |
Original commit message from CVS:
Silly bug, i wonder who was the last one to play with it
|
|
|
|
|
| |
Original commit message from CVS:
Commit header changes too
|
|
|
|
|
| |
Original commit message from CVS:
Complete the move of the RTP plugin
|
|
|
|
|
| |
Original commit message from CVS:
Implement seeking on wav
|
|
|
|
|
| |
Original commit message from CVS:
get this thing working (again ?)
|
|
|
|
|
| |
Original commit message from CVS:
Forward events.
|
|
|
|
|
| |
Original commit message from CVS:
Fix bug 105886
|
|
|
|
|
| |
Original commit message from CVS:
Making some things work and breaking others
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
and added _WMAV9
Original commit message from CVS:
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
|
|
|
|
|
| |
Original commit message from CVS:
doh
|
|
|
|
|
| |
Original commit message from CVS:
Add metadata/streaminfo to AVI
|
|
|
|
|
| |
Original commit message from CVS:
Just correcting my mistake
|
|
|
|
|
| |
Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
don't segfault when data didn't make it in
|
|
|
|
|
|
|
|
| |
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:
0 terminate query formats
|
|
|
|
|
|
| |
Original commit message from CVS:
fix wavparse so that it handles mp1/2/3
unref buffers that aren't pushed out
|
|
|
|
|
| |
Original commit message from CVS:
Fix timestamps
|
|
|
|
|
| |
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:
Update to new element sync API
|
|
|
|
|
| |
Original commit message from CVS:
Cleanups
|