- 18 May, 2011 1 commit
-
-
Sebastian Dröge authored
-
- 17 May, 2011 1 commit
-
-
Sebastian Dröge authored
This reverts commit c9f4e067.
-
- 16 May, 2011 2 commits
-
-
Sebastian Dröge authored
-
Wim Taymans authored
-
- 10 May, 2011 1 commit
-
-
Wim Taymans authored
-
- 09 May, 2011 4 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
Fix for gst_*_segment_full rename.
-
Wim Taymans authored
Use the default pad event handler because we are not supposed to pass on CAPS events.
-
Wim Taymans authored
Port to newest 0.11 core API, remove GST_PAD_CAPS and GST_BUFFER_CAPS.
-
- 02 May, 2011 1 commit
-
-
Wim Taymans authored
-
- 29 Apr, 2011 2 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- 19 Apr, 2011 1 commit
-
-
Sebastian Dröge authored
-
- 06 Apr, 2011 1 commit
-
-
Mark Nauwelaerts authored
-
- 30 Mar, 2011 1 commit
-
-
Wim Taymans authored
-
- 27 Mar, 2011 2 commits
-
-
Wim Taymans authored
-
Wim Taymans authored
-
- 18 Feb, 2011 3 commits
-
-
David Schleef authored
-
David Schleef authored
-
Ralph Giles authored
The speed-level property, which allows callers to trade of encoding quality for speed in the libtheora api, has a version-dependent maximum and default values. Instead of hardcoding the acceptable range for the theoraenc element's presentation of this setting, we query the library directly at class initialization time and set the maximum and default values from that. If the query fails, we fall back to the previous default setting. To keep the values reported by gst-inspect (which I'm told use the spec values from the class) with those available on an\ instantiated element, we remove to setting of enc->speed_level from the initializer and instead pass G_PARAM_CONSTRUCT to the property spec flags, asking g_object to set this property when theoraenc objects are constructed. NB in theory the maximum speed-level could depend on the actual video caps. If later versions of libtheoraenc do this, a second call will need to be made from theora_enc_reset to update the property, since this function is mostly useful for realtime adjustment of performance while the pipeline is running.
-
- 14 Feb, 2011 1 commit
-
-
Sjoerd Simons authored
libtheora has two encoding modes, CBR, where it tries to hit a target bitrate and VBR where it tries to achieve a target quality. Internally if the target bitrate is set to anything other then 0 the encoding-mode is CBR. This means that the gstreamer element can leave the video_quality setting alone as long as the user is tweaking the bitrate. Which has the nice side-effect that if the user explicitely sets the bitrate to 0 (which is actually the default), the quality value doesn't get reset and one ends up encoding VBR at quality-level 0...
-
- 01 Feb, 2011 1 commit
-
-
Tim-Philipp Müller authored
Remove "This property requires libtheora version >= 1.1" qualifiers from property descriptions. They aren't needed any longer now that we require libtheora >= 1.1.
-
- 13 Oct, 2010 1 commit
-
-
Stefan Kost authored
-
- 10 Oct, 2010 2 commits
-
-
Tim-Philipp Müller authored
Since this is just a debugging feature and libtheora will usually not be compiled with that option enabled, we should maybe just hide these properties, since they won't work anyway, and avoid confusing warnings. Also rename properties to make them less cryptic. https://bugzilla.gnome.org/show_bug.cgi?id=628488
-
Alexey Fisher authored
The theora decoder can overlay debugging information on the output video. This functionality is only available if libtheora has been compiled with --enable-telemetry. For more details see: http://people.xiph.org/~xiphmont/demo/theora/demo2.html Based on original patch by Michael Smith <msmith at xiph org> https://bugzilla.gnome.org/show_bug.cgi?id=628488
-
- 04 Oct, 2010 2 commits
-
-
Wim Taymans authored
We don't need to error out when we detect a discontinuity.
-
Wim Taymans authored
-
- 25 Sep, 2010 1 commit
-
-
David Schleef authored
-
- 22 Sep, 2010 1 commit
-
-
- 16 Jul, 2010 3 commits
-
-
Sebastian Dröge authored
Fixes bug #621349.
-
Sebastian Dröge authored
It's more than a year old at the time of the next -base release, has many encoder and decoder improvements and gets us rid of a lot of #ifdefs
-
Sebastian Dröge authored
-
- 30 Mar, 2010 1 commit
-
-
David Schleef authored
-
- 19 Mar, 2010 1 commit
-
-
Wim Taymans authored
Post QoS messages when we drop a frame because of QoS.
-
- 16 Mar, 2010 2 commits
-
-
Benjamin Otte authored
Fixes for the code included
-
Benjamin Otte authored
Also change my email from the old university one to the current one.
-
- 15 Mar, 2010 2 commits
-
-
David Schleef authored
-
David Schleef authored
-
- 11 Mar, 2010 2 commits
-
-
Benjamin Otte authored
... and fix all the warnings that flag throws.
-
Benjamin Otte authored
Includes all the fixes necessary to make stuff compile again.
-