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
2014-03-26Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-17Merge commit '136034d86b5cb1819a2c3e6ecdfeb05dcba7140d'Michael Niedermayer
2014-03-17h264: Remove MotionEstContext and move the relevant fields to H264ContextVittorio Giovara
2013-11-03h264: reduce whitespace differences to libavMichael Niedermayer
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-03-21Merge commit '23e85be58fc64b2e804e68b0034a08a6d257e523'Michael Niedermayer
2013-03-21Merge commit '7fa00653a550c0d24b3951c0f9fed6350ecf5ce4'Michael Niedermayer
2013-03-21Merge commit 'da6be8fcec16a94d8084bda8bb8a0a411a96bcf7'Michael Niedermayer
2013-03-21h264: add a parameter to the CHROMA422 macro.Anton Khirnov
2013-03-21h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov
2013-03-21h264: add a parameter to the MB_FIELD macro.Anton Khirnov
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-20Merge commit '8a11ce43d08352f7a290355ebb5b29c495ad9609'Michael Niedermayer
2013-02-20h264: Get rid of unnecessary castsMartin Storsjö
2013-02-20h264: Don't store intra pcm samples in h->mbRonald S. Bultje
2013-02-20h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2013-02-18h264: don't store intra pcm samples in h->mb.Ronald S. Bultje
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-02-12Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-29h264: avoid a grayscale related if() in hl_decode_mb()Michael Niedermayer
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard