summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mss4, ra288: Remove unused DSPContext local codec context membersDiego Biurrun2013-02-09
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun2013-02-08
* dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun2013-02-08
* dsputil: Remove commented-out, unused function declarationsDiego Biurrun2013-02-08
* dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-07
* dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun2013-02-07
* dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun2013-02-07
* dsputil: Move copy_block functions to a separate headerDiego Biurrun2013-02-07
* dsputil: Drop unused functions copy_block{2|4|16}Diego Biurrun2013-02-07
* indeo3: replace use of copy_block4 with put_pixelsMans Rullgard2013-02-07
* mjpegdec: use put_pixels instead of copy_block8Mans Rullgard2013-02-07
* dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun2013-02-07
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-07
* dsputil: x86: Fix compile errorDaniel Kang2013-02-07
* dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-06
* mpegvideo: remove an unused function parameterAnton Khirnov2013-02-06
* rv10: improve buffer size check.Anton Khirnov2013-02-06
* error_resilience: remove a useless if() and FIXMEAnton Khirnov2013-02-06
* h264: remove silly macrosAnton Khirnov2013-02-06
* h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-06
* flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker2013-02-06
* flac: don't check the number of channels before setting the channel layout.Tim Walker2013-02-06
* h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-06
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* mpegvideo: initialize dummy reference frames.Anton Khirnov2013-02-06
* nuv: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-06
* yop: initialize palette to 0Anton Khirnov2013-02-06
* yop: check for input overreads.Anton Khirnov2013-02-06
* yop: check that extradata is large enough.Anton Khirnov2013-02-06
* qtrle: fix the topmost line for 1bitKostya Shishkov2013-02-06
* xxan: properly handle odd heights.Kostya Shishkov2013-02-06
* fraps: fix off-by one bug for version 1.Anton Khirnov2013-02-06
* aasc: fix output for msrle compression.Anton Khirnov2013-02-06
* msrledec: check bounds before constructing a possibly invalid pointer,Anton Khirnov2013-02-06
* cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-06
* svq1: replace struct svq1_frame_size with an array.Anton Khirnov2013-02-06
* vc1dec: use codec_id instead of codec_tag for VC1IMAGEVladimir Pantelic2013-02-06
* sh4: drop unused functionsLuca Barbato2013-02-05
* sh4: Fix silly type vs. variable name search and replace typoDiego Biurrun2013-02-05
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* mpegvideo: simplify REBASE_PICTUREAnton Khirnov2013-02-04
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-01
* ppc: fmtconvert: Drop two unused variables.Diego Biurrun2013-02-01
* bink: fix a check for the first frame.Anton Khirnov2013-02-01
* x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-31
* mpegvideo: Do REBASE_PICTURE with byte pointersMartin Storsjö2013-01-31