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
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-06-08Merge commit 'da0c8664b4dc906696803685f7e53ade68594ab8'Michael Niedermayer
2015-06-08mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara
2015-06-01Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer
2015-05-31mpegvideo: wmv2: Move function declarationsVittorio Giovara
2015-05-22Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-03-11avcodec/mpegvideo_motion: Fix undefined shifts in mpeg_motion_internal()Michael Niedermayer
2015-03-08avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checking in qpel, c...Michael Niedermayer
2015-03-08avcodec/mpegvideo_motion: Fix off by 1 error in MV bounds checkingMichael Niedermayer
2015-02-05avcodec/mpegvideo_motion: Fix gmc chroma dimensionsMichael Niedermayer
2014-08-15Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-06-23Merge commit 'fab9df63a3156ffe1f9490aafaea41e03ef60ddf'Michael Niedermayer
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-13avcodec/mpegvideo: fix edge emulation with uvlinesize below 25Michael Niedermayer
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-04-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-09mpegvideo: operate with pointers to AVFrames instead of whole structswm4
2014-03-17Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer
2014-03-17mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara
2014-03-14Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-01-09Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913'Michael Niedermayer
2014-01-09mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov
2013-11-15Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer
2013-11-15lavc: Edge emulation with dst/src linesizeRonald S. Bultje
2013-11-12avcodec/mpegvideo_motion: Handle edge emulation even without unrestricted_mvMichael Niedermayer
2013-10-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-16Merge commit '95587859cc69e5abe37c9e3af48008032d98e262' into HEADMichael Niedermayer
2013-10-16Merge commit 'a84616b736fca5ebd6b87489dd41bc06ccdf7860'Michael Niedermayer
2013-10-16Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5'Michael Niedermayer
2013-10-16mpegvideo: Move 8x8 in a separate functionLuca Barbato
2013-10-16mpegvideo: Move obmc in a separate functionLuca Barbato
2013-10-16mpegvideo: K&R formatting cosmeticsLuca Barbato
2013-10-16lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje
2013-09-04avcodec: add emuedge_linesize_typeMichael Niedermayer
2013-09-04mpegvideo: Avoid 32-bit wrapping of linesize multiplicationsMartin Storsjö
2013-04-20mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-19avcodec/mpegvideo_motion: Use a field from the current frame if the last is u...Michael Niedermayer
2013-04-18avcodec/mpegvideo_motion: Check P field referencesMichael Niedermayer
2013-04-05Merge commit '66ac3dbf1e60c27d0f1d779a424c0b33b7ca3780'Michael Niedermayer
2013-04-05h261: Move function declarations to h261.hDiego Biurrun
2013-03-29gmc: Always use edge emuMichael Niedermayer
2013-03-13mpegvideo: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer