summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* 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
* 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
* Portability and testing issuesNick Kurshev2001-08-08
* 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
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-30
* added cpuid.sFabrice Bellard2001-07-30
* renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard2001-07-30
* use block[] in structure to have it aligned on 8 bytes for mmx optimizations ...Fabrice Bellard2001-07-30
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-30
* commentsFabrice Bellard2001-07-30
* added HAVE_AV_CONFIG_HFabrice Bellard2001-07-30
* added mpegvideo_mmx.c - added HAVE_AV_CONFIG_HFabrice Bellard2001-07-30
* Sync with mplayer's stuffNick Kurshev2001-07-30