2002-07-03 |
mellum |
Make dct_unquantize_h263 work on systems without MVI extension.
libavcodec
|
2002-07-03 |
mellum |
Update and activate dct_unquantize_h263_mvi. Thanks to Måns Rullgård
libavcodec
|
2002-07-03 |
mellum |
Use updated motion compensation routines.
libavcodec
|
2002-07-02 |
mellum |
Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to
libavcodec
|
2002-07-01 |
mellum |
Assembly version of put_pixels. This is currently the function that
libavcodec
|
2002-07-01 |
mellum |
Add profiling support.
libavcodec
|
2002-07-01 |
mellum |
Implement put_pixels_clamped and add_pixels_clamped in Assembler. This
libavcodec
|
2002-06-29 |
michael |
colorspace converter tests (memory corruption tests at different width/src/dst)
libavcodec
|
2002-06-27 |
kabi |
* turned into debug message - it's annoying when watching mjpeg files
libavcodec
|
2002-06-25 |
michaelni |
init dc_scale tables to defaults (fixes mjpeg sig11)
libavcodec
|
2002-06-24 |
mellum |
Ugly hack to make the assembler accept MVI instructions.
libavcodec
|
2002-06-24 |
mellum |
* Fixed constraints
libavcodec
|
2002-06-24 |
mellum |
Reintroduce lost idctSparseCol for Alpha. Sorry for adding even more
libavcodec
|
2002-06-24 |
michaelni |
4mv bugfix
libavcodec
|
2002-06-22 |
michaelni |
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
libavcodec
|
2002-06-18 |
michaelni |
wmv1 support
libavcodec
|
2002-06-18 |
michaelni |
wmv1 support
libavcodec
|
2002-06-18 |
michaelni |
dc scale simplification/optimization
libavcodec
|
2002-06-17 |
bellard |
use #ifdef
libavcodec
|
2002-06-13 |
bellard |
reverted to inttypes.h since it gives problems on some unixes
libavcodec
|
2002-06-11 |
bellard |
moved code to mem.c and allcodecs.c
libavcodec
|
2002-06-11 |
bellard |
fixed one mpeg decoder memory leak
libavcodec
|
2002-06-11 |
bellard |
move unaligned access macros to dsputil.h - added unaligned 32 bit store
libavcodec
|
2002-06-11 |
bellard |
memory functions are exported
libavcodec
|
2002-06-11 |
bellard |
put codec registering in another file so that the user can install the codecs he wants
libavcodec
|
2002-06-11 |
bellard |
put memory functions in a separate file so that the user can redefinite them without modifying the library
libavcodec
|
2002-06-11 |
bellard |
added installlib target to install static libraries and includes
libavcodec
|
2002-06-11 |
bellard |
do not export internal functions - use stdint.h
libavcodec
|
2002-06-09 |
michaelni |
grayscale only encoding
libavcodec
|
2002-06-09 |
michaelni |
passing avctx->flags so that grayscale only decoding works with mpeg1/2 too
libavcodec
|
2002-06-09 |
michaelni |
grayscale only decoding
libavcodec
|
2002-06-07 |
arpi_esp |
in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"
libavcodec
|
2002-06-06 |
bellard |
fixed multiple allocation bug
libavcodec
|
2002-06-06 |
bellard |
fixed case where abs_level > MAX_LEVEL
libavcodec
|
2002-06-05 |
michaelni |
optimizing MPV_decode_mb
libavcodec
|
2002-06-05 |
bellard |
added ff_idct_put/add
libavcodec
|
2002-06-05 |
bellard |
added inlined put/add functions
libavcodec
|
2002-06-05 |
bellard |
use ff_idct_put/add()
libavcodec
|
2002-06-05 |
bellard |
use ff_idct_put()
libavcodec
|
2002-06-05 |
bellard |
removed unused code - began to merge alpha specific stuff - added mac macros for suitable CPUs
libavcodec
|
2002-06-04 |
michaelni |
run1 can be <0 bugfix (found by fabrice)
libavcodec
|
2002-06-04 |
bellard |
avoid name clash with libjpeg - added missing externs
libavcodec
|
2002-06-04 |
bellard |
added missing externs (we were lucky that commons are used)
libavcodec
|
2002-06-04 |
bellard |
added missing externs
libavcodec
|
2002-06-03 |
kabi |
* reimplemented remaing avg_ pixel functions
libavcodec
|
2002-06-03 |
kabi |
* implemented remaing avg_ pixel functions (these are not used offen)
libavcodec
|
2002-06-03 |
mellum |
Revert previous bogus warning fix.
libavcodec
|
2002-06-03 |
mellum |
Minor warning cleanup.
libavcodec
|
2002-06-03 |
nickols_k |
use qstride instead of fixed constants
libavcodec
|
2002-06-03 |
nickols_k |
new field for communicating with external postprocessing
libavcodec
|
2002-06-02 |
michaelni |
100l divx501+ seeking bugfix
libavcodec
|
2002-06-02 |
michaelni |
gcc 3.1 warning fix (patch by Felix Buenemann <atmosfear at users.sourceforge.net>)
libavcodec
|
2002-06-02 |
michaelni |
10l found&patch by D Richard Felker III <dalias at aerifal.cx>
libavcodec
|
2002-06-02 |
michaelni |
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
libavcodec
|
2002-06-02 |
michaelni |
divx5 bug workaround
libavcodec
|
2002-06-02 |
michaelni |
single coefficient elimination
libavcodec
|
2002-06-02 |
michaelni |
b_quant_offset (unfinished, should be 0 for now)
libavcodec
|
2002-06-02 |
michaelni |
data partitioning
libavcodec
|
2002-06-02 |
michaelni |
msmpeg4v1 decoding
libavcodec
|
2002-06-02 |
michaelni |
single coefficient elimination
libavcodec
|
2002-06-02 |
michaelni |
dont double check vectors
libavcodec
|
2002-06-02 |
michaelni |
error concealment / error resilience
libavcodec
|
2002-06-02 |
michaelni |
error concealment / error resilience
libavcodec
|
2002-06-02 |
michaelni |
fixing get_bits_count at the end
libavcodec
|