gstreamer/ext/aom
Matthew Waters 3cb01699d4 av1enc: fix werror build with clang
../subprojects/gst-plugins-bad/ext/aom/gstav1enc.c:415:34: warning: implicit conversion from enumeration type 'GstAV1EncEndUsageMode' to different enumeration type 'enum aom_rc_mode' [-Wenum-conversion]
  av1enc->aom_cfg.rc_end_usage = DEFAULT_END_USAGE;
                               ~ ^~~~~~~~~~~~~~~~~
../subprojects/gst-plugins-bad/ext/aom/gstav1enc.c:162:41: note: expanded from macro 'DEFAULT_END_USAGE'
#define DEFAULT_END_USAGE               GST_AV1_ENC_END_USAGE_VBR
                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
2019-08-28 02:47:18 +00:00
..
gstaom.c Add aom plugin with av1enc and av1dec element 2017-12-15 15:44:17 +01:00
gstaom.h Add aom plugin with av1enc and av1dec element 2017-12-15 15:44:17 +01:00
gstav1dec.c doc: remove xml from comments 2019-05-29 22:58:08 +02:00
gstav1dec.h aom: Add direct casts for GstAV1Enc and GstAV1Dec 2018-01-26 11:12:06 +02:00
gstav1enc.c av1enc: fix werror build with clang 2019-08-28 02:47:18 +00:00
gstav1enc.h av1enc: Add threads and row-mt properties 2019-07-22 11:23:47 +03:00
gstav1utils.c av1enc: Add to configure image formats 2018-10-10 15:44:34 -04:00
gstav1utils.h av1enc: Add to configure image formats 2018-10-10 15:44:34 -04:00
Makefile.am av1enc: Add configurations 2018-10-10 15:44:34 -04:00
meson.build meson: Keep track of the aom plugin 2019-05-18 12:09:18 +01:00