Re: [pdf-devel] Patch for RL filter and more

2008-09-28 Thread jemarch
Hi Gerel. Well, here is the patch for the RL filter only. Also did the modifications you asked. Applied in the trunk. Many thanks.

Re: [pdf-devel] Patch for RL filter and more

2008-09-27 Thread gerel
Well, here is the patch for the RL filter only. Also did the modifications you asked. cheers ## # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: [EMAIL PROTECTED] # target_branch: file:///home/gerel/PROJECTS/libgnupdf/trunk/ # testament_sha1: 025fdf597ba9e45dc22c6a73bd70142be9fa44e

Re: [pdf-devel] Patch for RL filter and more

2008-09-26 Thread jemarch
Hi Gerel. I finally got the RL filter working. It's not easy to deal with state. :-/ Thanks. On the filter itself, I concluded that the minimum cache needed for the encoder is of 5 bytes (for writting). It is ok. Here I send the patch for the filter, a test, the memcpy() re

[pdf-devel] Patch for RL filter and more

2008-09-25 Thread gerel
Hey everyone, I finally got the RL filter working. It's not easy to deal with state. :-/ On the filter itself, I concluded that the minimum cache needed for the encoder is of 5 bytes (for writting). I couldn't make the encoder work _good_ with less, i.e. encode as much as you can before writting