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
2016-10-02avcodec: fix arguments on xmm/neon clobber test wrappersJames Almer
2016-10-01avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer
2016-09-25avcodec: fix vc1dsp dependenciesXiaolei Yu
2016-07-04avcodec: add missing xmm/neon clobber test wrappers for the new decode APIJames Almer
2016-06-25lavc/neontest: fix constness in arm/aarch64 avcodec_open2() wrappersClément Bœsch
2016-06-22Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-13tests: Move all test programs to a subdirectoryDiego Biurrun
2016-05-09Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-12arm/rdft_init: fix license headerJames Almer
2016-04-12Merge commit '4c297249ac0f513a610a62691ce96d6b62f65b94'Derek Buitenhuis
2016-04-12Merge commit '97aec6e75ef36ed0402653519daa8e1fc8ddb555'Derek Buitenhuis
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-01fft: Split MDCT bits off from FFTDiego Biurrun
2016-02-26rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun
2016-02-26fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun
2016-02-24Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis
2016-02-19build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun
2016-01-31avcodec/dca: add new decoder based on libdcadecfoo86
2016-01-31avcodec/dca: remove old decoderfoo86
2016-01-25avcodec/synth_filter: split off remaining code from dcadec filesJames Almer
2016-01-02Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes
2016-01-02Merge commit '90b1b9350c0a97c4065ae9054b83e57f48a0de1f'Hendrik Leppkes
2016-01-02Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes
2015-12-24dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková
2015-12-14arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau
2015-12-14arm: add a cpu flag for the VFPv2 vector modeJanne Grunau
2015-10-04blockdsp: reindent after parameter removalChristophe Gisquet
2015-10-02blockdsp: remove high bitdepth parameterChristophe Gisquet
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-21arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau
2015-07-18Merge commit '256ef19844892c6cf8e0386e3287bae970ec6320'Michael Niedermayer
2015-07-18h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau
2015-07-18Merge commit 'f5ee23004d1177ca6dd99b92cb4ff4b94b2eae09'Michael Niedermayer
2015-07-17Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer
2015-07-17Merge commit '5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418'Michael Niedermayer
2015-07-17Merge commit 'b075869bc1e1aadea0a8dc819ebfb758adb9e3d0'Michael Niedermayer
2015-07-17configure: Factor out g722dsp moduleVittorio Giovara
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-07-17configure: Factor out rv34dsp moduleVittorio Giovara
2015-07-17configure: Factor out flacdsp moduleVittorio Giovara
2015-05-17lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos
2015-03-26avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if()Michael Niedermayer
2015-03-12hevcdsp: fix compilation for arm and aarch64James Almer
2015-03-01Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer
2015-03-01Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-28fmtconvert: drop unused functionsAnton Khirnov
2015-02-25avcodec/hevcdsp: ARM NEON optimized qpel functionsSeppo Tomperi