summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* exporting the internal qscale table, this allso fixes the orderingMichael Niedermayer2002-10-301-10/+14
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-271-2/+7
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-251-4/+36
* regression test for H263+Michael Niedermayer2002-10-251-2/+1
* slice encoding cleanupMichael Niedermayer2002-10-251-40/+31
* optimize block_permute()Michael Niedermayer2002-10-231-9/+9
* fixing interlaced MC & edge-emuMichael Niedermayer2002-10-231-12/+18
* xvid qpel bug workaroundMichael Niedermayer2002-10-221-1/+1
* fixing h263 decoding (did segfault)Michael Niedermayer2002-10-191-26/+29
* fixing interlaced dct + hq modeMichael Niedermayer2002-10-181-0/+1
* init flags before using it (found by arpi)Michael Niedermayer2002-10-161-0/+2
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-161-15/+96
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-131-150/+55
* set low_delay on encoding if no b framesMichael Niedermayer2002-10-061-1/+1
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-061-0/+4
* moved dct init out from mpv_common_init to dct_common_init (for less-uglier w...Alex Beregszaszi2002-10-041-5/+14
* ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-031-0/+3
* optimizationMichael Niedermayer2002-10-021-3/+9
* optimizing mpeg1_decode_block()Michael Niedermayer2002-09-301-11/+23
* convert only needed matrixes in convert_matrix() (mjpeg calls it for every fr...Michael Niedermayer2002-09-301-5/+5
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-62/+141
* An easy way to speed up encoding by 6%.Falk Hüffner2002-09-281-0/+2
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-271-0/+8
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-261-31/+194
* adaptive quantization for h263Michael Niedermayer2002-09-241-5/+12
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-241-3/+4
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-231-7/+44
* fixing qpel 4mvMichael Niedermayer2002-09-141-27/+60
* interlaced qpel mpeg4 fixedMichael Niedermayer2002-09-141-27/+54
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-131-6/+23
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-121-1/+0
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-121-4/+7
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-121-3/+3
* put/avg_pixels16Michael Niedermayer2002-09-111-45/+29
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-111-0/+4
* dct cleanupMichael Niedermayer2002-09-011-9/+8
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-301-0/+3
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-291-9/+25
* mpeg4 interlaced decoding support (not completly implemented/tested due to la...Michael Niedermayer2002-08-271-11/+17
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-261-0/+5
* new ratecontrol codeMichael Niedermayer2002-08-251-15/+38
* error concealment needs the mbintra_table so it should allways be allocatedMichael Niedermayer2002-08-241-4/+4
* better scene change detectionMichael Niedermayer2002-08-221-2/+3
* same dc skip behavior for chroma & luma elimination, its confusing otherwise ...Michael Niedermayer2002-08-181-5/+6
* skip blocks with small chroma dc too (if the user wants it) needed to avoid I...Michael Niedermayer2002-08-171-1/+5
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-061-5/+10
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-051-1/+8
* last_picture should be never == NULL (it was with dr1) this might fix a segfa...Michael Niedermayer2002-08-041-0/+3
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-021-7/+12
* max_b_frame=4 bugfixMichael Niedermayer2002-08-011-1/+1
OpenPOWER on IntegriCloud