2002-10-19 |
michaelni |
fixing interlaced dct with 4mv
libavcodec
|
2002-10-19 |
michaelni |
fixing h263 decoding (did segfault)
libavcodec
|
2002-10-18 |
michaelni |
fixing interlaced dct + hq mode
libavcodec
|
2002-10-16 |
michaelni |
init flags before using it (found by arpi)
libavcodec
|
2002-10-16 |
michaelni |
complete mpeg4 GMC decoding support
libavcodec
|
2002-10-16 |
michaelni |
fixing alt_scan for the first frame (variable was reset)
libavcodec
|
2002-10-15 |
michaelni |
warning fixes
libavcodec
|
2002-10-14 |
michaelni |
better padding bug detection
libavcodec
|
2002-10-14 |
bellard |
removed warnings
libavcodec
|
2002-10-14 |
bellard |
removed invalid header include
libavcodec
|
2002-10-14 |
michaelni |
mpeg4 header parser clenup (needed for parsing of VOL header in avctx->extradata)
libavcodec
|
2002-10-13 |
michaelni |
fixing wmv1 slice decoding
libavcodec
|
2002-10-13 |
michaelni |
better/cleaner error resilience (done in a 2nd pass after decoding)
libavcodec
|
2002-10-11 |
mellum |
Move Alpha optimized IDCT to own file. Based on a patch by Måns
libavcodec
|
2002-10-11 |
bellard |
removed unused variables
libavcodec
|
2002-10-11 |
bellard |
corrected pixel format display
libavcodec
|
2002-10-10 |
bellard |
added two pass info
libavcodec
|
2002-10-09 |
michaelni |
mpeg1 2pass encoding
libavcodec
|
2002-10-09 |
bellard |
resample fix by Petros Tsantoulis
libavcodec
|
2002-10-09 |
bellard |
support buffers containing more than one frame
libavcodec
|
2002-10-08 |
bellard |
fixed NTSC end of line bug
libavcodec
|
2002-10-08 |
bellard |
minimum support for YUV411P (new combined scaler/converter will handle that better...)
libavcodec
|
2002-10-08 |
michaelni |
16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)
libavcodec
|
2002-10-07 |
arpi_esp |
10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in caller (mplayer)
libavcodec
|
2002-10-07 |
arpi_esp |
DV ntsc support, 411P colorspace added
libavcodec
|
2002-10-07 |
mellum |
* Fix dct_unquantize_h263_axp for changed block_last_index indexing.
libavcodec
|
2002-10-06 |
michaelni |
set low_delay on encoding if no b frames
libavcodec
|
2002-10-06 |
michaelni |
trying to fix the non-x86 IDCTs (untested)
libavcodec
|
2002-10-05 |
mellum |
Make compilable again after DCT cleanup. It gives wrong results,
libavcodec
|
2002-10-05 |
mellum |
Some nifty stuff for upcoming patches.
libavcodec
|
2002-10-04 |
mellum |
Fix for source dir != build dir. Patch provided by Måns Rullgård.
libavcodec
|
2002-10-04 |
al3x |
moved dct init out from mpv_common_init to dct_common_init (for less-uglier way for dv)
libavcodec
|
2002-10-04 |
bellard |
simplified parsing - added MMX idct support
libavcodec
|
2002-10-04 |
bellard |
added DV support
libavcodec
|
2002-10-03 |
bellard |
first working version of DV video decoder
libavcodec
|
2002-10-03 |
bellard |
in fact IDCT248 needs to be normalized as I suspected
libavcodec
|
2002-10-03 |
michaelni |
ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)
libavcodec
|
2002-10-03 |
bellard |
added IDCT248 testing
libavcodec
|
2002-10-03 |
bellard |
first version of IDCT248 for DV decoding support
libavcodec
|
2002-10-02 |
michaelni |
fixing custom quantizer matrix decoding
libavcodec
|
2002-10-02 |
michaelni |
optimization
libavcodec
|
2002-10-02 |
michaelni |
sliced mode for mpeg1/2
libavcodec
|
2002-10-01 |
michaelni |
move scantable init from block-decode to header parser
libavcodec
|
2002-10-01 |
michaelni |
optimizing mpeg2 decode block stuff
libavcodec
|
2002-10-01 |
michaelni |
rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) )
libavcodec
|
2002-09-30 |
michaelni |
fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution
libavcodec
|
2002-09-30 |
michaelni |
optimizing mpeg1_decode_block()
libavcodec
|
2002-09-30 |
michaelni |
forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>)
libavcodec
|
2002-09-30 |
michaelni |
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
libavcodec
|
2002-09-29 |
michaelni |
indenting preprocessor stuff, as its completly unreadable otherwise
libavcodec
|
2002-09-29 |
michaelni |
renaming variable
libavcodec
|
2002-09-29 |
michaelni |
idct permutation cleanup, idct can be selected per context now
libavcodec
|
2002-09-29 |
mellum |
Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win
libavcodec
|
2002-09-28 |
mellum |
An easy way to speed up encoding by 6%.
libavcodec
|
2002-09-28 |
mellum |
Minor warning fix.
libavcodec
|
2002-09-27 |
michaelni |
minor optimization of h263_encode_motion()
libavcodec
|