summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* arm specific codeFabrice Bellard2001-08-13
* win32 fixesFabrice Bellard2001-08-13
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-12
* fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsingFabrice Bellard2001-08-12
* fixed last zero mv for field - fixed mismatch handling for intra coefsFabrice Bellard2001-08-11
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-11
* removed incomplete seek patchFabrice Bellard2001-08-11
* picture utilsFabrice Bellard2001-08-11
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-11
* added interlaced MJPEG supportFabrice Bellard2001-08-11
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard2001-08-11
* fix msmpeg4 seekFabrice Bellard2001-08-11
* export for imgconvert usageFabrice Bellard2001-08-11
* new img_convert API - added deinterlacing filterFabrice Bellard2001-08-11
* added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/...Fabrice Bellard2001-08-11
* add deinterlacing support - add new image converter supportFabrice Bellard2001-08-11
* use MAKE variableFabrice Bellard2001-08-11
* updatedFabrice Bellard2001-08-11
* fixed mb_intra_vlc decoding table sizeFabrice Bellard2001-08-11
* return dummy quality to avoid bug in -sameq case - forgot emms in error caseFabrice Bellard2001-08-08
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-08
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-08
* added forgotten emms() - fix various segmentation faults when using mjpegFabrice Bellard2001-08-08
* fixed avi RIFF header sizeFabrice Bellard2001-08-08
* Portability and testing issuesNick Kurshev2001-08-08
* updatedFabrice Bellard2001-08-07
* added mmx idctFabrice Bellard2001-08-07
* fixed scan protosFabrice Bellard2001-08-07
* fixed block permutation in encoder (not optimal - should move it in forward D...Fabrice Bellard2001-08-07
* updated scansFabrice Bellard2001-08-07
* changed quant matrix order (should fix mmx mpeg decoding bug)Fabrice Bellard2001-08-07
* fixed mjpeg matrix quant encoding and decodingFabrice Bellard2001-08-07
* permuted coefs in normal IDCT to avoid having different cases thereFabrice Bellard2001-08-07
* added idct reference codeFabrice Bellard2001-08-07
* added block permutation functionsFabrice Bellard2001-08-07
* updated dct-test to test IDCTs tooFabrice Bellard2001-08-07
* added idct mmxFabrice Bellard2001-08-07
* updated mmx macrosFabrice Bellard2001-08-07
* added idct mmx codeFabrice Bellard2001-08-07
* use default huffman tables if none givenFabrice Bellard2001-08-06
* added 422P and 444P support - fixed block parsing errorFabrice Bellard2001-08-06
* added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in ...Fabrice Bellard2001-08-06
* added correct component id handlingFabrice Bellard2001-08-06
* types fixFabrice Bellard2001-08-06
* added MJPEG decoder + commentsFabrice Bellard2001-08-06
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-06
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-05
* get_bits() specialization, gives 4\speedupArpi2001-08-04
* inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...Arpi2001-08-03
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-03