Mercurial > libavcodec.hg
graph
-
fixed mpeg2 non intra dequant - fixed MPEG1 and 2 matrix parsing libavcodecSun, 12 Aug 2001 00:52:01 +0000, by glantau
-
fixed last zero mv for field - fixed mismatch handling for intra coefs libavcodecSat, 11 Aug 2001 22:08:23 +0000, by glantau
-
added 422P, 444P support - added deinterlace support - added xxx to RGB24 convertion libavcodecSat, 11 Aug 2001 19:03:02 +0000, by glantau
-
new img_convert API - added deinterlacing filter libavcodecSat, 11 Aug 2001 19:00:05 +0000, by glantau
-
return dummy quality to avoid bug in -sameq case - forgot emms in error case libavcodecWed, 08 Aug 2001 22:11:48 +0000, by glantau
-
fixed mpeg1 first block bug (pb with black picture optimisation for B frames) libavcodecWed, 08 Aug 2001 21:57:07 +0000, by glantau
-
fixed mpeg1 last block bug (mb stuffing code was not included in vlc table...) libavcodecWed, 08 Aug 2001 21:53:28 +0000, by glantau
-
added forgotten emms() - fix various segmentation faults when using mjpeg libavcodecWed, 08 Aug 2001 19:08:50 +0000, by glantau
-
fixed block permutation in encoder (not optimal - should move it in forward DCT code) libavcodecTue, 07 Aug 2001 22:48:42 +0000, by glantau
-
changed quant matrix order (should fix mmx mpeg decoding bug) libavcodecTue, 07 Aug 2001 22:47:08 +0000, by glantau
-
fixed mjpeg matrix quant encoding and decoding libavcodecTue, 07 Aug 2001 22:46:19 +0000, by glantau
-
permuted coefs in normal IDCT to avoid having different cases there libavcodecTue, 07 Aug 2001 22:45:35 +0000, by glantau
-
added 422P and 444P support - fixed block parsing error libavcodecMon, 06 Aug 2001 01:54:05 +0000, by glantau
-
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program) libavcodecMon, 06 Aug 2001 01:53:21 +0000, by glantau
-
added MJPEG decoder, renamed mjpegenc.c to mjpeg.c libavcodecMon, 06 Aug 2001 00:44:48 +0000, by glantau
-
Suppressing external gas stuff to improve portability to Win32 libavcodecSun, 05 Aug 2001 16:49:57 +0000, by nickols_k
-
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... libavcodecFri, 03 Aug 2001 23:09:15 +0000, by arpi_esp
-
MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 libavcodecFri, 03 Aug 2001 18:33:03 +0000, by arpi_esp
-
- removed #include ../config.h, because it's included from common.h libavcodecThu, 02 Aug 2001 18:46:26 +0000, by arpi_esp
-
Adding fastmemcpy stuff to speedup mplayer project libavcodecThu, 02 Aug 2001 08:29:38 +0000, by nickols_k
-
added external cpuid code to solve -fPIC and gcc unclear constraints problems libavcodecMon, 30 Jul 2001 23:51:20 +0000, by glantau
-
renamed - use of s->dct_unquantize function pointer - SHOULD add faster h263 mmx specific unquantization stuff libavcodecMon, 30 Jul 2001 23:28:35 +0000, by glantau
-
use block[] in structure to have it aligned on 8 bytes for mmx optimizations - dct_unquantize is always a function pointer - added specialized dct_unquantize_h263 libavcodecMon, 30 Jul 2001 23:26:26 +0000, by glantau
-
use block[] in structure to have it aligned on 8 bytes for mmx optimizations libavcodecMon, 30 Jul 2001 23:24:58 +0000, by glantau
-
added mpegvideo_mmx.c - added HAVE_AV_CONFIG_H libavcodecMon, 30 Jul 2001 23:21:37 +0000, by glantau
-
added skip macroblock optimization (big perf win on black regions for example) libavcodecTue, 24 Jul 2001 20:43:41 +0000, by glantau
-
added emms_c() macro which should can used in c code in both mmx/non mmx cases libavcodecTue, 24 Jul 2001 20:42:03 +0000, by glantau
-
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer) libavcodecMon, 23 Jul 2001 20:58:31 +0000, by glantau
-
fixed config for direct mplayer build compatibility libavcodecMon, 23 Jul 2001 20:06:54 +0000, by glantau