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-12-08takdec: fix initialisation of LOCAL_ALIGNED arrayJosh Allmann
2012-12-08takdec: fix initialisation of LOCAL_ALIGNED arrayMans Rullgard
2012-12-08tak: demuxer, parser, and decoderPaul B Mahol
2012-12-08parser: fix large overreadsMichael Niedermayer
2012-12-08bitstream: add get_bits64() to support reading more than 32 bits at onceMichael Niedermayer
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-12-07dct-test: arm: indicate required cpu features for optimised funcsMans Rullgard
2012-12-07snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793Anton Khirnov
2012-12-07arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard
2012-12-07avpicture: Don't assume a valid pix fmt in avpicture_get_sizeMartin Storsjö
2012-12-07h264: add a pointer for weighted prediction temporary bufferJanne Grunau
2012-12-07h264: check sps.log2_max_frame_num for validityJanne Grunau
2012-12-07flac: change minimum and default of lpc_passes option to 1Janne Grunau
2012-12-07SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet
2012-12-07AAC SBR: use AVFloatDSPContext's vector_fmulChristophe Gisquet
2012-12-06h264: slice-mt: check master context for valid current_picture_ptrJanne Grunau
2012-12-06h264: slice-mt: get last_pic_dropable from master contextJanne Grunau
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-12-05mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau
2012-12-05eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()Janne Grunau
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: factorise setting buffer type in avcodec_default_get_buffer().Anton Khirnov
2012-12-05lavc: don't reuse audio buffersAnton Khirnov
2012-12-05lavc: set frame properties in ff_get_buffer().Anton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-12-03h264: error out on unset current_picture_ptr for h->current_slice > 0Janne Grunau
2012-12-03aac: avoid a memcpy in sbr_qmf_analysisChristophe Gisquet
2012-11-29build: The FLAC encoder also depends on the flacdsp codeDiego Biurrun
2012-11-29h264: check context state before decoding slice data partitionsJanne Grunau
2012-11-29flashsv: make sure data for zlib priming is availableJanne Grunau
2012-11-28x86: dsputilenc: port to cpuflagsDiego Biurrun
2012-11-28x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun
2012-11-28x86: h264_idct: port to cpuflagsDiego Biurrun
2012-11-28vble: Do not abort decoding when version is not 1Piotr Bandurski
2012-11-28x86: h264_weight: port to cpuflagsDiego Biurrun
2012-11-27h264: set Picture.owner2 to the current threadJanne Grunau
2012-11-27h264: check ref_count validity for num_ref_idx_active_override_flagJanne Grunau
2012-11-27h264: add missing new line to log messageJanne Grunau
2012-11-27dcadec: skip QMF on unused channelsMichael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-11-26aacenc: use the correct output bufferMichael Niedermayer
2012-11-26aacdec: fix signed overflows in lcg_random()Mans Rullgard
2012-11-26flashsv: check for keyframe before using differential codingJanne Grunau
2012-11-26h264: enable low delay only if no delayed frames were seenJanne Grunau
2012-11-26x86: fix build without inline asmDiego Biurrun
2012-11-26aacdec: use float planar sample format for outputJustin Ruggles
2012-11-26lavc: clarify get_buffer() documentationJustin Ruggles
2012-11-26mpegaudiodec: use planar sample format for output unless packed is requestedJustin Ruggles