aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* An easy way to speed up encoding by 6%.Falk Hüffner2002-09-281-0/+2
* Minor warning fix.Falk Hüffner2002-09-282-2/+2
* minor optimization of h263_encode_motion()Michael Niedermayer2002-09-271-4/+13
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-275-2/+24
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-262-7/+17
* automatically detect broken opendivx codec and workaround, so bug=1 shouldnt ...Michael Niedermayer2002-09-261-1/+13
* h263_dc_scale() cleanupMichael Niedermayer2002-09-261-40/+18
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-263-35/+220
* ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-241-38/+25
* adaptive quantization for h263Michael Niedermayer2002-09-243-8/+29
* adaptive quantization for mpeg1Michael Niedermayer2002-09-241-4/+39
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-243-6/+19
* fixing ac prediction encoding with adaptive quantizationMichael Niedermayer2002-09-241-16/+62
* fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer2002-09-231-13/+10
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-236-31/+267
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-236-0/+493
* pix_sum16_mmx()Michael Niedermayer2002-09-201-0/+39
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-195-5/+5
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ...Michael Niedermayer2002-09-192-1/+5
* fixing apiexampleMichael Niedermayer2002-09-192-15/+22
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-191-65/+372
* * Remove -finline-limit=8000 (not supported by gcc 2.95)Falk Hüffner2002-09-191-1/+12
* fixing *pixels_tab stuff (hopefully, as its untested ...)Michael Niedermayer2002-09-191-10/+10
* avcodec_alloc_context()Michael Niedermayer2002-09-192-4/+28
* 10l (forgot to commit)Michael Niedermayer2002-09-181-3/+2
* better min/max rate handlingMichael Niedermayer2002-09-181-33/+35
* fixingMichael Niedermayer2002-09-181-7/+11
* fixing memalignMichael Niedermayer2002-09-151-2/+20
* dont store version for bit-exact testsMichael Niedermayer2002-09-144-14/+24
* alignment infoMichael Niedermayer2002-09-141-13/+23
* interlaced b frames fixMichael Niedermayer2002-09-141-6/+9
* fixing qpel 4mvMichael Niedermayer2002-09-141-27/+60
* complete aspect supportAlex Beregszaszi2002-09-141-7/+42
* interlaced qpel mpeg4 fixedMichael Niedermayer2002-09-141-27/+54
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-131-10/+45
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new v...Alex Beregszaszi2002-09-133-11/+26
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-131-32/+12
* 10l (field select readed at the wrong place ...)Michael Niedermayer2002-09-131-9/+15
* interlaced b frames cleanupMichael Niedermayer2002-09-131-73/+74
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-131-1/+1
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-135-75/+177
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-131-19/+19
* fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer2002-09-131-0/+5
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-122-7/+14
* parsing resync header extension supportMichael Niedermayer2002-09-121-17/+8
* vbv parameter parsing (more skiping actually ;) )Michael Niedermayer2002-09-121-2/+11
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-121-1/+1
* uninitialized var ...Michael Niedermayer2002-09-121-2/+3
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-123-15/+26
* m4v input supportMichael Niedermayer2002-09-121-7/+24