| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Original commit message from CVS:
Add matroska support to the build tree
|
|
|
|
|
| |
Original commit message from CVS:
Fixes for new caps system
|
|
|
|
|
| |
Original commit message from CVS:
fix the bug where pngenc was registered as a effect plugin
|
|
|
|
|
| |
Original commit message from CVS:
now how old is this bug?
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix longstanding bug with esdsink seeking. esdsink still needs a clock,
though.
|
|
|
|
|
| |
Original commit message from CVS:
add gst/videofilter and ext/pango
|
|
|
|
|
| |
Original commit message from CVS:
overlays text of the current timestamp
|
|
|
|
|
|
|
|
| |
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:
Plugins cleanup:
* stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert.
* stereosplit replaced by oneton.
* vumeter replaced by level (and was broken anyway).
* avifile replaced by ffmpeg.
* mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx,
too, which makes mjpegtools unneeded.
* allow for jpegmmx instead of jpeg.
* openquicktime replaced by qtdemux and ffmpeg. Broken anyway.
* XMMS is broken and will never be fixed.
* vga is broken and will not be fixed anywhere soon.
* videosink has never worked. If it works, add it back to replace xvideosink.
|
|
|
|
|
| |
Original commit message from CVS:
Add gdkpixbuf subdir. Alphabetize a few others.
|
|
|
|
|
| |
Original commit message from CVS:
Element that decodes images using gdk_pixbuf
|
|
|
|
|
|
|
|
|
| |
with dynamic number of sink pads in float2i...
Original commit message from CVS:
* caps refcounting fixes for float2int
* fixed wrt setting of caps on int pad with dynamic number of sink pads in float2int
* added libsndfile plugin (currently only the src is implemented) - currently only float output, noninterleaved is implemented
|
|
|
|
|
| |
Original commit message from CVS:
Add standard huffman tables if the file doesn't have them
|
|
|
|
|
| |
Original commit message from CVS:
Remove NEW_MEDIA from plugins
|
|
|
|
|
| |
Original commit message from CVS:
g_warning -> GST_DEBUG
|
|
|
|
|
| |
Original commit message from CVS:
UNITS -> DEFAULT
|
|
|
|
|
|
| |
Original commit message from CVS:
- UNITS -> DEFAULT
- seeking updates
|
|
|
|
|
|
|
|
|
| |
script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
|
|
|
|
|
| |
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:
See #112579
|
|
|
|
|
| |
Original commit message from CVS:
Found more problems. Refix #112329.
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix off-by-one allocation problem in gst_aasink_dither_get_type().
Fixes #112329.
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
|
|
|
|
|
|
|
|
|
|
|
| |
closed-source)
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) )
Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
|
|
|
|
|
| |
Original commit message from CVS:
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
- Better state change function
- fail when negotiation was not performed
- removed properties that are implied by caps
- only open device in negotiation
|
|
|
|
|
| |
Original commit message from CVS:
Complete the move of the RTP plugin
|
|
|
|
|
| |
Original commit message from CVS:
state change fixes from Pedro Corte-Real for shout and shout2 plugins
|
|
|
|
|
|
|
| |
also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
|
|
|
|
|
| |
Original commit message from CVS:
merge integer based Tremor vorbis plugin
|
|
|
|
|
|
|
|
| |
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:
The first attempt to support MAS. Dont expect it to work :)
|
|
|
|
|
| |
Original commit message from CVS:
make 8 bit output use the right caps
|
|
|
|
|
| |
Original commit message from CVS:
clean up
|
|
|
|
|
| |
Original commit message from CVS:
more link fixes
|
|
|
|
|
| |
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:
Committing patch from Dan Fischer
Adds ability to skip partial frames, and 'skip' and 'consecutive' parameters
Plugin now sets source caps to indicate PAL or NTSC
The kino developers relicensed the code snippet from kino under the LGPL
|
|
|
|
|
| |
Original commit message from CVS:
#fixes 101992
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Fix for premature EOS
Fix for correct NTSC framerate
Couple of comment fixes
|
|
|
|
|
| |
Original commit message from CVS:
Fix plugins for new query API
|