summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* fix mpeg 4:2:2 vis_qp and vis_mb_type debug, fix issue #471Baptiste Coudurier2008-07-31
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-24
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-25
* Unroll codepathKeiji Costantini2008-04-21
* cosmetics: Break an overly long line.Keiji Costantini2008-04-10
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-25
* typo fixesDiego Biurrun2008-03-15
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-05
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* Fix ;;Michael Niedermayer2008-02-19
* Remove pointless code.Michael Niedermayer2008-02-09
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-28
* fix segfault with interlaced h.264Michael Niedermayer2007-11-29
* 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