- Jul 06, 2016
-
-
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
-
We have native plugins (gst-vaapi) for that
-
We already have native plugins for those
-
- Jun 30, 2016
-
-
Sebastian Dröge authored
-
- Jun 21, 2016
-
-
Nicolas Dufresne authored
From ac2f647 to f363b32
-
- May 31, 2016
-
-
Tim-Philipp Müller authored
Needed by new automake test runner.
-
- May 15, 2016
-
-
Sebastian Dröge authored
-
- May 14, 2016
-
-
Edward Hervey authored
We might have cases where the framerate is not known (0/1).
-
- May 13, 2016
-
-
Several decoders will only be able to report a real latency (has_b_frames) once they're actually initialized (i.e. when they return their first frame). Doing it earlier (in set_format) doesn't guarantee that the AVCodecContext has_b_frames has been properly initialized. https://bugzilla.gnome.org/show_bug.cgi?id=766362
-
-
- May 03, 2016
-
-
Sebastian Dröge authored
-
- Apr 29, 2016
-
-
Sebastian Dröge authored
Otherwise we will consider them as one frame of raw audio that is still pending, and shift all timestamps by the amount of time spent with header buffers. https://bugzilla.gnome.org/show_bug.cgi?id=765797
-
Sebastian Dröge authored
Otherwise the next successfully decoded frame will get its timestamp and we will slowly let a/v sync drift apart. https://bugzilla.gnome.org/show_bug.cgi?id=765797
-
- Apr 28, 2016
-
-
Sebastian Dröge authored
Various functions in libavcodec need them, like the format, sample rate, etc. and just having them in the context is not enough. This fixes draining for codecs like MP2 that require a fixed frame size and require libav to pad the last frame if required.
-
- Apr 25, 2016
-
-
Sebastian Dröge authored
It has its own allocator that depending on the configuration is incompatible with GLib's and just causes a segmentation fault. Like on Windows. https://bugzilla.gnome.org/show_bug.cgi?id=760266
-
- Apr 20, 2016
-
-
Sebastian Dröge authored
Otherwise avdeinterlace won't find any filters, and we only use yadif in there. https://bugzilla.gnome.org/show_bug.cgi?id=765319
-
- Apr 15, 2016
-
-
Sebastian Dröge authored
-
- Apr 14, 2016
-
-
Julien Isorce authored
From 6f2d209 to ac2f647
-
- Mar 24, 2016
-
-
Víctor Manuel Jáquez Leal authored
The GObject macros either for GstFFMpegVidDec and GstFFMpegVidEnc can break the compilation because they are not GTypes, since each av video elements are registered in runtime. https://bugzilla.gnome.org/show_bug.cgi?id=764162
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Mar 21, 2016
-
-
The next checks can also set CPPFLAGS. https://bugzilla.gnome.org/show_bug.cgi?id=763940
-
- Mar 15, 2016
-
-
Sebastian Dröge authored
-
- Mar 11, 2016
-
-
Sebastian Dröge authored
Otherwise we set a random value from the stack as bitrate. The default (0) is a better choice and doesn't upset valgrind.
-
- Mar 01, 2016
-
-
Sebastian Dröge authored
-
- Feb 26, 2016
-
-
Sebastian Dröge authored
From b64f03f to 6f2d209
-
- Feb 23, 2016
-
-
Sebastian Dröge authored
Remove calls to gst_pad_has_current_caps() which then go on to call gst_pad_get_current_caps() as the caps can go to NULL in between. Instead just use gst_pad_get_current_caps() and check for NULL. https://bugzilla.gnome.org/show_bug.cgi?id=759539
-
- Feb 21, 2016
-
-
Tim-Philipp Müller authored
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
-
- Feb 20, 2016
-
-
Tim-Philipp Müller authored
It's not right and won't work on Windows with MSVC.
-
- Feb 19, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Feb 16, 2016
-
-
Switch the gobject properties and internal handling to support that
-
Sebastian Dröge authored
-
Sebastian Dröge authored
There are some new codec IDs that we probably would like to map too, e.g. Dirac/VC2 and Cineform HD.
-
- Feb 15, 2016
-
-
Sebastian Dröge authored
-