summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* * 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
* adaptive quantization for mpeg1Michael Niedermayer2002-09-24
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-24
* fixing ac prediction encoding with adaptive quantizationMichael Niedermayer2002-09-24
* fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer2002-09-23
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
* pix_sum16_mmx()Michael Niedermayer2002-09-20
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-19
* fixing apiexampleMichael Niedermayer2002-09-19
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-19
* * Remove -finline-limit=8000 (not supported by gcc 2.95)Falk Hüffner2002-09-19