vpx/vp8/decoder
Attila Nagy ea392d4714 Fix another multithreaded encoder loopfilter race condition
After a key frame encoding, the frame type could change while
filtering is still going on. Pass the frame type as parameter to the
loopfilter function and don't read it from common storage.

vp8cx_set_alt_lf_level has to be done before packing the stream.
Currently alt_lf_level is not used so there hasn't been any visible
problem here.

Change-Id: Ia114162158cd833c2b16e3b89303cc9c91f19165
2012-05-23 15:19:48 +03:00
..
asm_dec_offsets.c Remove unused DETOK structure 2011-10-21 09:33:49 +03:00
dboolhuff.c Moved vp8_encode_bool into boolhuff.h 2011-07-19 09:17:25 -04:00
dboolhuff.h Replace vpx_ports/config.h with vpx_config.h 2011-09-22 13:33:54 +03:00
decodemv.c Removes duplication of key frame mode probabilities 2012-04-23 12:58:39 +03:00
decodemv.h Use WebM in copyright notice for consistency 2010-09-09 10:01:21 -04:00
decoderthreading.h vp8mt_alloc_temp_buffers: make prototype return void 2010-11-17 09:13:57 -05:00
decodframe.c fix warnings for building on win32 2012-05-11 12:36:50 -07:00
detokenize.c MB_MODE_INFO size reduction 2012-03-29 16:30:14 -04:00
detokenize.h remove assembly detokenizer 2011-02-11 11:09:00 -05:00
ec_types.h Broken EC after MODE_INFO size reduction 2011-05-26 15:13:00 -04:00
error_concealment.c Moves error concealment allocations from common parts to decoder 2012-04-26 11:49:15 +03:00
error_concealment.h Adding error-concealment to the decoder. 2011-05-19 13:46:33 -04:00
onyxd_if.c Fix another multithreaded encoder loopfilter race condition 2012-05-23 15:19:48 +03:00
onyxd_int.h fix warnings for building on win32 2012-05-11 12:36:50 -07:00
threading.c fix warnings for building on win32 2012-05-11 12:36:50 -07:00
treereader.h Removed unused function vp8_treed_read_num 2011-06-07 09:32:51 -04:00