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-02-15vf_yadif: fix out-of line readsAnton Khirnov
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-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-06cdgraphics: do not rely on get_buffer() initializing the frame.Anton Khirnov
2013-01-21srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö
2013-01-18fate: update ref after rv30_loop_filter fixLuca Barbato
2013-01-16lavf: Add a fate test for the SRTP functionsMartin Storsjö
2013-01-16lavu: Add a fate test for the HMAC APIMartin Storsjö
2013-01-12fate: vp3: Fix fate-vp3-coeff-level64 test dependenciesDiego Biurrun
2013-01-10fate: Split fate-siff test into demuxer and VB video decoder testDiego Biurrun
2013-01-09idcin: better error handlingJustin Ruggles
2012-12-30FATE: add cavs testAnton Khirnov
2012-12-24ansi: do not depend on get_buffer() initializing the frame.Anton Khirnov
2012-12-24yop: simplify/sanitize the decoding loopAnton Khirnov
2012-12-10ZeroCodec: Flip outputCarl Eugen Hoyos
2012-12-05eval: treat dB as decibels instead of decibytesJustin Ruggles
2012-12-03fate: move vsynth reference files to their own directoryJanne Grunau
2012-12-03fate: move fate-acodec reference files to their own dirJanne Grunau
2012-11-17FATE: add a bink version 'b' testAnton Khirnov
2012-11-17FATE: add a bink version 'i' testAnton Khirnov
2012-10-16riff: do not write empty INFO tagsVictor Vasiliev
2012-10-12fate: add avstring testDiego Biurrun
2012-10-10fate: add h263 obmc vsynth testsJanne Grunau
2012-10-10parseutils-test: do not print numerical error codesMans Rullgard
2012-10-09fate: Add tests of the ff_make_absolute_url functionMartin Storsjö
2012-10-06fate: Add parseutils testDiego Biurrun
2012-09-04adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer
2012-08-30g723_1: add comfort noise generationKostya Shishkov
2012-08-28utvideoenc: use ff_huff_gen_len_tableMichael Niedermayer
2012-08-26fate: Add a single symbol Ut Video decoder testJan Ekström
2012-08-26FATE: Add Canopus Lossless testsDerek Buitenhuis
2012-08-21fate: make Ut Video encoder tests use bitexact swscale flagsJan Ekström
2012-08-20fate: Add FATE tests for the Ut Video encoderJan Ekström
2012-08-10g723.1: fix addition overflowMans Rullgard
2012-08-09fate: add G.723.1 decoder testsKostya Shishkov
2012-08-08fate: add test for RTjpeg in nuv with frameheaderJanne Grunau
2012-08-04fate: add tests for lagarith lossless video codec.Ronald S. Bultje
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29fate: make yadif tests consistent across systemsMans Rullgard
2012-07-28FATE: add tests for yadif.Anton Khirnov
2012-07-28FATE: add a test for delogo video filter.Anton Khirnov
2012-07-23vc1: Add a test for interlaced field picturesMashiat Sarker Shakkhar
2012-07-14eval: add gt(), gte(), lt() and lte() fate testsJanne Grunau
2012-07-14eval: fix swapping of lt() and lte()Max Lazarov
2012-07-04Add XTEA encryption support in libavutilSamuel Pitoiset