One Hat Cyber Team
Your IP :
216.73.217.15
Server IP :
157.15.65.100
Server :
Linux 157-15-65-100.cprapid.com 5.14.0-362.24.2.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Mar 30 14:11:54 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
libmpeg2
/
View File Name :
TODO
* plain bugs * fix VIS IDCT code (handling of nonprogressive frame pictures) * things we dont implement yet * more verbose error reporting * export MC information (for XvMC or for error resilience) * export quantizer information (for postprocessing filters) * dont crash on bad streams, make sure we can resync after a while * possible chunk buffer overflow while reading bits * synchronization stuff (play at correct speed) * IDCT precision with sparse matrixes * sparc IDCT optimizations * support for still pictures (decode before receiving next startcode !) * structural optimizations * do yuv per sub-slice (probably big speed boost) * try different memory arrangements for pictures (yuyv, stride, ...) * once we have sync, call draw_frame before decoding I or P not after * local optimizations * put most common fields at start of decoder_t structure * fix code that uses multiples of the stride (use preshifted value ?) * avoid 8-bit accesses particularly on alpha * use 64-bit shift register for parsing on 64-bit arches * use restrict (__restrict__) pointers: int * restrict p; * try feig IDCT ? * review the use of static inline functions * improve MMX motion comp inner routines * optimize IDCT for very sparse input matrixes ? * optimize startcode search loop ? * bit parsing / DCT parsing optimizations * clean up * clean up header file usage * clean up yuv2rgb for interlaced pictures (handling of uv) * clean up decoder_t structure (some variables should be local ?) * clean up slice_init