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-03-14codec_desc: group image codecs togetherVittorio Giovara
2014-03-14codec_desc: add missing .long_nameVittorio Giovara
2014-03-14codec_desc: K&R formatting cosmeticsVittorio Giovara
2014-03-14arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun
2014-03-14ljpeg: fix duplicated pixel format entryVittorio Giovara
2014-03-13bfin: Use more sensible file namesDiego Biurrun
2014-03-13bfin: hpeldsp: Split no_rnd pixel operations off into a separate fileDiego Biurrun
2014-03-13bfin: dsputil: Unconditionally compile hpel pixels codeDiego Biurrun
2014-03-13bfin: hpeldsp: "nornd" ---> "no_rnd" function name suffix for consistencyDiego Biurrun
2014-03-13bfin: Move all assembly declarations only used within one .c file thereDiego Biurrun
2014-03-13bfin: hpeldsp: K&R formatting cosmeticsDiego Biurrun
2014-03-13bfin: Refactor duplicated assembly-related macrosDiego Biurrun
2014-03-13bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun
2014-03-13bfin: dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-13bfin: dsputil: Drop broken and trivial profiling codeDiego Biurrun
2014-03-13bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun
2014-03-13bfin: dsputil: Drop broken vsad bitsDiego Biurrun
2014-03-13bfin: dsputil: Remove unused global variableDiego Biurrun
2014-03-13x86: dsputil_init: Drop some unnecessary parenthesesDiego Biurrun
2014-03-13x86: dsputil_init: K&R formatting cosmeticsDiego Biurrun
2014-03-13x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun
2014-03-13x86: motion_est: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputilenc_mmx: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputil_mmx: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputilenc_mmx: Merge two assignment blocks with identical conditionsDiego Biurrun
2014-03-13dsputil_template: K&R formatting cosmeticsDiego Biurrun
2014-03-13rnd_avg.h: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-03-13dsputil: Merge variable declarations and initializationsDiego Biurrun
2014-03-13dsputil: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputil.h: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputil.h: Clean up commentsDiego Biurrun
2014-03-13dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun
2014-03-13x86: Make function prototype comments in assembly code consistentDiego Biurrun
2014-03-13x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun
2014-03-13Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun
2014-03-13arm: dsputil: Add a bunch of missing #includesDiego Biurrun
2014-03-13x86: Add some more missing headersDiego Biurrun
2014-03-13ppc: Add some missing headersDiego Biurrun
2014-03-13dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun
2014-03-13dsputil: Drop ff_check_alignment() functionDiego Biurrun
2014-03-13dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun
2014-03-13x86: mpegvideoenc: Remove some remnants of the long-gone libmpeg2 IDCTDiego Biurrun
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2014-03-13Remove all SH4 architecture optimizationsDiego Biurrun
2014-03-13ffv1: Drop bogus dependency on dsputilDiego Biurrun
2014-03-13build: Drop stray mpc8 decoder dependency on dsputilDiego Biurrun
2014-03-12armv6: vp8: use explicit labels in motion compensation asmJanne Grunau
2014-03-12copy_block: K&R formatting cosmeticsVittorio Giovara
2014-03-10golomb: Add a get_se_golomb_longLuca Barbato