Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-30 | soundtouch: Handling incoming rate when requested. | Jan Schmidt | 2 | -9/+49 | |
Absorb inbound segments with rate != 1.0 and output a segment with rate taken from the new output-rate property, adjusting the segment applied_rate, stream duration and timestamps as necessary to compensate | |||||
2011-08-26 | fix valgrind warning about Conditional jump or move depends on uninitialised ↵ | Nicola Murino | 1 | -0/+2 | |
value(s) | |||||
2011-08-26 | Move m_pprevFrame free just before the clone of the latest frame for readability | Nicola Murino | 1 | -2/+2 | |
2011-08-24 | kate: make gst_kate_util_is_utf8_string() inline to fix compiler warning ↵ | Tim-Philipp Müller | 1 | -1/+1 | |
with older libkate versions gstkateutil.c:230:1: error: 'gst_kate_util_is_utf8_string' defined but not used | |||||
2011-08-24 | rsndvd: ensure metadata is writable when writing to it | Vincent Penquerc'h | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=657250 | |||||
2011-08-23 | kate: pass on timed event metadata as tags when we can | Vincent Penquerc'h | 1 | -0/+46 | |
Metadata attached to other objects that may be used in this event are not passed, as is binary metadata. | |||||
2011-08-23 | vp8: probe for the new tuning API to keep building with older libvpx | Vincent Penquerc'h | 2 | -0/+24 | |
https://bugzilla.gnome.org/show_bug.cgi?id=656928 | |||||
2011-08-23 | rsvgdec: use input buffer timings if possible | Vincent Penquerc'h | 2 | -9/+34 | |
SVG data may come through multiple buffers, so keep track of the timestamp of the first buffer, and use it in preference. https://bugzilla.gnome.org/show_bug.cgi?id=628284 | |||||
2011-08-23 | kate: do not consider an empty SPU to be a fatal error | Vincent Penquerc'h | 1 | -3/+8 | |
Instead, just encode nothing and go on. https://bugzilla.gnome.org/show_bug.cgi?id=657091 | |||||
2011-08-23 | kate: do not clear out high bits from display area | Vincent Penquerc'h | 1 | -4/+4 | |
http://dvd.sourceforge.net/spu_notes does not mention that high bits are to be masked, and not clearing them makes a sample work, where clearing them yielded left > right. History from the dvdspu plugin, from where this code was copied, does not shed any light, as tracing this code's origin shows the same bitmasks being there in 2007 when it was imported. https://bugzilla.gnome.org/show_bug.cgi?id=657091 | |||||
2011-08-18 | ofa: fingerprint creation can fail | Vincent Penquerc'h | 1 | -7/+14 | |
There does not seem to be a way to retrieve information about why failure occured, unfortunately. When failure occurs, do not post a NULL fingerprint tag. https://bugzilla.gnome.org/show_bug.cgi?id=656641 | |||||
2011-08-18 | ofa: cleanup | Vincent Penquerc'h | 1 | -8/+12 | |
Avoid repeating casting to GstAudioFilter when one will do Use object related logging to make it easier to get just the logs we want https://bugzilla.gnome.org/show_bug.cgi?id=656641 | |||||
2011-08-18 | ofa: do not create fingerprint on EOS if record is FALSE | Vincent Penquerc'h | 1 | -1/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=656641 | |||||
2011-08-18 | vp8enc: Remove unused and useless variable in tags handling | Sebastian Dröge | 1 | -3/+2 | |
2011-08-16 | celtdec: make this compile with git libcelt | Vincent Penquerc'h | 1 | -0/+5 | |
celt_mode_info was removed, in favor of a _ctl. https://bugzilla.gnome.org/show_bug.cgi?id=656686 | |||||
2011-08-16 | ofa: don't crash when there's no data to create a fingerprint from | Vincent Penquerc'h | 1 | -6/+17 | |
Fixes a crash when no data flowed through. https://bugzilla.gnome.org/show_bug.cgi?id=656641 | |||||
2011-08-12 | diracenc: Update for basevideoencoder ::get_caps() removal | Sebastian Dröge | 1 | -26/+36 | |
2011-08-12 | schroenc: Update for basevideoencoder ::get_caps() removal | Sebastian Dröge | 1 | -95/+50 | |
2011-08-12 | vp8enc: Update for basevideoencoder ::get_caps() removal | Sebastian Dröge | 1 | -63/+56 | |
2011-08-08 | schroedinger: Fix set but unused variables | Sjoerd Simons | 1 | -19/+0 | |
Remove some dead code that triggers "set but unused variables" from Gcc 4.6. Fixes #656166 Signed-off-by: David Schleef <ds@schleef.org> | |||||
2011-08-08 | dirac: Fix set but unused variables | Sjoerd Simons | 1 | -25/+0 | |
Remove some dead code that triggers "set but unused variables" from Gcc 4.6. Fixes #656164. Signed-off-by: David Schleef <ds@schleef.org> | |||||
2011-08-04 | motioncells: turn two global vars into static variables | Stefan Sauer | 3 | -9/+7 | |
Move 2 variable to motioncells_warpper and make them static. | |||||
2011-08-03 | kateenc: Fix uninitialized error | David Schleef | 1 | -1/+4 | |
2011-08-03 | schroenc: remove shape_output handling | David Schleef | 1 | -201/+42 | |
2011-08-03 | diracenc: Remove unused shape_output code | David Schleef | 1 | -150/+9 | |
2011-08-03 | vp8enc: Add more properties | David Schleef | 2 | -1/+150 | |
2011-08-03 | vp8enc: add min/maxsection-pct option | Alexey Fisher | 2 | -0/+36 | |
This options should be good to redeuce decode CPU load. for lowend hardware: minsection-pct=15 maxsection-pct=400 for hiend hw: minsection-pct=5 maxsection-pct=800 see example: http://www.webmproject.org/tools/encoder-parameters/#2-pass_vbr_encoding_for_smooth_playback_on_low-end_hardware Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> Signed-off-by: David Schleef <ds@schleef.org> | |||||
2011-08-03 | vp8enc: add lag-in-frames option. | Alexey Fisher | 2 | -1/+19 | |
This option set maximum of frames codec should remember, to make better prediktion for alt-ref frames. See example: http://www.webmproject.org/tools/encoder-parameters/#2-pass_best_quality_vbr_encoding Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> Signed-off-by: David Schleef <ds@schleef.org> | |||||
2011-08-03 | vp8enc: use multipass.cache file name as default for multipass mode. | Alexey Fisher | 1 | -2/+2 | |
Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> Signed-off-by: David Schleef <ds@schleef.org> | |||||
2011-08-03 | faac: Add properties for VBR encoding | Mukul Majmudar | 2 | -4/+64 | |
Property "quality" to specify VBR quantizer quality and property "brtype" to choose between ABR and VBR encoding. The default is now VBR with quality=100. Fixes bug #654310. Signed-off-by: David Schleef <ds@schleef.org> | |||||
2011-08-02 | Fix some more variable-set-but-not-used compiler warnings | Tim-Philipp Müller | 1 | -2/+0 | |
2011-07-28 | motioncells: new element to detect areas of motion | Robert Jobbagy | 8 | -2/+2403 | |
2011-07-21 | schroenc: Update for GstBaseVideoEncoder::finish() signature change | Sebastian Dröge | 1 | -3/+4 | |
2011-07-21 | vp8enc: Update for GstBaseVideoEncoder::finish() signature change | Sebastian Dröge | 1 | -3/+3 | |
2011-07-21 | diracenc: Update for GstBaseVideoEncoder::finish() signature change | Sebastian Dröge | 1 | -3/+3 | |
2011-07-20 | Fix compilation for unused but not set | Nicolas Dufresne | 7 | -10/+23 | |
https://bugzilla.gnome.org/show_bug.cgi?id=654572 | |||||
2011-07-18 | dfbvideosink: fix harmless typo in variable initialization | Sreerenj Balachandran | 1 | -2/+2 | |
https://bugzilla.gnome.org/show_bug.cgi?id=654840 | |||||
2011-07-14 | neonhttpsrc: implement URI query | Alessandro Decina | 1 | -0/+24 | |
2011-07-13 | schroedinger: Fix compilation and set-but-not-used compiler warnings | Sebastian Dröge | 2 | -53/+7 | |
2011-07-13 | diracenc: Fix compilation by including the new gstbasevideoutils.h header ↵ | Sebastian Dröge | 1 | -8/+1 | |
and fixing some set but not used compiler warnings | |||||
2011-07-12 | jp2k: Fix set-but-unused warnings | Olivier Crête | 2 | -80/+0 | |
2011-07-12 | resindvd: Fix set-but-unused warnings | Olivier Crête | 2 | -17/+1 | |
2011-07-12 | cog: Fix set-but-unused warnings | Olivier Crête | 1 | -6/+3 | |
2011-07-12 | vp8: Fix set-but-unused warnings | Olivier Crête | 1 | -3/+0 | |
2011-07-09 | vp8enc: Use destroy notify to free the coder hook | Sebastian Dröge | 1 | -14/+20 | |
2011-07-07 | opus: duplicate from CELT | David Schleef | 7 | -0/+2319 | |
Copy the celt plugin and convert it to Opus. Mostly works. | |||||
2011-07-04 | vp8enc: update for new libvpx api | David Schleef | 1 | -9/+8 | |
2011-06-26 | vp8enc: generate a timestamp for alt-ref frames. | Alexey Fisher | 1 | -0/+2 | |
It will fix handling of altref/invisible frames since matroska-mux drop any fram with no timestamp. see also: http://www.webmproject.org/code/specs/container/ The encoder will currently set the AR's timestamp as close as possible to the previous frame while attempting to provide a timestamp that is strictly increasing. In cases where the time base given to the encoder at configure time is not granular enough to allow for this the AR will share the same timestamp as D, but should be treated as having no duration. Fixes bug #652951 Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> | |||||
2011-06-25 | vp8dec: add check if we have legal aspect-ratio before reset it. | Alexey Fisher | 1 | -2/+4 | |
the commit f9b552f0494e (vp8dec: set par to 1/1) will fix situation where no aspect-ratio is set, but it brake stream with available aspect-ratio. This patch fix it. Fixes: #652902. Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net> | |||||
2011-06-18 | RTMP: add rtmpsink element for output to an RTMP server | Jan Schmidt | 5 | -17/+473 | |