summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
...
* - More work on preliminary bit rate control, just to be able to get anJuanjo2002-02-10
* - Now the ME is done for the entire picture when enconding, theJuanjo2002-02-10
* - Fixes on RTP and GOB headers for H.263.Juanjo2002-02-09
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* PATCH by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-02-09
* avoid copying input when encoding non intra stuff tooMichael Niedermayer2002-02-07
* (commit by michael)Michael Niedermayer2002-01-27
* (commit by michael)Michael Niedermayer2002-01-24
* (commit by michael)Michael Niedermayer2002-01-24
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-15
* (commit by michael)Michael Niedermayer2002-01-13
* rv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>Arpi2002-01-12
* different fix, s->mbintra_table used only if h263_pred set. - patch by Michae...Michael Niedermayer2002-01-11
* This fixes segfaults because of uninitialized s->mbintra_table variable - pat...Vladimir Dergachev2002-01-11
* mpeg4 encoder fix by Michael Niedermayer <michaelni@gmx.at>Arpi2002-01-11
* AC table reset (memset) optimization - patch by Michael Niedermayer <michaeln...Michael Niedermayer2002-01-10
* fix different UMV handling for mpeg4 vs. h263 - patch by Michael Niedermayer ...Michael Niedermayer2002-01-10
* qscale estimate fix, diff extended to 64bit wide. patch by Stephen Davies <st...Stephen Davies2002-01-08
* informal msgArpi2001-12-26
* unrestricted MC fixed - thanks to Michael Niedermayer for ideaArpi2001-12-16
* - Preliminary RTP friendly mode for H.263.Juanjo2001-11-19
* exporting qscale data for postprocessing (for MPlayer)Arpi2001-10-16
* Moved some H.263+ variables to MpegEncContext to be thread-safe.Juanjo2001-08-31
* Added support to Unrestricted Motion Vectors (UMV)Juanjo2001-08-28
* changed opendivx to mpeg4Fabrice Bellard2001-08-15
* win32 fixesFabrice Bellard2001-08-13
* moved matrix init away from MPV_common_init()Fabrice Bellard2001-08-12
* fixed mpeg2 interlaced DCTFabrice Bellard2001-08-11
* fixed mpeg1 first block bug (pb with black picture optimisation for B frames)Fabrice Bellard2001-08-08
* fixed block permutation in encoder (not optimal - should move it in forward D...Fabrice Bellard2001-08-07
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-03
* - removed #include ../config.h, because it's included from common.hArpi2001-08-02
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
* use block[] in structure to have it aligned on 8 bytes for mmx optimizations ...Fabrice Bellard2001-07-30
* Sync with mplayer's stuffNick Kurshev2001-07-30
* added skip macroblock optimization (big perf win on black regions for example)Fabrice Bellard2001-07-24
* Initial revisionFabrice Bellard2001-07-22