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
2011-11-02dsputil: fix typo (referece -> reference).Clément Bœsch
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-09-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-28dsputil: add vector_fmac_scalar()Mans Rullgard
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-27dsputil: remove stale bink prototypes and commentsMans Rullgard
2011-07-27dsputil: move a bink-only function to binkdspMans Rullgard
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20Remove h264_lowres_idct_put/add functionsMans Rullgard
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer
2011-07-10dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard
2011-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles
2011-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Remove unused get_psnr() prototypeVladimir Pantelic
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-04-27Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-04-03Correctly implement:Michael Niedermayer
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-17dsputil: add bswap16_buf()Mans Rullgard
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
2011-02-22dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje
2011-02-21dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje