summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAge
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-14
* cosmetics: indentationAurelien Jacobs2007-11-07
* split wmv2 in its own fileAurelien Jacobs2007-11-07
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-07
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-13
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-05
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-22
* static (inline) X => ff_XDenis Fortin2007-06-21
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-05
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-10
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* dc_val should be signedMåns Rullgård2006-09-27
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
* 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