summaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAgeFilesLines
* rename inverse -> ff_inverseMåns Rullgård2006-11-121-1/+1
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-011-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* dc_val should be signedMåns Rullgård2006-09-271-4/+4
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-1/+3
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-78/+0
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-271-3/+3
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-9/+9
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-86/+86
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-123/+123
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-8/+8
* put most codecs under ifdefsMichael Niedermayer2005-05-021-0/+2
* switch to native time basesMichael Niedermayer2005-04-301-1/+1
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-251-0/+2
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-2/+2
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-181-3/+3
* In that patch:anonymous2005-01-301-14/+23
* use dc tables from msmpeg4 instead of duplicating them patch by anonymousanonymous2005-01-261-12/+12
* dont duplicate decode012()Michael Niedermayer2005-01-251-10/+0
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ...Burkhard Plaum2004-11-271-19/+19
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-111-1/+1
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-251-15/+0
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-5/+5
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* h263 modified quantization fixMichael Niedermayer2003-12-031-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-22/+22
* skip ext header missing message for msmpeg4v2Michael Niedermayer2003-08-101-1/+2
* debug stuffMichael Niedermayer2003-07-291-4/+8
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-221-12/+2
* ASV1 codecMichael Niedermayer2003-05-191-4/+4
* fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanu...BERO2003-05-141-6/+4
* decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot ...BERO2003-05-141-3/+5
* 2pass stats fix (by ffdshow cvslog)Michael Niedermayer2003-04-251-0/+2
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-25/+6
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-021-4/+20
* fixing msmpeg4v2 encodingMichael Niedermayer2003-04-011-5/+3
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-201-4/+0
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-1/+1
* per file doxyMichael Niedermayer2003-03-061-0/+6
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware...Wolfgang Hesseler2003-02-161-0/+22
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-16/+16
* check for qscale==0 (fixes 1/0 on one corrupted stream)Michael Niedermayer2003-02-101-0/+4
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-1/+1
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-211-2/+2
* fixed wmv2 slicesMichael Niedermayer2003-01-091-2/+2
* qpel encodingMichael Niedermayer2002-12-271-22/+33
* cleanupMichael Niedermayer2002-12-041-2/+2
OpenPOWER on IntegriCloud