| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Original commit message from CVS:
distcheck fixes
|
|
|
|
|
|
| |
Original commit message from CVS:
Fixed bug when filling tags in gstflacenc
Added merging support, and a mode which stops after outputting tags to flactag
|
|
|
|
|
| |
Original commit message from CVS:
Forgot to change one application/x-flac to audio/x-flac
|
|
|
|
|
| |
Original commit message from CVS:
Compilation will work better if I don't forget new files..
|
|
|
|
|
|
|
|
|
| |
doesn't honour the tag merge mode setting.
Original commit message from CVS:
Added element to rewrite vorbiscomments embedded in flac files. It currently
doesn't honour the tag merge mode setting.
Changed application/x-flac to audio/x-flac in gstflacenc.c
|
|
|
|
|
| |
Original commit message from CVS:
Forgot to mark one function as static
|
|
|
|
|
| |
Original commit message from CVS:
remove copyright field from plugins
|
|
|
|
|
|
| |
Original commit message from CVS:
Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.
FLAC io functions should be called every time the encoder is initialized.
|
|
|
|
|
|
|
| |
vorbiscomment tags, and not (older) id3v2 tags.
Original commit message from CVS:
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
|
|
|
|
|
| |
Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac
|
|
|
|
|
|
|
|
| |
decoder crashed on me because of that
Original commit message from CVS:
Don't reset flac decoder if init hasn't been called on it first, the flac
decoder crashed on me because of that
|
|
|
|
|
|
| |
Original commit message from CVS:
-fix segfault on PAUSED => READY when metadata wasn't set
- fix caps mimetype that always caused a failure on caps nego
|
|
|
|
|
| |
Original commit message from CVS:
+ checking in plugin category changes
|
|
|
|
|
|
|
| |
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:
Whheeee, FLAC ported to new system too
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
fix flac mimetype
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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
|