summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-12
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-12
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-12
* put/avg_pixels16Michael Niedermayer2002-09-11
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-11
* dct cleanupMichael Niedermayer2002-09-01
* sun solaris compilation bugfix, patch by (Martin Olschewski <olschewski at zp...Martin Olschewski2002-08-30
* slow but accurate integer dct from IJG (should be ok with the LGPL as the old...Michael Niedermayer2002-08-29
* mpeg4 interlaced decoding support (not completly implemented/tested due to la...Michael Niedermayer2002-08-27
* added aspected_width/height for EXTENDED_PARAlex Beregszaszi2002-08-26
* new ratecontrol codeMichael Niedermayer2002-08-25
* error concealment needs the mbintra_table so it should allways be allocatedMichael Niedermayer2002-08-24
* better scene change detectionMichael Niedermayer2002-08-22
* same dc skip behavior for chroma & luma elimination, its confusing otherwise ...Michael Niedermayer2002-08-18
* skip blocks with small chroma dc too (if the user wants it) needed to avoid I...Michael Niedermayer2002-08-17
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
* last_picture should be never == NULL (it was with dr1) this might fix a segfa...Michael Niedermayer2002-08-04
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
* max_b_frame=4 bugfixMichael Niedermayer2002-08-01
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
* minor optimizationsMichael Niedermayer2002-07-21
* use edge emu for encoding of width or height %16!=0 filesMichael Niedermayer2002-07-17
* fixing NULL reference frame with dr1Michael Niedermayer2002-07-17
* larger edge emu buffer (might have been too small)Michael Niedermayer2002-07-17
* fixing gmc with emu edgesMichael Niedermayer2002-07-17
* interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasn...Michael Niedermayer2002-07-17
* exporting mbskip_table after it has been allocatedMichael Niedermayer2002-07-16
* direct rendering for SVQ1Michael Niedermayer2002-07-15
* uvlinesizeMichael Niedermayer2002-07-15
* 4mv & qpel edge emuMichael Niedermayer2002-07-15
* direct rendering method 1 supportMichael Niedermayer2002-07-14
* rl decoding optimizationMichael Niedermayer2002-07-13
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-10
* Update and activate dct_unquantize_h263_mvi. Thanks to Måns RullgårdFalk Hüffner2002-07-03
* init dc_scale tables to defaults (fixes mjpeg sig11)Michael Niedermayer2002-06-25
* wmv1 supportMichael Niedermayer2002-06-18
* grayscale only encodingMichael Niedermayer2002-06-09
* grayscale only decodingMichael Niedermayer2002-06-09
* optimizing MPV_decode_mbMichael Niedermayer2002-06-05
* use ff_idct_put/add()Fabrice Bellard2002-06-05
* avoid name clash with libjpeg - added missing externsFabrice Bellard2002-06-04
* use qstride instead of fixed constantsNick Kurshev2002-06-03
* new field for communicating with external postprocessingNick Kurshev2002-06-03
* typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)Michael Niedermayer2002-06-02
* divx5 bug workaroundMichael Niedermayer2002-06-02
* single coefficient eliminationMichael Niedermayer2002-06-02
* license/copyright changeFabrice Bellard2002-05-25
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18