17294 Commits (71e685b0183b17e43da3959e620fe22afbe8a64c)
 

Author SHA1 Message Date
Fabrice Bellard 27e084bd61 added raw mjpeg 23 years ago
Fabrice Bellard 13a7d16ede added static 23 years ago
Fabrice Bellard eea23282fa added raw mjpeg format - added jpeg image format 23 years ago
Fabrice Bellard 0bb8c16806 changed jpegenc.c to jpeg.c 23 years ago
Fabrice Bellard 8fa30bd7c3 updated 23 years ago
Fabrice Bellard dd2af5aa4e jpeg hack 23 years ago
Fabrice Bellard 3abf2c27c6 added jpeg image read/write 23 years ago
Fabrice Bellard 79ba6118b9 added FAQ - you are free to add entries - the web page faq is generated from this file 23 years ago
Fabrice Bellard 104452705b added win32 vc6 project files 23 years ago
Fabrice Bellard 4a8c7a7f17 updated 23 years ago
Fabrice Bellard 1a56543279 win32 fixes 23 years ago
Fabrice Bellard d95ecd058e better vol header parsing for mpeg4 23 years ago
Fabrice Bellard 3d03c0a24e arm optimizations 23 years ago
Fabrice Bellard bdc4796fae win32 fixes 23 years ago
Fabrice Bellard 6ed7422a9e added arm support - added --disable-grab 23 years ago
Fabrice Bellard 92651f67a0 arm specific code 23 years ago
Fabrice Bellard 8be1c6563c win32 fixes 23 years ago
Fabrice Bellard 519c2b6d11 moved matrix init away from MPV_common_init() 23 years ago
Fabrice Bellard 25ed7f9235 fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing 23 years ago
Fabrice Bellard d753173a55 fixed last zero mv for field - fixed mismatch handling for intra coefs 23 years ago
Fabrice Bellard 514547517b fixed mpeg2 interlaced DCT 23 years ago
Fabrice Bellard ce6758821d removed incomplete seek patch 23 years ago
Fabrice Bellard cf0875950d picture utils 23 years ago
Fabrice Bellard 0ee50938f1 fixed mpeg2 qscale decoding 23 years ago
Fabrice Bellard 991ae7b6a4 added interlaced MJPEG support 23 years ago
Fabrice Bellard 85c242d800 added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion 23 years ago
Fabrice Bellard 4af5e4ef5e fix msmpeg4 seek 23 years ago
Fabrice Bellard 0cfa9713f7 export for imgconvert usage 23 years ago
Fabrice Bellard 219b06c66b new img_convert API - added deinterlacing filter 23 years ago
Fabrice Bellard 6775c758c4 added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write support 23 years ago
Fabrice Bellard cfcf0ffda6 add deinterlacing support - add new image converter support 23 years ago
Fabrice Bellard 2cc8ae9676 use MAKE variable 23 years ago
Fabrice Bellard 0c1e384c5f updated 23 years ago
Fabrice Bellard 2cb1773ddc fixed mb_intra_vlc decoding table size 23 years ago
Fabrice Bellard 486171d7ba return dummy quality to avoid bug in -sameq case - forgot emms in error case 23 years ago
Fabrice Bellard 425dddb7f1 fixed mpeg1 first block bug (pb with black picture optimisation for B frames) 23 years ago
Fabrice Bellard b9ecd1ee74 fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) 23 years ago
Fabrice Bellard 186f8ae1f5 added forgotten emms() - fix various segmentation faults when using mjpeg 23 years ago
Fabrice Bellard e643b32b1b fixed avi RIFF header size 23 years ago
Nick Kurshev c10e9f70c0 Portability and testing issues 23 years ago
Fabrice Bellard 16fbebe173 updated 23 years ago
Fabrice Bellard 8def029919 added mmx idct 23 years ago
Fabrice Bellard 3c054a1cdd fixed scan protos 23 years ago
Fabrice Bellard 4f1c7e3c92 fixed block permutation in encoder (not optimal - should move it in forward DCT code) 23 years ago
Fabrice Bellard 689b775b85 updated scans 23 years ago
Fabrice Bellard 6083244881 changed quant matrix order (should fix mmx mpeg decoding bug) 23 years ago
Fabrice Bellard 47476fa9fd fixed mjpeg matrix quant encoding and decoding 23 years ago
Fabrice Bellard 13b5475264 permuted coefs in normal IDCT to avoid having different cases there 23 years ago
Fabrice Bellard dc541ee74b added idct reference code 23 years ago
Fabrice Bellard e0eac44e82 added block permutation functions 23 years ago