summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
* removed unused variablesFabrice Bellard2002-10-11
* corrected pixel format displayFabrice Bellard2002-10-11
* added two pass infoFabrice Bellard2002-10-10
* mpeg1 2pass encodingMichael Niedermayer2002-10-09
* resample fix by Petros TsantoulisFabrice Bellard2002-10-09
* support buffers containing more than one frameFabrice Bellard2002-10-09
* fixed NTSC end of line bugFabrice Bellard2002-10-08
* minimum support for YUV411P (new combined scaler/converter will handle that b...Fabrice Bellard2002-10-08
* 16x{8,16} {avg,put}_pixels support patch by (Juergen Keil <jk at tools dot de>)Jürgen Keil2002-10-08
* 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in calle...Arpi2002-10-07
* DV ntsc support, 411P colorspace addedArpi2002-10-07
* * Fix dct_unquantize_h263_axp for changed block_last_index indexing.Falk Hüffner2002-10-07
* set low_delay on encoding if no b framesMichael Niedermayer2002-10-06
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-06
* Make compilable again after DCT cleanup. It gives wrong results,Falk Hüffner2002-10-05
* Some nifty stuff for upcoming patches.Falk Hüffner2002-10-05
* Fix for source dir != build dir. Patch provided by Måns Rullgård.Falk Hüffner2002-10-04
* moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...Alex Beregszaszi2002-10-04
* simplified parsing - added MMX idct supportFabrice Bellard2002-10-04
* added DV supportFabrice Bellard2002-10-04
* first working version of DV video decoderFabrice Bellard2002-10-03
* in fact IDCT248 needs to be normalized as I suspectedFabrice Bellard2002-10-03
* ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-03
* added IDCT248 testingFabrice Bellard2002-10-03
* first version of IDCT248 for DV decoding supportFabrice Bellard2002-10-03
* fixing custom quantizer matrix decodingMichael Niedermayer2002-10-02
* optimizationMichael Niedermayer2002-10-02
* sliced mode for mpeg1/2Michael Niedermayer2002-10-02
* move scantable init from block-decode to header parserMichael Niedermayer2002-10-01
* optimizing mpeg2 decode block stuffMichael Niedermayer2002-10-01
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching voluntee...Michael Niedermayer2002-10-01
* fixing rv10, this isnt the cleanest solution (parsing the packet header in th...Michael Niedermayer2002-09-30
* optimizing mpeg1_decode_block()Michael Niedermayer2002-09-30
* forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlie...Michael Niedermayer2002-09-30
* convert only needed matrixes in convert_matrix() (mjpeg calls it for every fr...Michael Niedermayer2002-09-30
* indenting preprocessor stuff, as its completly unreadable otherwiseMichael Niedermayer2002-09-29
* renaming variableMichael Niedermayer2002-09-29
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-29
* An easy way to speed up encoding by 6%.Falk Hüffner2002-09-28
* Minor warning fix.Falk Hüffner2002-09-28
* minor optimization of h263_encode_motion()Michael Niedermayer2002-09-27
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-26
* automatically detect broken opendivx codec and workaround, so bug=1 shouldnt ...Michael Niedermayer2002-09-26
* h263_dc_scale() cleanupMichael Niedermayer2002-09-26
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-26
* ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-24
* adaptive quantization for h263Michael Niedermayer2002-09-24