History log of /external/libavc/encoder/irc_cbr_buffer_control.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7313602decf30364e4823f6a9c34045432f0bd9f 23-Jun-2015 Martin Storsjo <martin@martin.st> Don't use static structs for rc init

Most of them was benign and didn't risk any data race; they
were used for write-only memory during init.

The array as_itt_memtab in ih264e_get_rate_control_mem_tab
could however cause a real data race, if multiple threads
try to initialize an encoder at the same time, since it
used as temporary storage when mapping between different
structs.

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

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

Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017
/external/libavc/encoder/irc_cbr_buffer_control.c