- Nov 01, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Oct 28, 2016
-
-
Tim-Philipp Müller authored
-
- Oct 27, 2016
-
-
Tim-Philipp Müller authored
-
- Oct 26, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
Release 3.2.0 is planned tomorrow and we should keep track of the latest major version for 1.10 as we did in the past too.
-
- Oct 24, 2016
-
-
Sebastian Dröge authored
Assignments must not have spaces around the '='
-
- Oct 22, 2016
-
-
Sebastian Dröge authored
-
- Oct 15, 2016
-
-
Nirbheek Chauhan authored
Use the default for each compiler on every platform instead. This improves our compatibility with compilers that don't have gnu99 as a c_std.
-
- Oct 06, 2016
-
-
Sebastian Dröge authored
-
- Sep 30, 2016
-
-
Thibault Saunier authored
-
Sebastian Dröge authored
-
- Sep 29, 2016
-
-
Sebastian Dröge authored
-
- Sep 14, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
We expect it to be a int or uint, however it changed the type to a int64_t in later versions of ffmpeg. As such it would be passed as a 64 bit value to varargs functions, while the consumer of the arguments assumes only 32 bits. This causes crashes. https://bugzilla.gnome.org/show_bug.cgi?id=771092
-
- Sep 10, 2016
-
-
Jan Schmidt authored
From b18d820 to f980fd9
-
- Sep 09, 2016
-
-
Jan Schmidt authored
From f49c55e to b18d820
-
- Sep 05, 2016
-
-
Thibault Saunier authored
And bump version to 1.9.2
-
- Sep 03, 2016
- Sep 01, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Aug 29, 2016
-
-
Sebastian Dröge authored
-
Thibault Saunier authored
https://github.com/mesonbuild/meson We only support building with ffmpeg installed system wide and not as subproject yet.
-
- Aug 26, 2016
-
-
Josep Torra authored
Fixes "clang: error: argument unused during compilation: '-pthread'"
- Aug 20, 2016
-
-
Tim-Philipp Müller authored
Usually means no framerate / variable framerate. Also the fraction arguments were swapped.
-
- Aug 16, 2016
-
-
Sebastian Dröge authored
Otherwise it will pick it up when the system has the relevant headers, and then linking produces an unusable plugin later as we don't ensure that the plugin also links against the crystalhd library. https://bugzilla.gnome.org/show_bug.cgi?id=769809
-
Sebastian Dröge authored
-
- Aug 04, 2016
-
-
When switching playback modes, like from TRICKMODE or TRICKMODE_KEY_UNITS back to regular playback, we need to make sure we set the skip mode back to the default setting. While this field would be properly reset when we *have* feedback from downstream (i.e. diff != G_MAXINT64), it would not be reset during the initial phase (i.e. when the decoder hasn't pushed a buffer yet, and therefore the sink hasn't sent back QoS information). This avoids dropping plenty of frames when going back to regular playback
-
- Jul 26, 2016
-
-
Sebastian Dröge authored
-
- Jul 22, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
These can show up when having a build against a system version of ffmpeg.
-
- Jul 11, 2016
-
-
Stefan Sauer authored
From f363b32 to f49c55e
-
- Jul 06, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Jul 05, 2016
-
-
Sebastian Dröge authored
Just truncating might not be enough.
-
Sebastian Dröge authored
We won't get codec_data and various other information otherwise.
-
Sebastian Dröge authored
We won't get codec_data and various other information otherwise.
-
- Jul 01, 2016
-
-
Sebastian Dröge authored
-