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-15h264: fix memleak on error during SPS parsingJanne Grunau
2012-12-15h264-mt: handle NAL_DPAs before calling ff_thread_finish_setupJanne Grunau
2012-12-14vp56: release frames on errorLuca Barbato
2012-12-14vp56: make parse_header return standard error codesLuca Barbato
2012-12-14ivi_common: check that scan pattern is set before using it.Anton Khirnov
2012-12-14ivi_common: use proper logging context in ivi_decode_blocks().Anton Khirnov
2012-12-14ivi_common: make some functions and tables static.Anton Khirnov
2012-12-14h264: initialize frame-mt context copies properlyJanne Grunau
2012-12-14mpegvideo: treat delayed pictures as usedJanne Grunau
2012-12-14lavc: set frame parameters after decoding only if necessaryJanne Grunau
2012-12-14h264: set parameters from SPS whenever it changesJanne Grunau
2012-12-13vp6: properly fail on unsupported featureLuca Barbato
2012-12-13aacdec: Fix an off-by-one overwrite when switching to LTP profile from MAIN.Alex Converse
2012-12-12svq1: Fix building with -DDEBUGMartin Storsjö
2012-12-12svq1: return meaningful error codes.Anton Khirnov
2012-12-12lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov
2012-12-12svq1: unmacroify macros used only once.Anton Khirnov
2012-12-12svq1: deMpegEncContextizeAnton Khirnov
2012-12-12x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje
2012-12-11Make LOCAL_ALIGNED syntactically similar on all systemsMans Rullgard
2012-12-10ZeroCodec: Flip outputCarl Eugen Hoyos
2012-12-10sh4: dsputil: remove duplicate of ff_gmc_c()Mans Rullgard
2012-12-10dsputil: remove unused macro WRAPPER8_16Mans Rullgard
2012-12-09libvpxenc: Support forcing keyframesMartin Storsjö
2012-12-09ac3dec: decode directly into output buffersMans Rullgard
2012-12-09ac3dec: make downmix() take array of pointers to channel dataMans Rullgard
2012-12-09ac3dec: output planar float onlyMans Rullgard
2012-12-09svq3: make slice type value unsigned to match svq3_get_ue_golomb return typeJanne Grunau
2012-12-09cosmetics: Fix dropable --> droppable typoDiego Biurrun
2012-12-08mjpeg: initialize input padding after unescaped buffer to zeroJanne Grunau
2012-12-08h264: check for invalid zeros_left before writingRonald S. Bultje
2012-12-08golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau
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