Lines Matching refs:decoder
617 because liblzma's LZMA decoder doesn't support lc + lp > 4.
1631 The decoder considered empty LZMA2 streams to be corrupt.
4245 Index decoder fixes.
4247 The Index decoder code didn't perfectly match the API docs,
4252 Now the decoder will initially set *i to NULL. *i will be set
6360 Removed --disable-encoder and --disable-decoder. Use the values
6362 if any encoder or decoder support is wanted.
6702 Fix off-by-one in LZ decoder.
7588 Fix a dumb bug in Block decoder, which made it return
7759 Disable both Subblock encoder and decoder my default,
8016 Fix a dumb bug in .lzma decoder which was introduced in
8062 The LZMA2 decoder fix introduced a bug to LZ decoder,
8063 which made LZ decoder return too early after dictionary
8084 Fix data corruption in LZMA2 decoder.
8222 LZMA2 decoder cleanups. Make it require new LZMA properties
8298 VLI encoder and decoder cleanups. Made encoder return
8739 Fixed Stream decoder to actually use the first_stream variable.
8758 Fixed uninitialized variable in Stream decoder.
8962 LZ decoder cleanup
9236 decoders, which will usually ignore it (auto decoder and
9237 Stream decoder being exceptions).
9266 Auto decoder cleanup
9275 Updated auto decoder to handle LZMA_CONCATENATED when decoding
9278 auto decoder than LZMA_Alone decoder.
9287 Stream decoder cleanups
9642 decoder structure.
9644 Make the LZMA decoder to rely on the current internal API
10133 Replaced the range decoder optimization that used arithmetic
10147 Take advantage of arithmetic right shift in range decoder.
10228 Apply a minor speed optimization to LZMA decoder.
10282 get initialized as a side-effect after allocating a new decoder,
10283 but not when the decoder was reused.
10302 Remove two redundant validity checks from the LZMA decoder.
10323 decoder. There's no danger of information leak here, so
10437 encoder and decoder, and put the shared things to
10636 what Metadata decoder does after this patch too.
10792 function is still shared between encoder and decoder, but the
10793 actual coding is in separate files for encoder and decoder.
10904 Subblock decoder: Don't exit the main loop in decode_buffer()
11232 More fixes to LZMA decoder's flush marker handling.
11606 Moved range decoder initialization (reading the first
11607 five input bytes) from LZMA decoder to range decoder
11834 Re-enabled the security checks in Subblock decoder