Mercurial > libavcodec.hg
graph
-
Make dct_unquantize_h263 work on systems without MVI extension. libavcodecWed, 03 Jul 2002 23:30:32 +0000, by mellum
-
Update and activate dct_unquantize_h263_mvi. Thanks to Mns Rullgrd libavcodecWed, 03 Jul 2002 03:01:06 +0000, by mellum
-
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to libavcodecTue, 02 Jul 2002 02:22:46 +0000, by mellum
-
Assembly version of put_pixels. This is currently the function that libavcodecMon, 01 Jul 2002 23:47:01 +0000, by mellum
-
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This libavcodecMon, 01 Jul 2002 04:26:07 +0000, by mellum
-
colorspace converter tests (memory corruption tests at different width/src/dst) libavcodecSat, 29 Jun 2002 15:01:23 +0000, by michael
-
* turned into debug message - it's annoying when watching mjpeg files libavcodecThu, 27 Jun 2002 13:21:16 +0000, by kabi
-
init dc_scale tables to defaults (fixes mjpeg sig11) libavcodecTue, 25 Jun 2002 10:15:42 +0000, by michaelni
-
Ugly hack to make the assembler accept MVI instructions. libavcodecMon, 24 Jun 2002 22:22:39 +0000, by mellum
-
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more libavcodecMon, 24 Jun 2002 21:17:22 +0000, by mellum
-
fixing wmv1 bugs, it was foolish to belive that m$ would use the same dc prediction as mpeg4 just cuz they changed it a bit from msmpeg4v3 libavcodecSat, 22 Jun 2002 15:52:25 +0000, by michaelni
-
reverted to inttypes.h since it gives problems on some unixes libavcodecThu, 13 Jun 2002 23:36:30 +0000, by bellard
-
move unaligned access macros to dsputil.h - added unaligned 32 bit store libavcodecTue, 11 Jun 2002 13:43:27 +0000, by bellard
-
put codec registering in another file so that the user can install the codecs he wants libavcodecTue, 11 Jun 2002 13:41:41 +0000, by bellard
-
put memory functions in a separate file so that the user can redefinite them without modifying the library libavcodecTue, 11 Jun 2002 13:41:01 +0000, by bellard
-
added installlib target to install static libraries and includes libavcodecTue, 11 Jun 2002 13:39:47 +0000, by bellard
-
do not export internal functions - use stdint.h libavcodecTue, 11 Jun 2002 13:38:54 +0000, by bellard
-
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too libavcodecSun, 09 Jun 2002 13:43:53 +0000, by michaelni
-
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>" libavcodecFri, 07 Jun 2002 22:01:03 +0000, by arpi_esp
-
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs libavcodecWed, 05 Jun 2002 14:25:06 +0000, by bellard
-
avoid name clash with libjpeg - added missing externs libavcodecTue, 04 Jun 2002 12:58:40 +0000, by bellard
-
added missing externs (we were lucky that commons are used) libavcodecTue, 04 Jun 2002 12:56:04 +0000, by bellard
-
* implemented remaing avg_ pixel functions (these are not used offen) libavcodecMon, 03 Jun 2002 17:31:46 +0000, by kabi
-
new field for communicating with external postprocessing libavcodecMon, 03 Jun 2002 07:01:42 +0000, by nickols_k
-
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>) libavcodecSun, 02 Jun 2002 16:06:41 +0000, by michaelni
-
10l found&patch by D Richard Felker III <dalias at aerifal.cx> libavcodecSun, 02 Jun 2002 15:49:21 +0000, by michaelni
-
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>) libavcodecSun, 02 Jun 2002 15:31:30 +0000, by michaelni
-
b_quant_offset (unfinished, should be 0 for now) libavcodecSun, 02 Jun 2002 12:24:26 +0000, by michaelni