summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* picture utilsFabrice Bellard2001-08-111-0/+97
* fixed mpeg2 qscale decodingFabrice Bellard2001-08-111-11/+18
* added interlaced MJPEG supportFabrice Bellard2001-08-111-2/+36
* added 422P, 444P support - added deinterlace support - added xxx to RGB24 con...Fabrice Bellard2001-08-111-29/+361
* fix msmpeg4 seekFabrice Bellard2001-08-111-0/+4
* export for imgconvert usageFabrice Bellard2001-08-112-1/+2
* new img_convert API - added deinterlacing filterFabrice Bellard2001-08-111-1/+11
* fixed mb_intra_vlc decoding table sizeFabrice Bellard2001-08-111-1/+1
* return dummy quality to avoid bug in -sameq case - forgot emms in error caseFabrice Bellard2001-08-081-3/+9
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-081-0/+1
* fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...)Fabrice Bellard2001-08-081-2/+2
* added forgotten emms() - fix various segmentation faults when using mjpegFabrice Bellard2001-08-081-0/+2
* Portability and testing issuesNick Kurshev2001-08-082-4/+18
* added mmx idctFabrice Bellard2001-08-071-26/+9
* fixed scan protosFabrice Bellard2001-08-071-7/+2
* fixed block permutation in encoder (not optimal - should move it in forward D...Fabrice Bellard2001-08-071-0/+4
* updated scansFabrice Bellard2001-08-072-37/+2
* changed quant matrix order (should fix mmx mpeg decoding bug)Fabrice Bellard2001-08-071-12/+18
* fixed mjpeg matrix quant encoding and decodingFabrice Bellard2001-08-071-6/+10
* permuted coefs in normal IDCT to avoid having different cases thereFabrice Bellard2001-08-071-7/+9
* added idct reference codeFabrice Bellard2001-08-071-0/+36
* added block permutation functionsFabrice Bellard2001-08-072-1/+85
* updated dct-test to test IDCTs tooFabrice Bellard2001-08-071-14/+94
* added idct mmxFabrice Bellard2001-08-071-2/+4
* updated mmx macrosFabrice Bellard2001-08-071-493/+196
* added idct mmx codeFabrice Bellard2001-08-071-0/+590
* use default huffman tables if none givenFabrice Bellard2001-08-061-9/+18
* added 422P and 444P support - fixed block parsing errorFabrice Bellard2001-08-061-10/+16
* added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in ...Fabrice Bellard2001-08-061-0/+2
* added correct component id handlingFabrice Bellard2001-08-061-11/+15
* types fixFabrice Bellard2001-08-063-7/+7
* added MJPEG decoder + commentsFabrice Bellard2001-08-063-2/+24
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-063-418/+925
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-053-42/+15
* get_bits() specialization, gives 4\speedupArpi2001-08-044-138/+179
* inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...Arpi2001-08-032-14/+29
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-036-4/+37
* - removed #include ../config.h, because it's included from common.hArpi2001-08-024-20/+0
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-026-1/+38
* added external cpuid code to solve -fPIC and gcc unclear constraints problemsFabrice Bellard2001-07-302-12/+33
* added cpuid.sFabrice Bellard2001-07-301-1/+4
* renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 ...Fabrice Bellard2001-07-301-29/+17
* use block[] in structure to have it aligned on 8 bytes for mmx optimizations ...Fabrice Bellard2001-07-302-55/+85
* use block[] in structure to have it aligned on 8 bytes for mmx optimizationsFabrice Bellard2001-07-302-9/+7
* commentsFabrice Bellard2001-07-301-2/+0
* added HAVE_AV_CONFIG_HFabrice Bellard2001-07-301-0/+2
* added mpegvideo_mmx.c - added HAVE_AV_CONFIG_HFabrice Bellard2001-07-301-2/+2
* Sync with mplayer's stuffNick Kurshev2001-07-306-25/+285
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-245-0/+38
* added emms_c() macro which should can used in c code in both mmx/non mmx casesFabrice Bellard2001-07-243-9/+10
OpenPOWER on IntegriCloud