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-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
2011-11-15mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles
2011-11-14binkvideo: simplify and remove invalid shiftsMans Rullgard
2011-11-14hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert
2011-11-12vble: remove vble_error_closeJanne Grunau
2011-11-12VBLE DecoderDerek Buitenhuis
2011-11-11tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles
2011-11-11shorten: do not modify samples pointer when interleavingJustin Ruggles
2011-11-11mpc7: only support stereo input.Justin Ruggles
2011-11-11dpcm: do not try to decode empty packetsJustin Ruggles
2011-11-11dpcm: remove unneeded buf_size==0 check.Justin Ruggles
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-11vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles
2011-11-11twinvq: check for allocation failure in init_mdct_win()Justin Ruggles
2011-11-10mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse
2011-11-10atrac1: use correct context for av_log()Justin Ruggles
2011-11-10apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles
2011-11-10apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles
2011-11-10apedec: check output buffer size after calculating actual output sizeJustin Ruggles
2011-11-10apedec: remove unneeded entropy decoder normalization.Justin Ruggles
2011-11-10truespeech: use memmove() in truespeech_update_filters()Justin Ruggles
2011-11-10vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles
2011-11-10vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles
2011-11-10vorbisdec: return proper error codes instead of made-up onesJustin Ruggles
2011-11-10sunrast: Check for invalid/corrupted bitstreamLaurent Aimar
2011-11-10avcodec: add support for planar signed 8-bit PCM.Justin Ruggles
2011-11-10ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles
2011-11-10smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles
2011-11-10smackaud: clip output samplesJustin Ruggles
2011-11-10smackaud: use sign_extend() for difference value instead of castingJustin Ruggles
2011-11-09sipr: use a function pointer to select the decode_frame functionJustin Ruggles
2011-11-09sipr: set mode based on block_align instead of bit_rateJustin Ruggles
2011-11-09sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles
2011-11-09ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles
2011-11-09VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS
2011-11-09vc1dec: move an if() block.shahriman AMS
2011-11-09vc1dec: use correct hybrid prediction threshold.shahriman AMS
2011-11-09vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS
2011-11-09vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS
2011-11-08indeo3: Fix a fencepost error.Alex Converse
2011-11-08ra288: return error if input buffer is too smallJustin Ruggles
2011-11-08ra288: utilize DSPContext.vector_fmul()Justin Ruggles
2011-11-08ra288: use memcpy() to copy decoded samples to outputJustin Ruggles
2011-11-08mace: only calculate output buffer size onceJustin Ruggles