I'm working on moving a few more of the parsers to separate files, namely H.263, H.264. The problem is that these parsers depend on functions from the decoders. My plan is to move these to a common file. For H.264 this means moving h264.c to h264dec.c and creating h264.c and h264.h. OK to proceed? Shall I send patches first? Diego