Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Don't run the flacdec test if the plugin isn't built. Fixes #585630 | Marvin Schmidt | 2009-06-13 | 1 | -1/+7 |
| | |||||
* | rtspsrc: Add RTP blocksize functionality | Patrick Radizi | 2009-06-12 | 2 | -0/+32 |
| | | | | | Add property to make the client suggest a blocksize to the server. Fixes #585549 | ||||
* | rtp: update README, fix some typos, mention gstrtpbin | Wim Taymans | 2009-06-11 | 1 | -2/+13 |
| | |||||
* | pulsesink: handle border cases in resampler | Wim Taymans | 2009-06-11 | 1 | -2/+5 |
| | |||||
* | docs: Bump common. Use upload-doc.mak instead of upload.mak | Jan Schmidt | 2009-06-11 | 4 | -38/+2 |
| | | | | | Remove the local copy of upload.mak in favour of using the shared upload-doc.make in common/ | ||||
* | docs: Quieten a couple more docs warnings | Jan Schmidt | 2009-06-11 | 2 | -2/+2 |
| | |||||
* | docs: Remove gtk-doc comment marker | Jan Schmidt | 2009-06-11 | 1 | -5/+5 |
| | | | | | These comment blocks aren't gtk-doc comments and cause annoying noise in the docs build. | ||||
* | deinterlace: Implement upstream negotation | Sebastian Dröge | 2009-06-11 | 2 | -9/+142 |
| | |||||
* | deinterlace: Improve debugging and clean up some code | Sebastian Dröge | 2009-06-11 | 1 | -34/+64 |
| | |||||
* | deinterlace: Clip buffers to the current segment if possible | Sebastian Dröge | 2009-06-11 | 1 | -2/+41 |
| | |||||
* | deinterlace: Clean up includes and clean up order of instance struct fields | Sebastian Dröge | 2009-06-11 | 2 | -27/+23 |
| | |||||
* | rtph263pay: Default to doing A, B and C modes, not only A | Olivier Crête | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | deinterlace: Fix QoS calculations | Sebastian Dröge | 2009-06-10 | 1 | -3/+6 |
| | | | | | | | The diff is a signed integer, not an unsigned one of course. In modes other than GST_DEINTERLACE_ALL every frame has twice the duration of the field duration. | ||||
* | rtpsirenpay: Put the bitrate in the RTP caps | Olivier Crête | 2009-06-09 | 1 | -1/+2 |
| | | | | | The MS code seems to require the bitrate to interoperate and draft-ietf-avt-rtp-g7221-00 also has it. | ||||
* | deinterlace: Implement basic QoS | Sebastian Dröge | 2009-06-09 | 2 | -19/+158 |
| | | | | | This change is based on Tim's QoS implementation for jpegdec. | ||||
* | deinterlace: Directly proxy events/queries to the peer pads | Sebastian Dröge | 2009-06-09 | 1 | -6/+43 |
| | | | | | This removes some overhead introduced by the default handlers that need to iterate over the other pads. | ||||
* | avidemux: debug_memdump() unknown tags. Refactor junk parsing code. | Edward Hervey | 2009-06-09 | 1 | -28/+47 |
| | | | | This makes life slightly easier when debugging avi files. | ||||
* | rtp: Don't forget to dist the headers for the CELT (de)payloaders. | Edward Hervey | 2009-06-08 | 1 | -0/+2 |
| | |||||
* | Revert "Revert "qtdemux: fill timestamp table completely"" | Wim Taymans | 2009-06-07 | 1 | -3/+18 |
| | | | | | | This reverts commit 9f022c8a8503c2ce0fa617fdb50e41706dd412f5. Sorry, I was thinking about the wrong module. | ||||
* | Revert "qtdemux: fill timestamp table completely" | Wim Taymans | 2009-06-07 | 1 | -18/+3 |
| | | | | | This reverts commit 790b050fc5302cae89cddcd23b258093967d05a9. I forgot we were frozen. | ||||
* | qtdemux: fill timestamp table completely | Wim Taymans | 2009-06-07 | 1 | -3/+18 |
| | | | | | | | | | | When there are less timestamps that there are samples, fill up the sample table with the last know timestamp. This situation can happen when the last sample does not decode and doesn't need a timestamp. We however calculate the total track length using the last sample timestamp so we need to have something sensible in there. Fixes #585056 | ||||
* | wavparse: handle LIST INFO of 0 size | Wim Taymans | 2009-06-07 | 1 | -21/+28 |
| | | | | | | Handle LIST INFO chunks of 0 size instead of causing errors. Fixes #584981 | ||||
* | Revert "wavparse: Remove dead assignments, move variable to where it's needed." | Wim Taymans | 2009-06-07 | 1 | -11/+16 |
| | | | | | Reverts commit 44256a78f8dd79a91f3bb2ab7c3aa623c097bb8a and use the result in error reporting so that we can see what's going on. | ||||
* | celtdepay: add CELT depayloader | Wim Taymans | 2009-06-05 | 4 | -0/+298 |
| | |||||
* | rtpceltpay: add CELT RTP payloader | Wim Taymans | 2009-06-05 | 4 | -0/+519 |
| | |||||
* | sunaudio: Fix switch setting on some devices. Add debug. Fix a FIXME. | Jan Schmidt | 2009-06-05 | 3 | -21/+42 |
| | | | | | | | | | | Fix the setting of toggle switches on some broken audio drivers which report that no audio ports are settable by ignoring the mod_port field there. Add some debug statements. Fix a FIXME now that Good relies on a new enough gst-plugins-base. | ||||
* | sunaudio: Support new flags for options and actions | Jan Schmidt | 2009-06-05 | 7 | -111/+583 |
| | | | | | | | | | Use new audio mixer flags added in Base 0.10.23 to expose flags and options on the SunAudio devices. Fixes: #583593 Patch By: Brian Cameron <brian.cameron@sun.com> Patch By: Garrett D'Amore <garrett.damore@sun.com> | ||||
* | deinterlace: First try to handle DVD still frames correctly | Sebastian Dröge | 2009-06-04 | 2 | -3/+63 |
| | | | | This helps a bit with bug #582740 but still doesn't make it work. | ||||
* | pulsesink: only notify if all checks passed | Stefan Kost | 2009-06-04 | 1 | -4/+3 |
| | | | | | Replace goto done: with return, as those are checks when we don't want to flag a pending notify. | ||||
* | rtspsrc: set the right state on rtpbin | Wim Taymans | 2009-06-04 | 1 | -1/+7 |
| | | | | | We need to set the state of gstrtpbin to the same state as our source elements. This fixes fallback to TCP again. | ||||
* | pulsesink: check pointer before accessing | Stefan Kost | 2009-06-03 | 1 | -3/+3 |
| | | | | Move existing check a few lines up, so that we check before accessing fields. | ||||
* | pulsesink: rename gst_pulse_sink_get_time to gst_pulsesink_get_time | Stefan Kost | 2009-06-03 | 1 | -2/+2 |
| | | | | Rename internal method for consistency. | ||||
* | pulsesink: use values from pa_stream_get_buffer_attr() | Stefan Kost | 2009-06-03 | 1 | -4/+6 |
| | | | | | We were putting the requested values back into ringbuffer spec, instead of using the queried values. | ||||
* | vrawpay: trim output buffers | Wim Taymans | 2009-06-02 | 1 | -0/+4 |
| | | | | | Remove the leftover unused bytes in the output buffer. Fixes #584613 | ||||
* | vrawdepay: fix parsing of sampling field | Wim Taymans | 2009-06-02 | 1 | -1/+1 |
| | | | | | commit a12d9a80f225be97b3674b1a0506ac66544dbf49 broke the parsing of the sampling. | ||||
* | pngdec: Avoid possible overflow in calculations | Jan Schmidt | 2009-06-02 | 1 | -4/+16 |
| | | | | | | A malformed (or simply huge) PNG file can lead to integer overflow in calculating the size of the output buffer, leading to crashes or buffer overflows later. Fixes SA35205 security advisory. | ||||
* | flacenc: some more logging - dump header packets | Tim-Philipp Müller | 2009-06-02 | 1 | -6/+12 |
| | | | | | Also, the final fixing up of the headers is expected and not something we should warn about. | ||||
* | flacenc: never ever pass values >36bits to _set_total_samples_estimate() | Tim-Philipp Müller | 2009-06-02 | 1 | -1/+1 |
| | | | | | | | | | Let's be paranoid and make sure we never pass a number that takes up more than 36 bits to _set_total_samples_estimate(), since libFLAC expects all the other bits to be zero, and if this is not the case neighbouring fields in the global stream info header may get messed up inadvertently, so that flac -d refuses to decode the stream. See #584455. | ||||
* | Address bad FLAC sample length encoding of #5844455 | Thomas Vander Stichele | 2009-06-01 | 1 | -1/+5 |
| | | | | | | Commit df707c666433a78d3878af6f055698d5756226c4 introduced an obvious bug in the sample length calculation, using the wrong macro for conversion. | ||||
* | deinterlace: Fix spurious colons in asm code | Brian Cameron | 2009-06-01 | 1 | -13/+13 |
| | | | | | | Fixes #584174. Signed-off-by: David Schleef <ds@schleef.org> | ||||
* | avidemux: skip JUNK chunks in data section in streaming mode | Tim-Philipp Müller | 2009-06-01 | 1 | -0/+2 |
| | | | | | Skip JUNK tags in streaming mode as well instead of EOSing prematurely. Fixes #564100. | ||||
* | videomixer: Don't use // comments | Sebastian Dröge | 2009-05-28 | 3 | -6/+5 |
| | |||||
* | videomixer: Fix background blitting when a color mode is selected with BGRA | Sebastian Dröge | 2009-05-28 | 1 | -7/+8 |
| | |||||
* | videomixer: Some cleanup and fix the calculation of the frame size in bytes | Sebastian Dröge | 2009-05-28 | 5 | -30/+44 |
| | |||||
* | videomixer: Fix I420 blending to actually do something | Sebastian Dröge | 2009-05-28 | 1 | -10/+33 |
| | | | | | | For this we a) implement the checkers filling and b) actually blend the src/dest by using the src alpha value from the pad. | ||||
* | videomixer: Fix ARGB blending to actually work | Sebastian Dröge | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | videomixer: Blend BGRA ourselves instead of using Cairo | Sebastian Dröge | 2009-05-28 | 2 | -28/+61 |
| | |||||
* | videomixer: Add support for blending BGRA and AYUV | Alex Ugarte | 2009-05-28 | 6 | -283/+878 |
| | | | | Fixes bug #577017. | ||||
* | equalizer: Use floating point arithmetic internally for the int16 mode | Ghislain 'Aus' Lacroix | 2009-05-28 | 1 | -6/+6 |
| | | | | | By using int32 arithmetic we will introduce distortions as the IIR filter is very sensitive to rounding errors. Fixes bug #580214. | ||||
* | Update spec file with latest plugins | Christian Schaller | 2009-05-28 | 1 | -0/+3 |
| |