- May 29, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- May 02, 2019
-
-
Remove the git directory
-
This fixes gstreamer/gst-libav#43
-
The version of libavutil is printed in the log instead of libavcodec because avutil_version() returns LIBAVUTIL_VERSION_INT. This can be confusing, so we should be replace it with avcodec_version().
-
The start time is supposed to be the ts of the first frame. FFmpeg uses fractions to represent timestamps and the start time may use a different base than the frame pts. So we may end up having the start time bigger than the pts because of rounding when converting to gst ts. See gstreamer/gst-libav#51 for details.
-
-
Allows actually decoding such streams :)
-
Tim-Philipp Müller authored
-
- Nov 05, 2018
-
-
Sebastian Dröge authored
-
- Oct 05, 2018
-
-
Sebastian Dröge authored
-
- Oct 02, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Oct 01, 2018
-
-
Nirbheek Chauhan authored
We don't want to export any symbols from the ffmpeg static libraries we link to when building inside Cerbero. In the Autotools build, we pass -export-symbols-regex to libtool which ensures this for us.
-
- Sep 16, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Aug 16, 2018
-
-
Nicolas Dufresne authored
-
- Jul 20, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Jul 19, 2018
- Jul 18, 2018
- May 17, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- May 14, 2018
- May 01, 2018
-
-
Jan Schmidt authored
-
Jan Schmidt authored
Don't pass a relative path to gas-preprocessor, always use an absolute path to make sure it's found
-
Jan Schmidt authored
Store the original AS environment variable passed to configure correctly, and export it so it's actually available to the sub-process when configuring the embedded ffmpeg
-
- Mar 19, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 13, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 08, 2018
-
-
- Mar 06, 2018
-
-
Matthew Waters authored
Otherwise we will reference the dependant libraries with -lfoo rather than /path/to/libfoo.la which breaks with the Android-based .la parser which simply passes through all -l libraries. https://bugzilla.gnome.org/show_bug.cgi?id=786403
-
- Mar 03, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- Mar 01, 2018
-
-
Mathieu Duponchelle authored
-
- Feb 20, 2018
-
-
Matthew Waters authored
They fail with android NDK r16
-
- Feb 15, 2018
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-