summaryrefslogtreecommitdiff
path: root/libavcodec/msmpeg4.c
Commit message (Expand)AuthorAge
...
* Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer2010-01-07
* Remove unused function msmpeg4_memsetw().Diego Biurrun2009-12-31
* cosmetics: Reorder functions to avoid forward declarations.Diego Biurrun2009-12-30
* Remove unnecessary forward declaration for msmpeg4_memsetw().Diego Biurrun2009-12-30
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7...Reimar Döffinger2009-08-21
* Remove unused debug av_log() calls.Diego Biurrun2009-07-30
* Remove unused variable intra_count.Diego Biurrun2009-07-30
* Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,Diego Biurrun2009-07-29
* Get rid of an unused variable, found by the clang static analyzer.Michael Niedermayer2009-04-17
* Get rid of INIT_VLC_USE_STATIC in msmpeg4Michael Niedermayer2009-04-11
* Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos2009-04-11
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit...Michael Niedermayer2009-02-09
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego PettenòDiego Pettenò2008-10-04
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* remove duplicate tablesStefan Gehrer2008-06-25
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* 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