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-04-20Merge commit '287c8db39e71af7047e551bbfd1264d771cccbc9'Michael Niedermayer
2013-04-20Merge commit 'bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075'Michael Niedermayer
2013-04-20cosmetics: bfin: Fix indentation in the dsputil init functionMartin Storsjö
2013-04-20bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-16Merge commit '015821229f96bf7e677f2a711a58dbea3009f574'Michael Niedermayer
2013-04-16Merge commit '5941978e71d2c3a8e2a7e87951e081e0b2e77da9'Michael Niedermayer
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15vp3: bfin: Transpose the IDCTsMartin Storsjö
2013-04-15bfin: Match DEFUN_END macros to the right functionsMartin Storsjö
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer
2013-04-08Merge commit '610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9'Michael Niedermayer
2013-04-08Merge commit 'aa8d89536d35af0a0c8d8bac2b452ffe7b82cae5'Michael Niedermayer
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-04-08bfin: Make vp3 functions staticMartin Storsjö
2013-04-08bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö
2013-03-13Move bfin half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-06Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-29bfin: unbreak compilationLuca Barbato
2013-01-29Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer
2013-01-29Merge commit 'f550583c00e231b587d8ef98451cfbb6b6561eb6'Michael Niedermayer
2013-01-29bfin: Separate VP3 initialization codeDiego Biurrun
2013-01-29bfin: update VP3 idctLuca Barbato
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-21Merge commit '93af2734ee609133eaeca28329d7f13241dd411f'Michael Niedermayer
2013-01-21lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-09-25mpegvideo: support encoding with chroma intra tables that differ from luma.Michael Niedermayer
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard