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-10Merge commit 'b439c992c23f3e0f3832fffd2a34a664b236c525'Michael Niedermayer
2013-04-10x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet
2013-04-10h264: wait for missing slices only on framesMichael Niedermayer
2013-04-09lavc/ass: use bprint API in ff_ass_add_rect().Clément Bœsch
2013-04-09dfa: implement missing TDLT coding methodKostya Shishkov
2013-04-09msmpeg4: ignore negative DC overflowMichael Niedermayer
2013-04-09msmpeg4: fix asm code in ff_msmpeg4_pred_dc()Michael Niedermayer
2013-04-08h264pred: Add a few missing const declarations for ff_cropTbl derived pointersMartin Storsjö
2013-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer
2013-04-08Merge commit '610b18e2e3d8ef5eca3e78f33a0625689b8d2bb9'Michael Niedermayer
2013-04-08Merge commit 'aa8d89536d35af0a0c8d8bac2b452ffe7b82cae5'Michael Niedermayer
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-08x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje
2013-04-08vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje
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-04-08x86: sbrdsp: implement SSE qmf_deint_bflyChristophe Gisquet
2013-04-08dfa: implement tdlt chunk decodingPaul B Mahol
2013-04-07dpxdec: Fix decoding of RGBA10Michael Niedermayer
2013-04-07lavc: fix recoded subtitles end.Nicolas George
2013-04-06sbrdsp: unroll and use integer operationsChristophe Gisquet
2013-04-06sbrdsp: unroll sbr_autocorrelate_cChristophe Gisquet
2013-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-06x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet
2013-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-06Merge commit '0404ec619d43f27b87c424aa1a572a6699fe6a31'Michael Niedermayer
2013-04-05Merge commit 'b78f81c8033904e2e75add0c9a603df6df514a30'Michael Niedermayer
2013-04-05Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'Michael Niedermayer
2013-04-05Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'Michael Niedermayer
2013-04-05Merge commit 'ae35d91d44c5e676af3d146bf8d05b241c467675'Michael Niedermayer
2013-04-05x86: sbrdsp: implement SSE neg_odd_64Christophe Gisquet
2013-04-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-05h261: Move mvmap table to the only place it is usedDiego Biurrun
2013-04-05h261: cosmetics: Move functions to avoid forward declarationsDiego Biurrun
2013-04-05h261: K&R formatting and prettyprinting cosmeticsDiego Biurrun
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-04-05h261: Remove H.261 loop filter from dsputilDiego Biurrun
2013-04-05h261: Move ff_h261_rl_table_store declaration to header fileDiego Biurrun
2013-04-05xbmenc: remove unused codePaul B Mahol
2013-04-05xwdenc: remove unused codePaul B Mahol
2013-04-05bmpenc: get rid of BMPContext as it is unusedPaul B Mahol
2013-04-04Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-04-04libopenjpeg: Add support for XYZ colorspace, found in DCINEMA framesNicolas Bertrand
2013-04-04dfa: remove redundant checkMichael Niedermayer
2013-04-04Merge commit 'd1016dccdcb10486245e5d7c186cc31af54b2a9c'Michael Niedermayer
2013-04-04lavc: use packet duration for subtitles if necessary.Nicolas George
2013-04-04Merge commit '8d617b11cfc87b2c6056fee029ac5bc760af874a'Michael Niedermayer
2013-04-04bmv: check for len being valid in bmv_decode_frame().Anton Khirnov