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-11-28Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer
2012-11-28x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun
2012-11-27Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9'Michael Niedermayer
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer
2012-11-26x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26base64: fix signed overflow in shiftMans Rullgard
2012-11-26lavu: drop time redefinition as it causes some problems in some uncommon conf...Michael Niedermayer
2012-11-26lavu/samplefmt: return the size of the allocated samples buffer at the next bumpStefano Sabatini
2012-11-26remove #defines to prevent use of discouraged external functionsJanne Grunau
2012-11-25lavu/opt: add support for reading pixel and sample format through av_get_int()Stefano Sabatini
2012-11-25lavu/imgutils: add consistency checks to av_image_copy_plane()Stefano Sabatini
2012-11-25lavu/opt: fix range shown in set_format() log messageStefano Sabatini
2012-11-25lavu/opt: add av_opt_ accessors for pixel/format/image size optionsStefano Sabatini
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
2012-11-23Merge commit '4a606c830ae664013cea33800094d4d0f4ec62da'Michael Niedermayer
2012-11-23av_memcpy_backptr: optimise some special casesMans Rullgard
2012-11-22mips: Fixing HAVE_MIPSFPU dependenciesBojan Zivkovic
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-11-21pixdesc: fix alpha flagsMichael Niedermayer
2012-11-21pixdesc: add av_get_padded_bits_per_pixel()Michael Niedermayer
2012-11-21Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480'Michael Niedermayer
2012-11-20pixdesc: add PIX_FMT_ALPHA flagLuca Barbato
2012-11-20mips: Optimization of AC3 FP encoder and EAC3 FP decoderBojan Zivkovic
2012-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-17lavu/bprint: implement av_bprint_strftime().Nicolas George
2012-11-17Merge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e'Michael Niedermayer
2012-11-17cpu: add a few cpu names as aliases for their cpu flagsMichael Niedermayer
2012-11-17cpu: add cmov ro the table, which appears to have been forgottenMichael Niedermayer
2012-11-16cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52Janne Grunau
2012-11-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-16crc: av_crc() parameter names should match between .c, .h and doxygenDiego Biurrun
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer
2012-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14Remove deprecation of avcodec_get_chroma_sub_sample.Michael Niedermayer
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-12Merge commit '802713c4e7b41bc2deed754d78649945c3442063'Michael Niedermayer
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-11x86inc: Set program_name outside of x86inc.asmDiego Biurrun
2012-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-08lavu: remove disabled FF_API_OLD_EVAL_NAMES codeStefano Sabatini
2012-11-08lavu/opt: show valid range in case of out-of-range valueStefano Sabatini