History log of /external/libavc/test/encoder/main.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
983e1aecd4739d2a558228e3fb6f9895333f25d4 30-Mar-2016 Doney Alex <doney.alex@ittiam.com> Encoder: Added support for configuring VUI parameters.

Bug: 27442922

Change-Id: I781195e78c480e7449f49467abb1df71902e568d
/external/libavc/test/encoder/main.c
dfe686ad4a159a25195d614fa88cf00828f443db 23-Feb-2016 Doney Alex <doney.alex@ittiam.com> DO NOT MERGE Encoder: Added support for Constrained intra prediction.

Change-Id: I674746047b2b007ca4bc52fad1a2cd9b177cd7bb
/external/libavc/test/encoder/main.c
08e68e85c377e6e193c1b0f4038d1808c861a63c 27-Jun-2015 Martin Storsjo <martin@martin.st> avcenc: Initialize avg_time

This fixes valgrind warnings when encoding with b-frames.

Change-Id: I922314e5e6fd09db3ba60e60863e2611309886d5
/external/libavc/test/encoder/main.c
18e256879b62e15e13fe995af2db5aee08d127be 10-Jun-2015 Martin Storsjo <martin@martin.st> Remove the now unused stride field from the set dimensions struct

Since 90a3904fd3 and d020be5ac7, this field doesn't have any actual
effect - the strides are taken from the input pictures.

Change-Id: I9b08cbf8ee558e038d0017a6176d7b3bd3c428bd
/external/libavc/test/encoder/main.c
a926c1d695d6410685cd96a69ec2a7dc8d8888bd 20-Jun-2015 Martin Storsjo <martin@martin.st> avcenc: Make sure that "avcenc --help" works as intended

The --help option is handled by the normal argument parsing loop
below, but that is only invoked if argc > 2.

Change-Id: Icff3625412c340565c062628f2657c41db73068e
/external/libavc/test/encoder/main.c
81b0b5a411d197c714f2d77c9c14ae60fdfa3275 12-Jun-2015 Martin Storsjo <martin@martin.st> Don't include <sys/time.h> if WINDOWS_TIMER is set

If WINDOWS_TIMER is set, windows.h is supposed to be used instead,
and sys/time.h isn't available.

This reduces the amount of duplicated include directives in the test
apps.

Change-Id: I223d80c4ccaed2aab55e3aae66dab903ecacef7a
/external/libavc/test/encoder/main.c
134291ea0b1b9794b4d7feee2c3ffdbd941c5237 18-Jun-2015 Harinarayanan K K <harinarayanan.kk@ittiam.com> Added support for Main Profile toolsets in encoder.

Added support for CABAC entropy coding.
Added support for B slices.
Fixed an issue in rate control constant QP mode.

Change-Id: Ib759d35e8e943f941aa9b8bbff0362d92c619994
/external/libavc/test/encoder/main.c
34b8c23a26765058411dda943027e6588eaae959 20-Jun-2015 Martin Storsjo <martin@martin.st> avcenc: Check that enough arguments exist before parsing

Each round in the loop uses both argv[i] and argv[i + 1].

This fixes crashes if given an odd number of parameters, 3 or
more.

Change-Id: I9b8be99042eb7d0f69ebd87166d9cc920d15a950
/external/libavc/test/encoder/main.c
5cdb888fea0dbc2027400f5f2c2459e6b26eec0c 09-Jun-2015 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Fixed an overread in YUV420 Semi-planar input usecase

Handled non-multiple of 16 dimensions for 420 semiplanar input
Modified test code to remove alignment of width and height

Change-Id: I83ff8165364a863d577fcac81e711b07eec9c004
/external/libavc/test/encoder/main.c
25e8adb631df325607216ad6f3d6638442d9f453 20-Apr-2015 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Resolved warnings and fixed alignment of few assemblies

Resolved warnings seen in x86 modules
Fixed alignment of few modules
Updated comments in few arm modules for consistency
Fixed warnings seen in clang build

Change-Id: I0623169b5e84a6a6f09c3d2212e754101272f5e9
/external/libavc/test/encoder/main.c
cd9e51fc2b6091aa344363ee8a4f881e938ff80c 18-Apr-2015 Lajos Molnar <lajos@google.com> fix file permissions

Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
/external/libavc/test/encoder/main.c
c72323e7234ceda6c2c5be5bc2622d87cd4fbaf5 28-Apr-2015 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Fixed few issues seen in CTS tests

Added support for encoding non-multiple of 16 dimensions
Added support for encoding dimensions smaller than 64x64
Aligned coeff data to 4 byte boundary

Change-Id: I111093950f94698296d8499a2845cfe2db6c557b
/external/libavc/test/encoder/main.c
8d3d303c7942ced6a987a52db8977d768dc3605f 13-Mar-2015 Hamsalekha S <hamsalekha.s@ittiam.com> Initial version

Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017
/external/libavc/test/encoder/main.c