| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
|
|
|
|
|
| |
Original commit message from CVS:
change video/x-jpeg to image/jpeg
|
|
|
|
|
| |
Original commit message from CVS:
navigation tester
|
|
|
|
|
| |
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
|
|
|
|
|
|
|
| |
function to retrieve them for comparison
Original commit message from CVS:
Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison
|
|
|
|
|
| |
Original commit message from CVS:
remove pesky g_print()s
|
|
|
|
|
| |
Original commit message from CVS:
break up Id: in s/ pattern
|
|
|
|
|
| |
Original commit message from CVS:
Add tag to output .c file
|
|
|
|
|
| |
Original commit message from CVS:
recommmit to get the make_filter tag correct
|
|
|
|
|
| |
Original commit message from CVS:
much cleanup hacking made possible by plugin changes
|
|
|
|
|
| |
Original commit message from CVS:
Update the videofilter template
|
|
|
|
|
| |
Original commit message from CVS:
Do not demux only 2 trak atoms
|
|
|
|
|
|
|
| |
and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
|
|
|
|
| |
Original commit message from CVS:
add config.h
|
|
|
|
|
| |
Original commit message from CVS:
make sure config.h is included first
|
|
|
|
|
| |
Original commit message from CVS:
Fixes for new plugin system
|
|
|
|
|
| |
Original commit message from CVS:
fix template, too
|
|
|
|
|
| |
Original commit message from CVS:
Bla
|
|
|
|
|
| |
Original commit message from CVS:
forgot to make the element details static in here
|
|
|
|
|
| |
Original commit message from CVS:
fix for new plugin system
|
|
|
|
|
| |
Original commit message from CVS:
SMPTE transitions done
|
|
|
|
|
| |
Original commit message from CVS:
RTP done
|
|
|
|
|
| |
Original commit message from CVS:
Quicktime demuxer ported to new interface
|
|
|
|
|
| |
Original commit message from CVS:
fix for new plugin system
|
|
|
|
|
| |
Original commit message from CVS:
That was monoscope...
|
|
|
|
|
| |
Original commit message from CVS:
fix to new plugin system
|
|
|
|
|
| |
Original commit message from CVS:
Hm...:
|
|
|
|
|
| |
Original commit message from CVS:
*sigh*
|
|
|
|
|
| |
Original commit message from CVS:
......
|
|
|
|
|
| |
Original commit message from CVS:
aaaaaaaaaaaaaaaaaaaah
|
|
|
|
|
| |
Original commit message from CVS:
more, and more, and more...
|
|
|
|
|
| |
Original commit message from CVS:
Updated for the new plugin loading code
|
|
|
|
|
| |
Original commit message from CVS:
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
|
|
|
|
|
| |
Original commit message from CVS:
Updated for the new plugin loading code
|
|
|
|
|
| |
Original commit message from CVS:
Make smoothwave compile again
|
|
|
|
|
|
| |
Original commit message from CVS:
Cutter and EFence ported.
I hope someone else hasn't been doing these and not committing what they've done.
|
|
|
|
|
| |
Original commit message from CVS:
Merge plugins. Update to new plugin init code
|
|
|
|
|
| |
Original commit message from CVS:
Changes for new plugin init code
|
|
|
|
|
| |
Original commit message from CVS:
avidemux still depends on riff
|
|
|
|
|
| |
Original commit message from CVS:
Doesn't need to load gstriff
|
|
|
|
|
| |
Original commit message from CVS:
fix bytestream header
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Add a local copy of riff.h as we don't use rifflib anymore.
Rewrite the main loop to use bytestreams instead of rifflib. Make it a loopbased
filter.
Handle metadata, cues and labels as well
|
|
|
|
|
| |
Original commit message from CVS:
Add a local copy of riff.h, and add metadata writing ability to wavenc
|
|
|
|
|
| |
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
|
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Add a parser for metadata
(demux_metadata): Given the buffer containing the metadata, look through it and
get the info out of it.
(wav_new_chunk_callback): Change the if statement to a switch statement.
Handle GST_RIFF_TAG_LIST by changing what the type of list it is and parsing out
metadata if it is "INFO".
|
|
|
|
|
| |
Original commit message from CVS:
gcc-2.95 fixage
|
|
|
|
|
| |
Original commit message from CVS:
riff.h is in a different directory
|
|
|
|
|
| |
Original commit message from CVS:
Remove can_seek () because eventmasks was removed from sink pads - grrr
|
|
|
|
|
|
|
| |
deal with that. Fixes #113488.
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
|