- 11 May, 2009 10 commits
-
-
Jan Schmidt authored
-
Tristan Matthews authored
Fixes #582218.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
First of all a keyframe seek should be done to the keyframe right before the requested position and not to the keyframe that is nearest to the requested position. Use per track index arrays and use our new binary search function from core to speed up the search.
-
Sebastian Dröge authored
-
Sebastian Dröge authored
This fixes the build if gdk-pixbuf is found but gtk isn't
-
Sebastian Dröge authored
-
- 10 May, 2009 1 commit
-
-
Marc-André Lureau authored
This unbreaks the build in some cases. Fixes bug #582021
-
- 09 May, 2009 1 commit
-
-
David Schleef authored
-
- 08 May, 2009 8 commits
-
-
Tim-Philipp Müller authored
Fixes compiler warning when compiling with xml stuff in core disabled.
-
Edward Hervey authored
It was previously sending the bogus buffer which was returned from the bufferalloc (required for reverse negotiation apparently) instead of the pending buffer.
-
Sebastian Dröge authored
-
Wim Taymans authored
-
Wim Taymans authored
-
Sebastian Dröge authored
This allows to set the Referer header among other things by adding a "extra-headers" property that takes a GstStructure with field=string pairs. Fixes bug #581806.
-
Wim Taymans authored
-
Wim Taymans authored
-
- 07 May, 2009 4 commits
-
-
Christian Schaller authored
-
Wim Taymans authored
-
Wim Taymans authored
See #580980
-
Gabriel Bouvigne authored
Fixes bug #581568.
-
- 06 May, 2009 9 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
Wim Taymans authored
Rewrite the quant table parsing to also handle multiple tables in one JPEG HDQ segment. Handle more jpeg types by keeping track of the tables used per component and putting the used ones in the quant headers.
-
Jan Schmidt authored
-
Jan Schmidt authored
Store the offset and caps when allocating a buffer during seeking, and then allocate a new buffer with buffer_alloc before we push it out. This ensures that in all respects the first buffer decoded during seeking behaves like all other buffers, including allowing downstream re-negotiation.
-
Thomas Vander Stichele authored
-
arnout authored
Fixes #579808
-
arnout authored
JPEG markers may be preceded by additional 0xff. jpegdec should skip over these, even before the end marker. See #579808
-
Wim Taymans authored
Also handle input with just one quant table, simply duplicate the quant table. Handle invalid SOF correctly and some small cleanups. Fixes #578257
-
- 05 May, 2009 7 commits
-
-
Marco Ballesio authored
Fixes #580746.
-
arnout authored
Read the timestamp of the incomming buffer before we push it in the adapter and flush it out again as the buffer might be unreffed then and we read from invalid memory. Fixes #581444.
-
arnout authored
Free the dynamic pads data in finalize. Fixes #581432
-
Wim Taymans authored
Don't require width/height on the caps. Use the SOF header to find width/height and fall back to the caps if there is no SOF. Also use the SOF info to find the subsampling and quantization tables used. This allows us to set the right type value in the JPEG rtp header. Deprecate the quality property, it's unused now and it was used wrongly before. Always send full quant tables for now until we have some code to detect default ones. Fixes #580880
-
Wim Taymans authored
Use the width and the height from the payload headers and set them on the output caps for added awesomeness. Fix quant parsing, we need to check the type in the lower 6 bits. Add first bits of caching quantization tables.
-
Wim Taymans authored
The libjpeg api says that we need to set the colorspace before we call _set_defaults(). Indeed, if we don't do that we end up with some very freaky non-standard quant table and huffman table indexes.
-
Tim-Philipp Müller authored
-