summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-22
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-18
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-08
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-08
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-03
* Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a fileDiego Biurrun2007-10-03
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-26
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-25
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-05
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-01
* fix mem leakDaniel Kristjansson2007-07-31
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-30
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-11
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-10
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-09
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* make DCT_common_init() staticAurelien Jacobs2007-07-05
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-05
* Description: split mpegvideo.cBenoit Fouet2007-07-03
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-20
* remove unused constant definitionBenoit Fouet2007-06-20
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-19
* Simplify init preprocessor statements.Albert Lee2007-06-14
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-12
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-28
* use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer2007-05-20
* sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer2007-05-20
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-18
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-18
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-18
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-14
* cosmetics: indentAurelien Jacobs2007-05-13
* replace some #ifdef CONFIG_* by if(ENABLE_*)Aurelien Jacobs2007-05-13
* cosmetics: indentationAurelien Jacobs2007-05-12
* make compilation of mjpeg.c optionalAurelien Jacobs2007-05-12
* jpegls never call this code, so those tests are uselessAurelien Jacobs2007-05-12
* cosmetics: reindentAurelien Jacobs2007-05-10
* disable reference to msmpeg4 and wmv2 code when those codecs are not compiled inAurelien Jacobs2007-05-10
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* cosmeticMichael Niedermayer2007-03-13
* remove silly static int done protecting the initalization of 32 elements to 1Michael Niedermayer2007-03-13
* remove redundant memset()Michael Niedermayer2007-03-13
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-13
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
* get rid of CODEC_FLAG_H263P_AIC with next major bumpBaptiste Coudurier2007-03-01
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* Spelling fixMichel Bardiaux2007-02-15