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
2012-10-12Remove libmpeg2 #define remnantsDiego Biurrun
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12tscc2: Fix an out of array accessMichael Niedermayer
2012-10-12vp8: reset loopfilter delta values at keyframes.Sami Pietila
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
2012-10-12lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-12mpegvideo: fix indentationAnton Khirnov
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-11svq3: fix pointer type warningMans Rullgard
2012-10-11svq3: replace unsafe pointer casting with intreadwrite macrosMans Rullgard
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-11options_table: refs option is not snow-onlyDiego Biurrun
2012-10-11mlpdsp: adding missing fileLuca Barbato
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-10-11sh4: add required #include, fix buildMans Rullgard
2012-10-10flashsv: propagate inflateReset() errorsJanne Grunau
2012-10-10indeo4/5: remove constant parameter num_bands from wavelet recompositionJanne Grunau
2012-10-10Double motion vector range for HPEL interlaced picture in proper placeMashiat Sarker Shakkhar
2012-10-10vc1dec: Set opposite to the correct value for 1REF field picturesMashiat Sarker Shakkhar
2012-10-10vc1dec: Invoke edge emulation regardless of MV precision for 1-MV chromaMashiat Sarker Shakkhar
2012-10-10vc1dec: Set chroma reference field from REFFIELD for 1REF field picturesMashiat Sarker Shakkhar
2012-10-10vc1dec: Use correct spelling of "opposite"Mashiat Sarker Shakkhar
2012-10-10a64multienc: change mc_frame_counter to unsignedJanne Grunau
2012-10-10arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf
2012-10-10svq1: Drop a bunch of useless parenthesesDiego Biurrun
2012-10-10svq1: K&R formatting cosmeticsDiego Biurrun
2012-10-09g722enc: fix size argument in memsetJanne Grunau
2012-10-09lavc: split asv12 encoder/decoderAnton Khirnov
2012-10-09vc1dec: prevent memory leak in error pathJanne Grunau
2012-10-09vc1dec: prevent memory leak on av_realloc errorJanne Grunau
2012-10-09adxdec: use planar sample formatJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_thpJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_xasJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ea_r1/r2/r3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_xaJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_ws for vqa version 3Justin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_4xmJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_wavJustin Ruggles
2012-10-09adpcmdec: use planar sample format for adpcm_ima_qtJustin Ruggles
2012-10-09pcmdec: use planar sample format for pcm_lxfJustin Ruggles
2012-10-09mace: use planar sample formatJustin Ruggles
2012-10-09atrac1: use planar sample formatJustin Ruggles
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-10-09avcodec: free extended_data instead address of itJanne Grunau
2012-10-09Restructure av_log_missing_feature messageDiego Biurrun
2012-10-09ppc: fix Altivec build with old compilersMans Rullgard
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau