Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-18Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa'Michael Niedermayer
2014-11-18lavc: fix bitshifts amount bigger than the typeVittorio Giovara
2014-11-13Merge commit 'e3f50f247155216229e34f165bae8c329d5a001e'Michael Niedermayer
2014-11-13dnxhdenc: check negative indexVittorio Giovara
2014-09-11avcodec/dnxhdenc: Use FF_ALLOCZ_ARRAY_OR_GOTO()Michael Niedermayer
2014-08-15Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer
2014-08-14idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins
2014-07-10Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer
2014-07-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-08Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07Merge commit 'c166148409fe8f0dbccef2fe684286a40ba1e37d'Michael Niedermayer
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-07-01Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-27Merge commit '5dd8c08fd5e4c04d7a08d8934f0098a8a4a35c28'Michael Niedermayer
2014-06-27mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-04-11Merge commit '89ef08c992c484a46711b1a68a988303679c288e'Michael Niedermayer
2014-04-11DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu
2014-04-11DNxHD: K&R formatting cosmeticsVittorio Giovara
2014-04-11avcodec/dnxhdenc: use av_malloc_array()Michael Niedermayer
2014-03-30dnxhdenc: return meaningful return codesTimothy Gu
2014-03-28dnxhdenc: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu
2014-01-26Merge commit 'fb0c9d41d685abb58575c5482ca33b8cd457c5ec'Michael Niedermayer
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
2014-01-19avcodec/dnxhdenc: return meaningful return codesTimothy Gu
2014-01-17avcodec/dnxhdenc: check that qmax is within the supported rangeMichael Niedermayer
2014-01-17dnxhdenc: fix mb_rc sizeMichael Niedermayer
2013-11-17Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer
2013-11-16dnxhdenc: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-21avcodec: fix duplicate includesMichael Niedermayer
2013-08-03avcodec/dnxhdenc: make header_prefix static constMichael Niedermayer
2013-06-30Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-06Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-05-05Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-27lavc/dnxhdenc: print valid profiles when codec parameters are invalidMatthieu Bouron
2013-01-26Merge commit '69c25c9284645cf5189af2ede42d6f53828f3b45'Michael Niedermayer
2013-01-26dnxhdenc: fix invalid reads in dnxhd_mb_var_thread().Anton Khirnov
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun