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
2011-10-13proresdsp: fix roundingMichael Niedermayer
2011-10-13proresdsp: Correct credits to point to the Author and not just the code this ...Michael Niedermayer
2011-10-13dct-test: Test ff_prores_idct_put_10_sse2()Michael Niedermayer
2011-10-13dct-test: add transpose permutation supportMichael Niedermayer
2011-10-13proresdsp: Optimize series of padds outMichael Niedermayer
2011-10-13proresdsp.asm: Remove useless instructions.Michael Niedermayer
2011-10-12prores: change license to LGPL, merge some parts.Elvis Presley
2011-10-12proresdsp.asm: drop useless shiftsElvis Presley
2011-10-12x86/proresdsp-init: add forgotten HAVE_YASMElvis Presley
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12pcm: Print number of bits in the error message of unsupported DVD PCM formats.Daniel Kristjansson
2011-10-11fix AC3ENC_OPT_MODE_ON/OFFJohn Stebbins
2011-10-11h264: fix HRD parameters parsingMans Rullgard
2011-10-11prores: implement multithreading.Ronald S. Bultje
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-11g723.1: use memmove() where overlapping src and dst can happen.Michael Niedermayer
2011-10-11vc1: enable interlaced p fields again, they seem no longer to crash with out...Michael Niedermayer
2011-10-11vc1: reset interlaced variables, prevent another bunch of crashes.Michael Niedermayer
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-11vc1: disable parts of the interlaced code due to security issues.Michael Niedermayer
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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