| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
On Ready to Paused the internal state was set to not setup. Fix
|
|
|
|
|
| |
Original commit message from CVS:
added mtu option
|
|
|
|
|
| |
Original commit message from CVS:
Fix caps nego
|
|
|
|
|
| |
Original commit message from CVS:
build fix: declare variable at start of block
|
|
|
|
|
| |
Original commit message from CVS:
trying to follow wtay's advice
|
|
|
|
|
| |
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:
Applied endianess fix and unsigned data fix from Jon Nall
|
|
|
|
|
| |
Original commit message from CVS:
fix some disting and rpm building issues
|
|
|
|
|
| |
Original commit message from CVS:
Moved clock set/get to class functions.
|
|
|
|
|
| |
Original commit message from CVS:
updated with the latest changes.
|
|
|
|
|
|
|
|
| |
udp, tcp & none.
Original commit message from CVS:
(1) Caps nego are now dynamic, the Application developer now have choices: udp, tcp & none.
(2) Broadcast flag set to true on all the udp sockets.
|
|
|
|
|
| |
Original commit message from CVS:
UDP plugins will work for RedHatians too
|
|
|
|
|
| |
Original commit message from CVS:
Trying to make udp plugins work
|