summaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-4/+4
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-091-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-8/+8
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-041-2/+2
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-081-1/+1
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-1/+1
* remove duplicate tablesStefan Gehrer2008-06-251-1/+1
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-301-1/+6
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-14/+14
* typo fix: inited --> initializedDiego Biurrun2008-02-131-3/+3
* Add a couple of missing consts.Sigbjørn Skjæret2008-01-141-1/+1
* cosmetics: indentationAurelien Jacobs2007-11-071-1/+1
* split wmv2 in its own fileAurelien Jacobs2007-11-071-15/+2
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-071-26/+26
* Move msmpeg4 tables from a header file to msmpegdata.c.Diego Biurrun2007-08-131-1/+0
* make wmv1 and wmv2 playable with M$ DMO decoderMichael Niedermayer2007-08-051-2/+5
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* modify msmpeg4 functions to generate VC1 compatible block layer bitstreamFortin Denis2007-06-221-5/+21
* static (inline) X => ff_XDenis Fortin2007-06-211-6/+6
* misc typo fixesDiego Biurrun2007-06-121-4/+5
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-051-4/+4
* split msmpeg4 data to easily share some of it with vc1.cAurelien Jacobs2007-05-101-3/+1
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-141-2/+4
* 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
OpenPOWER on IntegriCloud