Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-12adx: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-12adpcm: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-12ac3: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-12aac: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-128svx: decode directly to the user-provided AVFrameJustin Ruggles
2013-02-11x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang
2013-02-11h264: Copy h264chroma dsp context to slice thread copiesMartin Storsjö
2013-02-11avcodec/rectangle: Remove nonsense assertDiego Biurrun
2013-02-11libfdk-aacenc: Actually check for upper bounds of cutoffDerek Buitenhuis
2013-02-11sparc: dsputil_vis: Fix silly variable name search and replace typoDiego Biurrun
2013-02-09mss4, ra288: Remove unused DSPContext local codec context membersDiego Biurrun
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-09dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun
2013-02-09dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun
2013-02-09dsputil: Remove commented-out, unused function declarationsDiego Biurrun
2013-02-08dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun
2013-02-08dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun
2013-02-08dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun
2013-02-08dsputil: Move copy_block functions to a separate headerDiego Biurrun
2013-02-08dsputil: Drop unused functions copy_block{2|4|16}Diego Biurrun
2013-02-08indeo3: replace use of copy_block4 with put_pixelsMans Rullgard
2013-02-08mjpegdec: use put_pixels instead of copy_block8Mans Rullgard
2013-02-08dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-07dsputil: x86: Fix compile errorDaniel Kang
2013-02-07dsputil: x86: Convert h263 loop filter to yasmDaniel Kang
2013-02-07mpegvideo: remove an unused function parameterAnton Khirnov
2013-02-07rv10: improve buffer size check.Anton Khirnov
2013-02-07error_resilience: remove a useless if() and FIXMEAnton Khirnov
2013-02-07h264: remove silly macrosAnton Khirnov
2013-02-07h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov
2013-02-07flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker
2013-02-07flac: don't check the number of channels before setting the channel layout.Tim Walker
2013-02-06h264chroma: x86: Fix building with yasm disabledMartin Storsjö
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-06mpegvideo: initialize dummy reference frames.Anton Khirnov
2013-02-06nuv: do not rely on get_buffer() initializing the frame.Anton Khirnov
2013-02-06yop: initialize palette to 0Anton Khirnov
2013-02-06yop: check for input overreads.Anton Khirnov
2013-02-06yop: check that extradata is large enough.Anton Khirnov
2013-02-06qtrle: fix the topmost line for 1bitKostya Shishkov
2013-02-06xxan: properly handle odd heights.Kostya Shishkov
2013-02-06fraps: fix off-by one bug for version 1.Anton Khirnov
2013-02-06aasc: fix output for msrle compression.Anton Khirnov
2013-02-06msrledec: check bounds before constructing a possibly invalid pointer,Anton Khirnov
2013-02-06cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov
2013-02-06svq1: replace struct svq1_frame_size with an array.Anton Khirnov
2013-02-06vc1dec: use codec_id instead of codec_tag for VC1IMAGEVladimir Pantelic