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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-06avcodec/dsputil: add 12bit simple idctMichael Niedermayer
2013-08-31avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer
2013-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-29Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'Michael Niedermayer
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-08-29dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-01Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-20Merge commit 'd4d186d185df98492d8935a87c5b5cf369db9748'Michael Niedermayer
2013-04-20dsputil: Remove non-8bpp draw_edgeRonald S. Bultje
2013-04-20dsputil: Merge 9-10 bpp functions for get_pixels and draw_edgeRonald S. Bultje
2013-04-20dsputil: Remove unused 32-bit functionsRonald S. Bultje
2013-04-20dsputil: Remove dct_bitsRonald S. Bultje
2013-04-20dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch
2013-04-11Merge commit '6d25c9db11e87ec58652de6588448225137b0c57'Michael Niedermayer
2013-04-10dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje
2013-04-08lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-05Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'Michael Niedermayer
2013-04-05h261: Remove H.261 loop filter from dsputilDiego Biurrun
2013-04-02dsputil: Fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer
2013-03-15dsputil: remove non-8bpp draw_edge.Ronald S. Bultje
2013-03-14dsputil: remove duplicate or unused functions.Ronald S. Bultje
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer
2013-03-13dsputil: remove hpel functions (moved to hpeldsp).Ronald S. Bultje
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-03-09dsputil: make square put/avg_pixels functions local to h264qpel.Ronald S. Bultje
2013-03-06Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables.Ronald S. Bultje
2013-02-20Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'Michael Niedermayer
2013-02-20h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje
2013-02-12Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje
2013-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09Merge commit '059866eb17cd3c66422a61d3e9c3305f55830a50'Michael Niedermayer
2013-02-09Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6'Michael Niedermayer
2013-02-09Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'Michael Niedermayer
2013-02-09Merge commit '0b016eb99d38738e2c53e36549a4732a0f863b2e'Michael Niedermayer
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-08dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun
2013-02-08dsputil: Move copy_block functions to a separate headerDiego Biurrun
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-24dsputil: Separate h264 qpelMans Rullgard