aboutsummaryrefslogtreecommitdiff
path: root/encoder/irc_cbr_buffer_control.c
AgeCommit message (Collapse)Author
2015-06-23Don't use static structs for rc initMartin Storsjo
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
2015-05-05fix file permissionsLajos Molnar
Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
2015-04-02Initial versionHamsalekha S
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017