| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Original commit message from CVS:
port #121143 to HEAD (flac file detection)
|
| |
|
|
|
| |
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 ext/ - gettext pending
|
| |
|
|
|
| |
Original commit message from CVS:
Remove redundant plugindir definition
|
| |
|
|
|
| |
Original commit message from CVS:
Add buffer length checks to every typefinding function
|
| |
|
|
|
|
|
| |
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:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
|
| |
|
|
|
| |
Original commit message from CVS:
fix flacdec when src not connected
|
| |
|
|
|
| |
Original commit message from CVS:
make flacdec work with unconnected src pad
|
| |
|
|
|
| |
Original commit message from CVS:
UNITS -> DEFAULT
|
| |
|
|
|
| |
Original commit message from CVS:
Oups I forgot gstflacenc.h
|
| |
|
|
|
|
|
|
|
| |
to fill STREAMINFO blocks correctly _ Add ...
Original commit message from CVS:
_ Change from StreamEncoder to SeekableStreamEncoder
_ Add a seek callback to fill STREAMINFO blocks correctly
_ Add metadata (vorbis comments)
|
| |
|
|
|
| |
Original commit message from CVS:
Add metadata (only vorbis comment)
|
| |
|
|
|
|
|
|
| |
Original commit message from CVS:
fixes:
- wrong type of 0
- only write data into buffer if buffer is big enough
- write data into a buffer which we actually may write
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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:
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:
No \n in GST_DEBUG
|
| |
|
|
|
| |
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:
flac debug cleanup
m4 for ffmpeg
|
| |
|
|
|
| |
Original commit message from CVS:
Another iteration. Tested and compiles on 1.0.2, 1.0.3, 1.0.4
|
| |
|
|
|
| |
Original commit message from CVS:
fix version test in compat, yeay
|
| |
|
|
|
| |
Original commit message from CVS:
Fixed some logic on the 1.0.3->1.0.4 compatibility
|
| |
|
|
|
| |
Original commit message from CVS:
more compatibility stuff for 1.0.3 -> 1.0.4
|
| |
|
|
|
| |
Original commit message from CVS:
Some quick fixes for FLAC 1.0.4
|
| |
|
|
|
| |
Original commit message from CVS:
no whitespace is allowed between macro names and parameter lists
|
| |
|
|
|
|
|
| |
Original commit message from CVS:
yay, I can commit again !!!
this fixes warnings I had
|
| |
|
|
|
|
| |
Original commit message from CVS:
Add hack to make the flac plugin compile with both flac-1.0.2 and
1.0.3
|
| |
|
|
|
| |
Original commit message from CVS:
plugins part of license field patch
|
| |
|
|
|
|
| |
Original commit message from CVS:
Added Lots of properties
More cleanups
|
| |
|
|
|
|
| |
Original commit message from CVS:
Small cleanups
Fix segfault when not negotiated
|
| |
|
|
|
| |
Original commit message from CVS:
removing warnings as approved by wim
|
| |
|
|
|
| |
Original commit message from CVS:
avoid symbol conflicts
|
| |
|
|
|
| |
Original commit message from CVS:
Expose supported events, formats and querytypes
|
| |
|
|
|
| |
Original commit message from CVS:
update to 1.0.2-1.0.3 API, unref events
|
| |
|
|
|
|
|
|
| |
functions, make the encoder write a header
Original commit message from CVS:
FLAC updates, implement sample accurate seeking, add some convert/query
functions, make the encoder write a header
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/
@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
|
| |
|
|
|
| |
Original commit message from CVS:
- plugins are built without versioning info
|
| |
|
|
|
|
| |
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
|
| |
|
|
|
|
|
| |
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
|