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
|
2002-06-02 |
michaelni |
sqrt
libavcodec
|
2002-06-01 |
michaelni |
bugfix
libavcodec
|
2002-06-01 |
bellard |
fixed layer1/2 overflow if very loud sound - fixed broken free format decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary)
libavcodec
|
2002-05-30 |
kabi |
* removed MANGLE from macros for setting constants
libavcodec
|
2002-05-29 |
kabi |
* using unrolled loops seems to help to MMX Celerons
libavcodec
|
2002-05-29 |
kabi |
* reenabled original xy2 put routine - rounding error is really bad with
libavcodec
|
2002-05-29 |
kabi |
* code with new PAVGB for MMX only CPU splited into separate file
libavcodec
|
2002-05-29 |
kabi |
* new mmx code - based upon http://aggregate.org/MAGIC
libavcodec
|
2002-05-29 |
kabi |
* cosmetic minor change
libavcodec
|
2002-05-29 |
kabi |
* optimized remaing avg_pixels_xy2
libavcodec
|
2002-05-28 |
kabi |
* optimized avg_* functions (except xy2)
libavcodec
|
2002-05-27 |
kabi |
* started to cleanup name clashes for onetime compilation
libavcodec
|
2002-05-27 |
kabi |
* more PIC friendly and faster code
libavcodec
|
2002-05-27 |
kabi |
* removed TESTCPU_MAIN - not needed for testing
libavcodec
|
2002-05-27 |
kabi |
* for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check
libavcodec
|
2002-05-27 |
kabi |
* undefine local defines when they are no longer needed
libavcodec
|
2002-05-27 |
kabi |
* compatibilized declaration with its original definition
libavcodec
|
2002-05-27 |
kabi |
* avoids double inclusion of this header
libavcodec
|
2002-05-26 |
bellard |
don't use inttypes.h - use inline function for bswap_64()
libavcodec
|
2002-05-26 |
bellard |
fixed mangle issue
libavcodec
|
2002-05-26 |
bellard |
removed invalid buffer handling
libavcodec
|
2002-05-26 |
nickols_k |
untested generic bswap64
libavcodec
|
2002-05-25 |
glantau |
license/copyright change
libavcodec
|
2002-05-25 |
glantau |
consistent include usage
libavcodec
|
2002-05-25 |
glantau |
fixed incorrect buffer handling
libavcodec
|
2002-05-25 |
glantau |
better logic for bswap
libavcodec
|
2002-05-25 |
glantau |
removed
libavcodec
|
2002-05-25 |
glantau |
moved in libavcodec
libavcodec
|
2002-05-24 |
philipjsg |
Add an av_abort macro that aborts, but also prints out the location of the abort.
libavcodec
|
2002-05-23 |
kabi |
* baling 8 seems to have the same speed
libavcodec
|
2002-05-23 |
kabi |
* always baling even though it seems to produce sometime worse
libavcodec
|
2002-05-23 |
kabi |
* cleanup for put_pixels_mmx
libavcodec
|
2002-05-23 |
alex |
applied 64bit patch from Ulrich Hecht <uli at suse dot de>
libavcodec
|
2002-05-23 |
kabi |
* somewhat more advanced test suit for dsp code - for now i386 only
libavcodec
|
2002-05-23 |
kabi |
* align the source initialy address
libavcodec
|
2002-05-23 |
kabi |
* fixed contrains and avoid usage of scale index access
libavcodec
|
2002-05-23 |
kabi |
* added simple test main - see comments about how to
libavcodec
|
2002-05-22 |
michaelni |
using 1 operand less and slightly faster put_pixels_y2
libavcodec
|
2002-05-22 |
kabi |
* fix for -fPIC compilation - compiles with 2.95.2 as well - any
libavcodec
|
2002-05-22 |
kabi |
* minor cleanup
libavcodec
|
2002-05-21 |
michaelni |
workaround dc_scale bug in old ffmpeg msmpeg4v3 encoder (set workaround_bugs=1 for this)
libavcodec
|
2002-05-21 |
kabi |
* oops - these are the midnight commits...
libavcodec
|
2002-05-21 |
kabi |
* restored previous behaviour for this moment
libavcodec
|
2002-05-21 |
kabi |
* restored previous non '..' version
libavcodec
|
2002-05-21 |
glantau |
fixed incorrect global gain - slightly increased precision of n^(4/3) table
libavcodec
|
2002-05-21 |
kabi |
* using ../ for bswap.h
libavcodec
|
2002-05-21 |
kabi |
* avoid conflicts with non-ffmpeg config.h and also it's consistent
libavcodec
|
2002-05-20 |
glantau |
fixed one overflow problem
libavcodec
|
2002-05-20 |
glantau |
removed unused stuff - added dsputil_set_bit_exact() support for easier testing
libavcodec
|
2002-05-20 |
glantau |
removed unused code
libavcodec
|
2002-05-20 |
glantau |
mpeg1/2 identifier - fixed frame rate for some bad mpeg1 streams
libavcodec
|
2002-05-20 |
glantau |
better av_freep()
libavcodec
|
2002-05-20 |
glantau |
added avcodec_set_bit_exact() for testing
libavcodec
|
2002-05-19 |
michaelni |
fixing alignment for alignment picky cpus
libavcodec
|
2002-05-18 |
glantau |
removed unmaintained vc stuff
libavcodec
|