/haiku/src/add-ons/translators/avif/ |
H A D | ConfigView.h | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
H A D | main.cpp | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
H A D | Jamfile | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
H A D | AVIFTranslator.rdef | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
H A D | AVIFTranslator.h | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
H A D | AVIFTranslator.cpp | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
H A D | ConfigView.cpp | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/data/mime_db/image/ |
H A D | avif | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/data/package_infos/generic/ |
H A D | haiku | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/add-ons/translators/ |
H A D | Jamfile | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/build/jam/images/definitions/ |
H A D | regular | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/build/jam/ |
H A D | BuildFeatures | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/ |
H A D | Jamfile | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|
/haiku/src/apps/aboutsystem/ |
H A D | AboutSystem.cpp | 147b47e086545e69669779a5a738465852b3125e Thu Jul 16 14:29:19 UTC 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Translators: Add an AVIF translator
This translator only supports still images for now, and supports both decoding and encoding.
Encoding support has been tested only with aom, rav1e doesn’t build on Haiku yet, see https://github.com/haikuports/haikuports/pull/5534 for one of the missing dependencies.
Change-Id: I716f4b862ed316b89b227bfed38072d72074201f Reviewed-on: https://review.haiku-os.org/c/haiku/+/3040 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
|