summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAge
...
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* put most codecs under ifdefsMichael Niedermayer2005-05-02
* switch to native time basesMichael Niedermayer2005-04-30
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* In that patch:anonymous2005-01-30
* use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous2005-01-26
* dont duplicate decode012()Michael Niedermayer2005-01-25
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-27
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-25
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* h263 modified quantization fixMichael Niedermayer2003-12-03
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* skip ext header missing message for msmpeg4v2Michael Niedermayer2003-08-10
* debug stuffMichael Niedermayer2003-07-29
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-22
* ASV1 codecMichael Niedermayer2003-05-19
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-14
* decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ...BERO2003-05-14
* 2pass stats fix (by ffdshow cvslog)Michael Niedermayer2003-04-25
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-02
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-01
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* per file doxyMichael Niedermayer2003-03-06
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler2003-02-16
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* check for qscale==0 (fixes 1/0 on one corrupted stream)Michael Niedermayer2003-02-10
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* fixed wmv2 slicesMichael Niedermayer2003-01-09
* qpel encodingMichael Niedermayer2002-12-27
* cleanupMichael Niedermayer2002-12-04
* reversing header gameMichael Niedermayer2002-11-10
* mergeing inter & intra rl_length tables (50% smaller & no meassureable differ...Michael Niedermayer2002-10-27
* 75% smaller rl_length tableMichael Niedermayer2002-10-27
* fixing decoding of streams with no keyframe at the startMichael Niedermayer2002-10-25
* fixing msmpeg4v3 encoding at bitrates <128kMichael Niedermayer2002-10-20
* fixing wmv1 slice decodingMichael Niedermayer2002-10-13
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
* removed unused variablesFabrice Bellard2002-10-11
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* faster vlc table selectionMichael Niedermayer2002-08-09