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
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-29avfilter: Surround function only used in debug mode by appropriate #ifdef.Diego Biurrun
2011-05-29vf_crop: Replace #ifdef DEBUG + av_log() by av_dlog().Diego Biurrun
2011-05-29build: remove BUILD_ROOT variableMans Rullgard
2011-05-29vp8: use av_clip_uintp2() where possibleMans Rullgard
2011-05-29ac3enc: fix LOCAL_ALIGNED usage in count_mantissa_bits()Mans Rullgard
2011-05-28ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits.Justin Ruggles
2011-05-28ac3dsp: fix loop condition in ac3_update_bap_counts_c()Justin Ruggles
2011-05-28ARM: unbreak buildMans Rullgard
2011-05-28ac3enc: modify mantissa bit counting to keep bap counts for all values of bapJustin Ruggles
2011-05-28ac3enc: split mantissa bit counting into a separate function.Justin Ruggles
2011-05-28ac3enc: store per-block/channel bap pointers by reference block in a 2D arrayJustin Ruggles
2011-05-28get_bits: add av_unused tag to cache variableMans Rullgard
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28ARM: aacdec: fix constraints on inline asmMans Rullgard
2011-05-28ARM: remove unnecessary volatile from inline asmMans Rullgard
2011-05-28ARM: add "cc" clobbers to inline asm where neededMans Rullgard
2011-05-28ARM: improve FASTDIV asmMans Rullgard
2011-05-28ac3enc: use LOCAL_ALIGNED macroMans Rullgard
2011-05-28APIchanges: fill in git hash for av_get_pix_fmt_name (0420bd7).Ronald S. Bultje
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-28vpxenc: add VP8E_SET_STATIC_THRESHOLD mappingJames Zern
2011-05-28webm: support stereo videos in matroska/webm muxerAlok Ahuja
2011-05-28lavf: deprecate AVFormatParameters.pix_fmt.Anton Khirnov
2011-05-28rawdec: add a pixel_format private option.Anton Khirnov
2011-05-28v4l2: add a pixel_format private option.Anton Khirnov
2011-05-28libdc1394: add a pixel_format private option.Anton Khirnov
2011-05-28cosmetics: indentation and alignment after previous commitJustin Ruggles
2011-05-28ac3enc: add support for E-AC-3 encoding.Justin Ruggles
2011-05-28ac3enc: Move AC-3 AVOptions array to a separate file to make it easier toJustin Ruggles
2011-05-27ARM: disable ff_vector_fmul_vfp on VFPv3 systemsMans Rullgard
2011-05-27ARM: check for VFPv3Mans Rullgard
2011-05-27swscale: Remove unused variables in x86 code.Diego Biurrun
2011-05-27doc: Drop DJGPP section, Libav now compiles out-of-the-box on FreeDOS.Diego Biurrun
2011-05-27x86: Add appropriate ifdefs around certain AVX functions.Diego Biurrun
2011-05-27cmdutils: use sws_freeContext() instead of av_freep().Ronald S. Bultje
2011-05-27swscale: delay allocation of formatConvBuffer().Ronald S. Bultje
2011-05-27swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje
2011-05-27movenc: Deprecate the global RTP hinting flag, use a private AVOption insteadMartin Storsjö
2011-05-27movenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-05-27swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje
2011-05-27configure: report yasm/nasm presence properlyLuca Barbato
2011-05-27tcp: make connect() timeout properlyLuca Barbato
2011-05-27rawdec: factor video demuxer definitions into a macro.Anton Khirnov
2011-05-27rtspdec: add initial_pause private option.Anton Khirnov
2011-05-27lavf: deprecate AVFormatParameters.width/height.Anton Khirnov
2011-05-27tty: add video_size private option.Anton Khirnov
2011-05-27rawdec: add video_size private option.Anton Khirnov