- 04 Nov, 2016 3 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
D Scott Phillips authored
The FFmpeg-origin check can't work if it isn't provided the dependency library. https://bugzilla.gnome.org/show_bug.cgi?id=773911
-
- 01 Nov, 2016 9 commits
-
-
-
-
-
-
Sebastian Dröge authored
But only if upstream did not provide that information. https://bugzilla.gnome.org/show_bug.cgi?id=750882
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Make avdec_opus work. https://bugzilla.gnome.org/show_bug.cgi?id=773672
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 28 Oct, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 27 Oct, 2016 1 commit
-
-
Tim-Philipp Müller authored
-
- 26 Oct, 2016 3 commits
-
-
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.
-
- 24 Oct, 2016 1 commit
-
-
Sebastian Dröge authored
Assignments must not have spaces around the '='
-
- 22 Oct, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 15 Oct, 2016 1 commit
-
-
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.
-
- 06 Oct, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 30 Sep, 2016 2 commits
-
-
Thibault Saunier authored
-
Sebastian Dröge authored
-
- 29 Sep, 2016 1 commit
-
-
Sebastian Dröge authored
-
- 14 Sep, 2016 2 commits
-
-
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
-
- 10 Sep, 2016 1 commit
-
-
Jan Schmidt authored
From b18d820 to f980fd9
-
- 09 Sep, 2016 1 commit
-
-
Jan Schmidt authored
From f49c55e to b18d820
-
- 05 Sep, 2016 1 commit
-
-
Thibault Saunier authored
And bump version to 1.9.2
-
- 03 Sep, 2016 1 commit
-
-
- 01 Sep, 2016 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- 29 Aug, 2016 2 commits
-
-
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.
-
- 26 Aug, 2016 2 commits
-
-
-
Josep Torra authored
Fixes "clang: error: argument unused during compilation: '-pthread'"
-
- 20 Aug, 2016 1 commit
-
-
Tim-Philipp Müller authored
Usually means no framerate / variable framerate. Also the fraction arguments were swapped.
-
- 16 Aug, 2016 2 commits
-
-
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
-
- 04 Aug, 2016 1 commit
-
-
Edward Hervey authored
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
-