Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-11prores: idct sse2/sse4 optimizations.Ronald S. Bultje
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-10-11h264: fix invalid shifts in init_cavlc_level_tab()Mans Rullgard
2011-10-11flashsv: return more meaningful error valueDiego Biurrun
2011-10-11flashsv: fix typo in av_log() messageDiego Biurrun
2011-10-11smacker: validate channels and sample format.Justin Ruggles
2011-10-11smacker: check buffer size before reading output sizeJustin Ruggles
2011-10-11smacker: validate number of channelsJustin Ruggles
2011-10-11h264: fix detection of optional trailing PPS elementsMans Rullgard
2011-10-11sipr: fix get_bits(0) callsMans Rullgard
2011-10-11motion_est: make MotionExtContext.map_generation unsignedMans Rullgard
2011-10-10h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reo...Laurent Aimar
2011-10-10error_resilience: fix the check for missing references in ff_er_frame_end() f...Laurent Aimar
2011-10-104xm: prevent NULL dereference with invalid huffman tableLaurent Aimar
2011-10-104xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar
2011-10-10ptx: check for out of bound readsLaurent Aimar
2011-10-10tiffdec: fix out of bound reads/writesLaurent Aimar
2011-10-10eacmv: check for out of bound readsLaurent Aimar
2011-10-10eacmv: fix potential pointer arithmetic overflowsLaurent Aimar
2011-10-10adpcm: fix out of bound reads due to integer overflowLaurent Aimar
2011-10-10anm: prevent infinite loopLaurent Aimar
2011-10-10avs: check for out of bound readsLaurent Aimar
2011-10-10dnxhddec: handle cid change in bitstream.Baptiste Coudurier
2011-10-10vc1: K&R reformatting cosmeticsKostya Shishkov
2011-10-10ra288: log an error message when output buffer is too small.Justin Ruggles
2011-10-10ra288: use a more descriptive calculation for output data sizeJustin Ruggles
2011-10-10ra144: use macro constants to make the code more understandable.Justin Ruggles
2011-10-10ra144dec: log an error message when output buffer is too small.Justin Ruggles
2011-10-10ra144dec: use a more descriptive calculation for output data sizeJustin Ruggles
2011-10-10lavc: Micro version bump for VC1 interlaced decoding supportMashiat Sarker Shakkhar
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-10-10vc1dec: interlaced stream decoding support 2/3Mashiat Sarker Shakkhar
2011-10-10vc1dec: interlaced stream decoding support 1/3Mashiat Sarker Shakkhar
2011-10-10vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).Gwenole Beauchesne
2011-10-10mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_headerMans Rullgard
2011-10-10mpeg124: use sign_extend() functionMans Rullgard
2011-10-10ac3dec: use get_sbits() instead of manually sign-extendingMans Rullgard
2011-10-104xm: fix signed overflowMans Rullgard
2011-10-10wmavoice: fix a signed overflowMans Rullgard
2011-10-10mpegvideo_enc: fix a signed overflowMans Rullgard
2011-10-09zmbv: remove memcpy() of decoded frameMans Rullgard
2011-10-09mpeg12enc: use sign_extend() functionMans Rullgard
2011-10-09h264pred: use unsigned types for pixel values, fix signed overflowsMans Rullgard
2011-10-09h264: fix signed overflows in x*0x01010101 expressionsMans Rullgard
2011-10-09h264pred: remove unused variablesMans Rullgard
2011-10-08vp8: fix signed overflowsMans Rullgard
2011-10-08motion_est: fix some signed overflowsMans Rullgard
2011-10-08dca: fix signed overflow in shiftMans Rullgard
2011-10-08aacdec: fix undefined shiftsMans Rullgard
2011-10-08bink: Check for various out of bound writesLaurent Aimar