summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix two common typos: wont --> will not, lets --> let us.Diego Biurrun2008-07-241-1/+1
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-301-14/+1
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-251-1/+1
* Unroll codepathKeiji Costantini2008-04-211-6/+12
* cosmetics: Break an overly long line.Keiji Costantini2008-04-101-1/+3
* Classify mlib as a configurable option, not as a hardware feature.Diego Biurrun2008-03-251-1/+1
* typo fixesDiego Biurrun2008-03-151-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-20/+20
* move ff_mpeg1_dc_scale_table to mpegvideo.cAurelien Jacobs2008-03-051-0/+8
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-041-71/+0
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-041-23/+0
* move draw_edges() into dsputilAurelien Jacobs2008-03-041-35/+3
* Fix ;;Michael Niedermayer2008-02-191-3/+3
* Remove pointless code.Michael Niedermayer2008-02-091-2/+0
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-281-3/+1
* fix segfault with interlaced h.264Michael Niedermayer2007-11-291-2/+2
* Clarify comment block and rewrite in better English.Diego Biurrun2007-10-221-11/+11
* replace (disabled by default) assert(0) by abort() if the picture bufferMichael Niedermayer2007-10-181-1/+13
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-081-1/+1
* export DCT_common_init and add ff_prefixBaptiste Coudurier2007-10-081-2/+2
* Rename MPV_common_init_ppc to MPV_common_init_altivec, the function isDiego Biurrun2007-10-031-1/+1
* Fix compilation with AltiVec disabled, MPV_common_init_ppc is part of a fileDiego Biurrun2007-10-031-1/+1
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-261-2/+7
* Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not anDiego Biurrun2007-09-251-1/+1
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-051-3/+7
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-311-1/+1
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-011-7/+7
* fix mem leakDaniel Kristjansson2007-07-311-2/+5
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-301-1/+1
* move ff_h263_round_chroma() to mpegvideo.h as static inlineMåns Rullgård2007-07-111-14/+0
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-101-0/+53
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-091-0/+16
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* make DCT_common_init() staticAurelien Jacobs2007-07-051-1/+1
* move mpeg encoder specific initialization in the encoder specific fileAurelien Jacobs2007-07-051-13/+0
* Description: split mpegvideo.cBenoit Fouet2007-07-031-4572/+4
* move dct_quantize and denoise_dct function pointers initialization to CBenoit Fouet2007-06-201-5/+4
* remove unused constant definitionBenoit Fouet2007-06-201-3/+0
* aanscales is used only with CONFIG_ENCODERSBenoit Fouet2007-06-191-0/+2
* Simplify init preprocessor statements.Albert Lee2007-06-141-13/+7
* integrating MPV_common_init_bfin into the build system and mpegvideo.cMarc Hoffman2007-06-121-0/+3
* misc typo fixesDiego Biurrun2007-06-121-2/+3
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun2007-05-281-4/+0
* use AV_LOG_ERROR instead of INFO for errorsMichael Niedermayer2007-05-201-3/+3
* sanity checks for bitrate tolerance and buffer size (= fail if a single frame...Michael Niedermayer2007-05-201-0/+10
* move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.cAurelien Jacobs2007-05-181-13/+0
* add a proper prefix to all mjpeg encoder exported functionsAurelien Jacobs2007-05-181-6/+7
* split ljpeg encoder out of mjpeg.cAurelien Jacobs2007-05-181-0/+1
* remove some unused mjpeg encoding variablesAurelien Jacobs2007-05-141-2/+0
OpenPOWER on IntegriCloud