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-12-10avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTERMichael Niedermayer
2014-12-10Merge commit '4c81613df499ba81d64ea102b38d0c6686cc304c'Michael Niedermayer
2014-12-10Merge commit '581c7f0e12b1fa39f73d683e54d6ecda0772c5a9'Michael Niedermayer
2014-12-10arm: mlpdsp: handle pic offset calculation in a macroJanne Grunau
2014-12-10arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...Janne Grunau
2014-12-09Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793'Michael Niedermayer
2014-12-09Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46'Michael Niedermayer
2014-12-09aarch64: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09arm: Use .data.rel.ro for const data with relocationsMartin Storsjö
2014-12-09lavc/options: add test for avcodec_copy_contextLukasz Marek
2014-12-08Merge commit '6fd91fa11909f27902498648680dbb3d13f1f175'Michael Niedermayer
2014-12-08avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth predictionMichael Niedermayer
2014-12-08avcodec/x86/pngdsp: fix off by 1 errorMichael Niedermayer
2014-12-08avcodec/ppc/vp3dsp_altivec: POWER LE support to vp3_idct_add_altivec()Rong Yan
2014-12-08h264: increase MAX_SLICES to 32Vittorio Giovara
2014-12-08dpx: always write the image offsetZoltan Kovacs
2014-12-08Merge commit 'b280c6202b28b371a8d96850194fd69d7ad5dcc0'Michael Niedermayer
2014-12-08Merge commit 'ae81576414f2d2083d3118fb4abe1ebc5a7a4c54'Michael Niedermayer
2014-12-08arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumbMartin Storsjö
2014-12-08arm: fft_vfp: Add a missing "endconst" when building in thumb modeMartin Storsjö
2014-12-08avcodec/pngdec: check av_image_get_linesize return valueBenoit Fouet
2014-12-07avcodec/utils: Check AVFrame width/height in avcodec_encode_video2()Michael Niedermayer
2014-12-07avcodec/jacosubdec: check strftime return valueClément Bœsch
2014-12-07avcodec/utils: check AVframe.format being set in avcodec_encode_video2()Michael Niedermayer
2014-12-06avcodec/libxavs: disable global header codeMichael Niedermayer
2014-12-06avcodec/hevc_ps: Add context to av_log() callMichael Niedermayer
2014-12-06avcodec/dvbsubdec: Remove redundant "DVBSub error" prefixMichael Niedermayer
2014-12-06Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer
2014-12-06lavc/options: fix leaks in avcodec_copy_contextLukasz Marek
2014-12-06Merge commit 'b72727a5248f1ef02db99b378dce1eb48a46357a'Michael Niedermayer
2014-12-06lavc/options: don't copy priv context when it is not AVOption objectLukasz Marek
2014-12-06Merge commit 'c45eeb2dbf42382d335da8068231a8026c08843b'Michael Niedermayer
2014-12-06Merge commit '3a56bcee7cb7549b2813e39ce3bee3b7c522aecb'Michael Niedermayer
2014-12-06Merge commit 'b56afb48aecb96e03347f5b569f16a64147c18b1'Michael Niedermayer
2014-12-05Merge commit 'e0bb74a1403ed77ef369b9d62866f8a4afaf3f1d'Michael Niedermayer
2014-12-05avcodec/dvbsubdec: Pass context to av_log()Michael Niedermayer
2014-12-05avcodec/golomb: use NULL for pointers instead of 0Michael Niedermayer
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-12-05avcodec/mpegaudiodec_template: only allocate fdsp when its usedMichael Niedermayer
2014-12-05lavc/libxvid: workaround for bug in libxvidcoreLukasz Marek
2014-12-05lavc: mention that the parser callback never returns an errorVittorio Giovara
2014-12-04replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak
2014-12-04add av_dv_codec_profile2 : uses framerate to select best matching profile. de...Steve Jiekak
2014-12-04avcodec/imc: only check remaining bits in case bits will be readMichael Niedermayer
2014-12-04imc: make issue non-fatalChristophe Gisquet
2014-12-04avcodec/pngdec: use memcpy instead of byte loops for P frames.Benoit Fouet
2014-12-04avcodec/ppc/vp8dsp_altivec.c: POWER LE support put_vp8_epel_h_altivec_core() ...Rong Yan
2014-12-04avcodec/ppc/vc1dsp_altivec: add POWER LE support to vc1_inv_trans_8x4_altivec()Rong Yan
2014-12-04avcodec/aacdec: reduce noisiness of missing channel elementsMichael Niedermayer
2014-12-04avcodec/pngdec: fix indentation in handle_row()Benoit Fouet