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-11-26rv34: fix signed multiplication overflowMans Rullgard
2011-11-26[PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.Cheng Sun
2011-11-26cook: use a table for xor key rotationMans Rullgard
2011-11-26apedec: fix signed integer overflowsMans Rullgard
2011-11-26qtrle: simplify 32-bit decode using intreadwrite macrosMans Rullgard
2011-11-26gif: fix invalid signed shiftsMans Rullgard
2011-11-26rtjpeg: simplify get_block() by using get_bits_left.Reimar Döffinger
2011-11-26rtjpeg: check get_block return value for error.Reimar Döffinger
2011-11-26nuv: check per-frame header for validity.Reimar Döffinger
2011-11-26nuv: use FFALIGN.Reimar Döffinger
2011-11-26flicvideo: check extradata_size before accessing extradata.Carl Eugen Hoyos
2011-11-26fraps: check for overread.Michael Niedermayer
2011-11-26cook: fix apparent typo in extradata parsingK.Y.H
2011-11-26lavc: update doxy to use nondeprecated API.Anton Khirnov
2011-11-25Make channel layout masks unsignedMans Rullgard
2011-11-25dca: ARMv6 optimised decode_blockcode()Mans Rullgard
2011-11-25frame-mt: return consumed packet size in ff_thread_decode_frameJanne Grunau
2011-11-25snow: split snow in snowdec and snowencLuca Barbato
2011-11-25tiffenc: deprecate using compression_levelAnton Khirnov
2011-11-24h264: add support for decoding planar RGB images.Ronald S. Bultje
2011-11-24pcmdec: remove unneeded resetting of samples pointerJustin Ruggles
2011-11-24bethsoftvideo: return proper consumed size for palette packets.Anton Khirnov
2011-11-23tiffenc: add a private option for selecting compression algorithmAnton Khirnov
2011-11-23ARM: remove needless .text/.align directivesMans Rullgard
2011-11-23aacdec: Fix PS in ADTS.Alex Converse
2011-11-23dsputil: use cpuflags in x86 emu_edge_coreJustin Ruggles
2011-11-23dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles
2011-11-22wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.Justin Ruggles
2011-11-22Add libavutil/mathematics.h #includes for INFINITYMans Rullgard
2011-11-22doxy: introduce an empty structure in libavcodecLuca Barbato
2011-11-22ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard
2011-11-22pthread: do not touch has_b_framesJanne Grunau
2011-11-21pthread: add some malloc failure checksJustin Ruggles
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
2011-11-19avcodec: use av_opt_set() instead of deprecated av_set_string3()Justin Ruggles
2011-11-19avcodec: fix some const warningsJustin Ruggles
2011-11-19avcodec: remove pointless AVOption, internal_buffer_countJustin Ruggles
2011-11-18cinepack: return non-generic errorsLuca Barbato
2011-11-18cinepak: remove redundant coordinate checksMichael Niedermayer
2011-11-18cinepak: check strip_sizeMichael Niedermayer
2011-11-18cinepak, simplify, use AV_RB24()Michael Niedermayer
2011-11-18cinepak: simplify, use FFMIN()Michael Niedermayer
2011-11-18cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0Michael Niedermayer
2011-11-17vp5: Fix illegal read.Alex Converse
2011-11-17vp6: Fix illegal read.Thierry Foucu
2011-11-16mpegaudiodec: Don't use a nonexistent log context for av_dlogMartin Storsjö
2011-11-16cinepak: Add another special case so that it can handle the following file:Mike Melanson
2011-11-16lagarith: add some RGBA decoding supportKostya Shishkov
2011-11-16lagarith: Add correct line prediction for RGBNathan Caldwell
2011-11-15cosmetics: indentationJustin Ruggles