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
2013-05-03silly typo fixesDiego Biurrun
2013-05-03sbrdsp: Unroll and use integer operationsChristophe Gisquet
2013-05-03sbrdsp: Unroll sbr_autocorrelate_cChristophe Gisquet
2013-05-03x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet
2013-05-03vc1_parser: Set field_order.Masaki Tanaka
2013-05-03mpegvideo_parser: Set field_order.Masaki Tanaka
2013-05-03avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka
2013-05-03lavc: schedule AVCodecContext.lowres for removal on next bump.Anton Khirnov
2013-05-02aac: Remove aacpsy.h header, unused since 78e65cd7726Diego Biurrun
2013-05-02cavs: Remove cavsdata.h header, unused since 88386feefdDiego Biurrun
2013-05-02x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun
2013-05-02x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun
2013-05-02x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun
2013-05-02x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun
2013-05-02ppc: Only compile AltiVec FFT assembly when AltiVec is enabledDiego Biurrun
2013-04-30avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2()Derek Buitenhuis
2013-04-30avcodec: doxy: Clarify what get_buffer2 must fill in buf[]Derek Buitenhuis
2013-04-30ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30arm: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-30fft: Remove pointless #ifdefs around function declarationsDiego Biurrun
2013-04-30ppc: Move AltiVec utility headers out of AltiVec ifdefsDiego Biurrun
2013-04-30ppc: More consistent names for H.264 optimizations filesDiego Biurrun
2013-04-30mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun
2013-04-30lavc: clear AVBuffers on decoded frames if refcounted_frames is not setAnton Khirnov
2013-04-30indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov
2013-04-30indeo3: fix off by one in MV validity checkAnton Khirnov
2013-04-30x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun
2013-04-30x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun
2013-04-29x86: hpeldsp: Remove unused macro definitionsDiego Biurrun
2013-04-28aac: check the maximum number of channelsLuca Barbato
2013-04-27h264_refs: Do not print check_opcodes() return valueDiego Biurrun
2013-04-26x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun
2013-04-26x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö
2013-04-24x86: Get rid of duplication between *_rnd_template.cMartin Storsjö
2013-04-23mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes
2013-04-23x86: Factorize duplicated inline assembly snippetsMartin Storsjö
2013-04-23jpeg2000: Add mutlti-threading support to decoderNicolas Bertrand
2013-04-22x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun
2013-04-22jpeg2kdec: output is native endian AV_PIX_FMT_XYZ12Janne Grunau
2013-04-22threads: always call thread_finish_setup for intra codecsJanne Grunau
2013-04-22avcodec: Bump minor for JPEG 2000 decoderDiego Biurrun
2013-04-22JPEG 2000 decoder for DCinemaNicolas Bertrand
2013-04-22sh4: Remove dubious aligned dsputil codeDiego Biurrun
2013-04-22x86: cavs: Refactor duplicate dspfunc macroDiego Biurrun
2013-04-22h264: Drop unused variableDiego Biurrun
2013-04-22x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun
2013-04-22x86: Remove some duplicate function declarationsDiego Biurrun