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
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
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08avcodec: allow either planar or interleaved sample format when encoding monoJustin Ruggles
2012-10-08adpcmenc: ensure calls to adpcm_ima_compress_sample() are in the right orderJustin Ruggles
2012-10-06wmaenc: use float planar sample formatJustin Ruggles
2012-10-06(e)ac3enc: use planar sample formatJustin Ruggles
2012-10-06aacenc: use planar sample formatJustin Ruggles
2012-10-06adpcmenc: use planar sample format for adpcm_ima_wav and adpcm_ima_qtJustin Ruggles
2012-10-06adpcmenc: move 'ch' variable to higher scopeJustin Ruggles
2012-10-06adpcmenc: fix 3 instances of variable shadowingJustin Ruggles
2012-10-06adpcm_ima_wav: simplify encodingJustin Ruggles
2012-10-06libvorbis: use planar sample formatJustin Ruggles
2012-10-06libmp3lame: use planar sample formatsJustin Ruggles
2012-10-06vorbisenc: use float planar sample formatJustin Ruggles
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard
2012-10-06x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard