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-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30cng: Reindent some incorrectly indented linesMartin Storsjö
2012-10-30cngdec: Allow flushing the decoderMartin Storsjö
2012-10-30cngdec: Make the dbov variable have the right unitMartin Storsjö
2012-10-30cngdec: Fix the memset size to cover the full arrayMartin Storsjö
2012-10-30cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-30x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje
2012-10-30Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje
2012-10-30avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö
2012-10-29lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö
2012-10-29lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles
2012-10-29indeo3: remove duplicate capabilities line.Anton Khirnov
2012-10-29aacenc: Drop some unused function argumentsDiego Biurrun
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-27vp8: fix memset() crossing array boundaryMans Rullgard
2012-10-27h264: fix invalid pointer arithmeticMans Rullgard
2012-10-27amrwbdec: fix invalid pointer arithmeticMans Rullgard
2012-10-26ivi_common: Drop unused function parameter from decode_band()Diego Biurrun
2012-10-26cook: Remove some silly Doxygen commentsDiego Biurrun
2012-10-26cook: Remove senseless maybe_reformat_buffer32() functionDiego Biurrun
2012-10-26cook: cosmetics: Better names for joint_decode() function parametersDiego Biurrun
2012-10-26cook: cosmetics: Better name for ccpl COOKSubpacket memberDiego Biurrun
2012-10-26h263: avoid memcpys over array bound in motion vector caching for obmcJanne Grunau
2001-01-01ffv1: set the range coder state in decode_slice_headerLuca Barbato
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
2012-10-24g.723.1: add missing CODEC_CAP_DR1Anton Khirnov
2012-10-24lavc: initialize output AVFrame before decoding.Anton Khirnov
2012-10-23lavc: fix documentation for AVCodecContext.delayJustin Ruggles
2012-10-23atrac3: return an error if extradata_size is not a specific known sizeJustin Ruggles
2012-10-23lavc: use the correct API version guard macro for avcodec_encode_audio()Justin Ruggles
2012-10-23dfa: use av_memcpy_backptr() where previously impossibleMans Rullgard
2012-10-23av_memcpy_backptr: Drop no longer necessary malloc paddingDiego Biurrun
2012-10-23dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun
2012-10-23dxtory: Replace AV_WN16A(AV_RN16A()) combination by AV_COPY16Diego Biurrun
2012-10-23mp3: properly forward mp_decode_frame errorsLuca Barbato
2012-10-23mp3: exit on parsing error in mp_decode_frameLuca Barbato
2012-10-23libm: add fallbacks for various single-precision functionsMans Rullgard
2012-10-23mpegaudiodec: Fix buffer handling on random accessMichael Niedermayer
2012-10-23mpegaudio: Refactor mp3on4 flush functionDiego Biurrun
2012-10-23Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun
2012-10-23Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov
2012-10-22atrac3: replace a calculation with FFALIGN()Justin Ruggles
2012-10-22atrac3: remove unused ATRAC3Context field, sample_rateJustin Ruggles
2012-10-22atrac3: use sizeof(variable) instead of sizeof(type)Justin Ruggles
2012-10-22atrac3: simplify MDCT window calculationJustin Ruggles
2012-10-22atrac3: initialize static tables in AVCodec.init_static_data()Justin Ruggles
2012-10-22atrac3: separate window initialization from IMDCT initializationJustin Ruggles