- Sep 19, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Sep 18, 2013
-
-
Olivier Crête authored
Also add some x264enc profile tests https://bugzilla.gnome.org/show_bug.cgi?id=708326
-
-
- Sep 10, 2013
-
-
Thiago Santos authored
-
- Sep 05, 2013
-
-
Being silly will lead us nowhere.
-
- Sep 04, 2013
-
-
Sebastian Dröge authored
Flushing might happen before caps were set on the encoder, which would lead to crashes here. Thanks to Matej Knopp for analyzing this. https://bugzilla.gnome.org/show_bug.cgi?id=707414
-
-
- Aug 28, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 27, 2013
-
-
Tim-Philipp Müller authored
-
- Aug 21, 2013
-
-
Sebastian Dröge authored
constrained-baseline is a subset of baseline, is a subset of main, is a subset of high profile. https://bugzilla.gnome.org/show_bug.cgi?id=705425
-
-
- Aug 17, 2013
-
-
Tim-Philipp Müller authored
x264 releases carry pkg-config versions such as 0.120.x (literallly with an 'x'). Checking for x264 >= 0.120.0 will then fail, so we need to either check for > 0.119.0 or for >= 0.120 to make this work right.
-
Tim-Philipp Müller authored
We requires x264 build >= 120 now.
-
- Aug 15, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 08, 2013
-
-
- Aug 02, 2013
-
-
Fixes warnings in automake 1.14 https://bugzilla.gnome.org/show_bug.cgi?id=705350
-
Edward Hervey authored
Which is notified by hard == 0 with latest refactoring.
-
- Jul 29, 2013
-
-
Tim-Philipp Müller authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 26, 2013
-
-
Edward Hervey authored
In the case where this macro was used, that dest was != NULL but that the strncmp failed, we would end up with dest_len being undefined.
-
Edward Hervey authored
We were assigning to a guint64 value (frame->dts) the sum of a unsigned and signed value... resulting it the result never being < 0. Instead just check if it is smaller before assigning to frame->dts.
-
- Jul 25, 2013
-
-
Thiago Santos authored
Use the same seqnum as the seek for flushes/segments that are caused by the seek. Also do the same for segment events Fixes #676242
-
Sebastian Dröge authored
-
-
- Jul 22, 2013
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-