summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-251-47/+35
* minor optimizationsMichael Niedermayer2002-07-211-2/+4
* use edge emu for encoding of width or height %16!=0 filesMichael Niedermayer2002-07-171-0/+28
* fixing NULL reference frame with dr1Michael Niedermayer2002-07-171-0/+6
* larger edge emu buffer (might have been too small)Michael Niedermayer2002-07-171-1/+1
* fixing gmc with emu edgesMichael Niedermayer2002-07-171-12/+43
* interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasn...Michael Niedermayer2002-07-171-8/+8
* exporting mbskip_table after it has been allocatedMichael Niedermayer2002-07-161-3/+5
* direct rendering for SVQ1Michael Niedermayer2002-07-151-1/+1
* uvlinesizeMichael Niedermayer2002-07-151-45/+53
* 4mv & qpel edge emuMichael Niedermayer2002-07-151-0/+46
* direct rendering method 1 supportMichael Niedermayer2002-07-141-10/+121
* rl decoding optimizationMichael Niedermayer2002-07-131-1/+1
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-101-5/+5
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-031-0/+3
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-251-1/+3
* wmv1 supportMichael Niedermayer2002-06-181-20/+42
* grayscale only encodingMichael Niedermayer2002-06-091-8/+26
* grayscale only decodingMichael Niedermayer2002-06-091-6/+21
* optimizing MPV_decode_mbMichael Niedermayer2002-06-051-26/+39
* use ff_idct_put/add()Fabrice Bellard2002-06-051-4/+2
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-041-1/+1
* use qstride instead of fixed constantsNick Kurshev2002-06-031-1/+1
* new field for communicating with external postprocessingNick Kurshev2002-06-031-0/+3
* typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)Michael Niedermayer2002-06-021-1/+1
* divx5 bug workaroundMichael Niedermayer2002-06-021-1/+1
* single coefficient eliminationMichael Niedermayer2002-06-021-275/+486
OpenPOWER on IntegriCloud