| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
been modified to use this new typefind syste...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
|
|
|
|
|
|
|
| |
formats because many encoders dont set this ...
Original commit message from CVS:
Set keyframe flag only when it is a keyframe. This will break quite some formats because many encoders dont set this flag correctly, but I'll fix that as I encounter them. divx5 works correctly now. ;).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
was bigger than the int buffer (in frames)...
Original commit message from CVS:
In the intfloat conversion elements, there were bugs when the float buffer was
bigger than the int buffer (in frames). That's now fixed, some style issues are
"fixed" (subjectively), mallocs are removed from int2float's processing loop,
and the default buffer size was raised to 256 frames to give better performance in
the default case.
Wavenc was modified to not set an event handler on its sink pad. It deals
with EOS in its chain function instead.
|
|
|
|
|
| |
Original commit message from CVS:
cvs ignore
|
|
|
|
|
| |
Original commit message from CVS:
add elapsed time
|
|
|
|
|
|
| |
Original commit message from CVS:
added second example with plotting
fixed some aesthetics
|
|
|
|
|
| |
Original commit message from CVS:
build demo app
|
|
|
|
|
| |
Original commit message from CVS:
fix caps
|
|
|
|
|
| |
Original commit message from CVS:
remove debugging prints
|
|
|
|
|
|
|
|
| |
interleaved channel.
Original commit message from CVS:
reworked level plugin. It now does RMS, peak, and decay peak signaling
per interleaved channel.
|
|
|
|
|
| |
Original commit message from CVS:
Fix problem transitioning to PLAYING. (#122481)
|
|
|
|
|
| |
Original commit message from CVS:
reverting error patch before making a branch.
|
|
|
|
|
| |
Original commit message from CVS:
converted gst_element_error to new format in gst/ - gettext pending
|
|
|
|
|
| |
Original commit message from CVS:
Change some g_prints to GST_DEBUG
|
|
|
|
|
| |
Original commit message from CVS:
change caps in template to GST_CAPS_ANY
|
|
|
|
|
| |
Original commit message from CVS:
Check for seekability and use gst_pad_push() instead of gst_pad_send_event()
|
|
|
|
|
| |
Original commit message from CVS:
Clarify DV type 1/2 difference
|
|
|
|
|
| |
Original commit message from CVS:
Remove all locally-defined optimization flags
|
|
|
|
|
| |
Original commit message from CVS:
add cvsignores
|
|
|
|
|
|
| |
Original commit message from CVS:
Patch from Andrew Turner <zxombie@hotpop.com> (#120307). Fixes
compilation problems on FreeBSD.
|
|
|
|
|
| |
Original commit message from CVS:
Add setsockopt SO_REUSEADDR
|
|
|
|
|
| |
Original commit message from CVS:
fix GstElementDetails name
|
|
|
|
|
| |
Original commit message from CVS:
Fix regressions from using gstriff library
|
|
|
|
|
| |
Original commit message from CVS:
Remove riff code, since it's duplicated in the riff library
|
|
|
|
|
| |
Original commit message from CVS:
Add PCMU = 0 (G711 mu-law) and PCMA = 8 (G711 a-law) payloads
|
|
|
|
|
| |
Original commit message from CVS:
Update and Add some RFCs
|
|
|
|
|
| |
Original commit message from CVS:
Remove redundant plugindir definition
|
|
|
|
|
| |
Original commit message from CVS:
Enable MTU feature
|
|
|
|
|
| |
Original commit message from CVS:
Fix wrong mimetype, might cause #119272
|
|
|
|
|
| |
Original commit message from CVS:
Added some issues on TODO
|
|
|
|
|
| |
Original commit message from CVS:
At end of stream, rewrite the header with the correct number of bytes
|
|
|
|
|
|
|
|
| |
in gstvideo.h. Fixes #118245.
Original commit message from CVS:
Rewrote the core function. Added some nice #defines that should
probably go in gstvideo.h. Fixes #118245.
|
|
|
|
|
| |
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
|
|
|
|
| |
Original commit message from CVS:
Fix a warning
|
|
|
|
|
|
|
| |
avimux actually work with mp3 audio
Original commit message from CVS:
Fix padding (2 bytes instead of 4), improve index offset calculation, fix some minor other issues and make avimux actually work with mp3 audio
|
|
|
|
|
| |
Original commit message from CVS:
A "video/raw" wasn't converted to the new "video/x-raw-yuv". Fixed.
|
|
|
|
|
| |
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
|
|
|
|
|
|
|
|
| |
for plugins
Original commit message from CVS:
+ changes for new float caps without slope/intercept
+ some category changes for plugins
|
|
|
|
|
|
|
|
|
| |
of GStreamer. Now that I got it compiled,...
Original commit message from CVS:
Fixes to make it compile without GNOME, and with a modern (>= 0.3)
version of GStreamer. Now that I got it compiled, I want to delete
it.
|
|
|
|
|
| |
Original commit message from CVS:
Update to new debugging system
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Added #include of config.h so that they symbol "VERSION" could be found.
Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes
in the debug logic. Now this plugin compiles.
|
|
|
|
|
| |
Original commit message from CVS:
Caps fixes and general cleanup.
|
|
|
|
|
| |
Original commit message from CVS:
GSM -> RTP and viceversa
|
|
|
|
|
|
| |
Original commit message from CVS:
various spec file and build fixes agogo
/me kicks ds in a friendly way
|
|
|
|
|
| |
Original commit message from CVS:
Silence and fix typefinding
|
|
|
|
|
| |
Original commit message from CVS:
fix licensing terms for Goom, it is LGPL not GPL
|
|
|
|
|
| |
Original commit message from CVS:
another comma missing
|
|
|
|
|
| |
Original commit message from CVS:
Support ISO style variable length macros
|
|
|
|
|
|
|
| |
over to the new mimetypes spec as descri...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
|
|
|
|
|
| |
Original commit message from CVS:
small disting fix
|