Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Require released versions of core/base | Sebastian Dröge | 2009-05-11 | 1 | -2/+2 | |
| | ||||||
* | gdkpixbuf: Use the libs and cflags of gdk pixbuf instead of gtk | Sebastian Dröge | 2009-05-11 | 1 | -2/+2 | |
| | | | | This fixes the build if gdk-pixbuf is found but gtk isn't | |||||
* | Always define the conditional HAVE_GTK to fix configure in some cases | Sebastian Dröge | 2009-05-11 | 1 | -1/+1 | |
| | ||||||
* | Run libtoolize before aclocal | Marc-Andre Lureau | 2009-05-10 | 1 | -1/+1 | |
| | | | | This unbreaks the build in some cases. Fixes bug #582021 | |||||
* | matroska: fix printf format to agree with argument | David Schleef | 2009-05-09 | 1 | -1/+1 | |
| | ||||||
* | raw1394: include stdlib.h for strtol() | Tim-Philipp Müller | 2009-05-08 | 2 | -0/+2 | |
| | | | | Fixes compiler warning when compiling with xml stuff in core disabled. | |||||
* | flacdec: Actually output the pending buffer.. and not a blank one. | Edward Hervey | 2009-05-08 | 1 | -3/+4 | |
| | | | | | | It was previously sending the bogus buffer which was returned from the bufferalloc (required for reverse negotiation apparently) instead of the pending buffer. | |||||
* | souphttpsrc: Allow non-string fields in the extra-headers property | Sebastian Dröge | 2009-05-08 | 1 | -10/+47 | |
| | ||||||
* | rtj2kdepay: add basic JPEG 2000 depayloader | Wim Taymans | 2009-05-08 | 4 | -0/+357 | |
| | ||||||
* | rtpj2kpay: set marker bit correctly | Wim Taymans | 2009-05-08 | 1 | -0/+40 | |
| | ||||||
* | souphttpsrc: Add support for extra-headers appended to the HTTP request | Sebastian Dröge | 2009-05-08 | 2 | -1/+65 | |
| | | | | | | | | 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. | |||||
* | rtpj2kpay: add a simple JPEG 2000 payloader | Wim Taymans | 2009-05-08 | 4 | -0/+495 | |
| | ||||||
* | rtpjpegpay: we only need to swap bits on LE | Wim Taymans | 2009-05-08 | 1 | -5/+0 | |
| | ||||||
* | Add RANKS for various encoders and muxers | Christian Schaller | 2009-05-07 | 6 | -6/+7 | |
| | ||||||
* | matroskademux: add some debugging | Wim Taymans | 2009-05-07 | 1 | -1/+12 | |
| | ||||||
* | matroskademux: parse xiph headers length correctly | Wim Taymans | 2009-05-07 | 1 | -14/+26 | |
| | | | | See #580980 | |||||
* | rganalysis: Add ability to post level messages | Gabriel Bouvigne | 2009-05-07 | 4 | -5/+96 | |
| | | | | Fixes bug #581568. | |||||
* | rtpjpegpay: refuse some unsupported jpeg formats | Wim Taymans | 2009-05-06 | 1 | -5/+14 | |
| | ||||||
* | rtptheorapay: fix description | Wim Taymans | 2009-05-06 | 1 | -1/+1 | |
| | ||||||
* | rtpjpegpay: rewrite quant table handling | Wim Taymans | 2009-05-06 | 1 | -93/+132 | |
| | | | | | | | 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. | |||||
* | id3v2mux: Make the test failure slightly more informative | Jan Schmidt | 2009-05-06 | 1 | -2/+5 | |
| | ||||||
* | flac: Make buffers created during seek act like normal buffers. | Jan Schmidt | 2009-05-06 | 1 | -3/+14 | |
| | | | | | | | 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. | |||||
* | flacdec: don't use pad_alloc when decoding while seeking. Fixes #579422 | Thomas Vander Stichele | 2009-05-06 | 1 | -8/+17 | |
| | ||||||
* | jpegdec: refactored gst_jpeg_dec_parse_image_data | Arnout Vandecappelle | 2009-05-06 | 1 | -42/+27 | |
| | | | | Fixes #579808 | |||||
* | jpegdec: support additional 0xff before end marker. | Arnout Vandecappelle | 2009-05-06 | 1 | -12/+14 | |
| | | | | | | JPEG markers may be preceded by additional 0xff. jpegdec should skip over these, even before the end marker. See #579808 | |||||
* | rtpjpegpay: handle input with 1 quant table | Wim Taymans | 2009-05-06 | 1 | -13/+28 | |
| | | | | | | Also handle input with just one quant table, simply duplicate the quant table. Handle invalid SOF correctly and some small cleanups. Fixes #578257 | |||||
* | qtdemux: fix byte order swapping in 3GPP classification entity tag | Marco Ballesio | 2009-05-06 | 1 | -4/+7 | |
| | | | | Fixes #580746. | |||||
* | multipartdemux: avoid reading from inavlid memory | Arnout Vandecappelle | 2009-05-05 | 1 | -1/+4 | |
| | | | | | | | 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. | |||||
* | multipartdemux: don't leak dynamic pads | Arnout Vandecappelle | 2009-05-05 | 1 | -0/+8 | |
| | | | | | Free the dynamic pads data in finalize. Fixes #581432 | |||||
* | rtpjpegpay: correctly set the type header | Wim Taymans | 2009-05-05 | 2 | -50/+211 | |
| | | | | | | | | | | | | | | 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 | |||||
* | rtpjpegdepay: use width/height from payload | Wim Taymans | 2009-05-05 | 2 | -11/+47 | |
| | | | | | | | | | 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. | |||||
* | jpegenc: set colorspace before _set_defaults() | Wim Taymans | 2009-05-05 | 1 | -13/+10 | |
| | | | | | | 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. | |||||
* | tests: don't build examples if --disable-examples was passed to configure | Tim-Philipp Müller | 2009-05-05 | 1 | -2/+8 | |
| | ||||||
* | configure: clean up mess around gtk+ checking | Tim-Philipp Müller | 2009-05-05 | 1 | -22/+5 | |
| | | | | And don't check for gtk+ when it's not needed (ie. if examples are disabled) | |||||
* | configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+ | Tim-Philipp Müller | 2009-05-05 | 3 | -4/+4 | |
| | ||||||
* | rtspsrc: Fix find_stream_by_* functions | Wim Taymans | 2009-05-04 | 1 | -25/+11 | |
| | | | | | | | Fix various version of find_stream_by_* by not trying to convert an int to a pointer and vice versa, for portability reasons. Fixes #581333 | |||||
* | rtspsrc: fix dummy nat packet logic | Chris Winter | 2009-05-04 | 1 | -1/+1 | |
| | | | | | | Fix a typo in the dummy NAT packet sending code. Fixes #581329 | |||||
* | rtspsrc: avoid errors after server eof | Mark Nauwelaerts | 2009-05-04 | 1 | -1/+8 | |
| | | | | | | Server eof (e.g. connection closed) is announced as connection closed, so better record state and act accordingly to prevent (read/write) errors during subsequent teardown/cleanup sequences. #Fixes 580851.(c). | |||||
* | rtspsrc: also set base_time on src after flush | Mark Nauwelaerts | 2009-05-04 | 1 | -1/+5 | |
| | | | | | timestamps following flush/seek should be consistent between UDP and TCP interleaved case. Fixes #580851.(b). | |||||
* | rtspsrc: sanity checks on range info | Mark Nauwelaerts | 2009-05-04 | 1 | -0/+11 | |
| | | | | | | A max range that overflows should not be trusted, nor should a max range that equals the min range. Fixes #580851.(a). | |||||
* | rtspsrc: use SKIP flag to use SCALE headers | Wim Taymans | 2009-05-04 | 2 | -22/+15 | |
| | | | | | | We can use the SKIP seek flag to instruct the server to send data faster then normal but with the same bandwidth. Fixes #537609 | |||||
* | speexdec: make speex_dec_convert work with same-format values when no data ↵ | Alessandro Decina | 2009-05-04 | 1 | -5/+5 | |
| | | | | has been decoded. | |||||
* | flac: Implement preset interface | Sebastian Dröge | 2009-05-04 | 1 | -0/+7 | |
| | ||||||
* | speex: Implement preset interface | Sebastian Dröge | 2009-05-04 | 1 | -0/+7 | |
| | ||||||
* | wavpack: Implement preset interface | Sebastian Dröge | 2009-05-04 | 1 | -1/+15 | |
| | ||||||
* | qtdemux: use binary search for index | Wim Taymans | 2009-05-04 | 1 | -13/+26 | |
| | | | | Use the new binary search method for finding the right index entry faster. | |||||
* | videobox: draw the complete U and V planes | Wim Taymans | 2009-05-04 | 1 | -6/+15 | |
| | | | | | | | Round up the scaled U and V width and height so that we always draw the correct amount of pixels to fill the complete image. Fixes #569611 | |||||
* | qtdemux: add some more micro optimisations | Wim Taymans | 2009-05-01 | 1 | -55/+92 | |
| | ||||||
* | qtdemux: micro optimize qtdemux a little | Wim Taymans | 2009-04-30 | 3 | -15/+20 | |
| | | | | | | Sprinkle some G_LIKELY around. Avoid traversing and dumping the tree when debugging is not activated. | |||||
* | qtdemux: add support for subtitle pictures | Wim Taymans | 2009-04-30 | 3 | -0/+57 | |
| | | | | | Add support for subtitle pictures. Fixes #568278. |