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-09-12vc1dec: export adv profile color format indicationMichael Niedermayer
2012-09-12Support decoding of monochrome tiff images without bpp tag.Carl Eugen Hoyos
2012-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-12diracdsp: Fix unprotected inline asmDerek Buitenhuis
2012-09-11ratecontrol: change a commented printf to av_logMichael Niedermayer
2012-09-11ratecontrol: fix get_fps() argumentMichael Niedermayer
2012-09-11ratecontrol: Dynamically choose a default for rc_max_available_vbv_useMichael Niedermayer
2012-09-11ratecontrol: correct predictor in case of stuffingMichael Niedermayer
2012-09-11utvideoenc: Add missing AV_ prefix to codec IDDiego Biurrun
2012-09-11x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun
2012-09-11cavsdec/decode_mb_b: fix return typeMichael Niedermayer
2012-09-11aacdec/lcg_random: fix harmless integer overflowMichael Niedermayer
2012-09-11cavsdec: Fix assertion failure.Michael Niedermayer
2012-09-11lavc/h263dec: return or propagate proper error codesStefano Sabatini
2012-09-11lavc/flvdec: return meaningful error codesStefano Sabatini
2012-09-11mpegaudiodec: replace pow(2.0,...) by exp2()Michael Niedermayer
2012-09-11atrac3: replace powf(2,...) by exp2f()Michael Niedermayer
2012-09-10ra144enc: avoid integer overflows.Michael Niedermayer
2012-09-10add OTF support for attachmentsSébastien Brochet
2012-09-10lavc/pngenc: Enable frame threading for PNG encodesBen Jackson
2012-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-10x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun
2012-09-10aacdec.c: fix some commentsReinhard Nissl
2012-09-09rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset
2012-09-09Rename ff_put_string to avpriv_put_stringMartin Storsjö
2012-09-09mjpeg: Rename some symbols to avpriv_* instead of ff_*Samuel Pitoiset
2012-09-09x86/mpegaudiodec: fix compilation failure on cygwin with undefined imdct36_bl...Michael Niedermayer
2012-09-09dsputil_template: Reindent after recent changeDerek Buitenhuis
2012-09-09x86/h264dsp_init: put a HAVE_YASM backMichael Niedermayer
2012-09-09tiff/doubles2str: check for truncationMichael Niedermayer
2012-09-09tiff/doubles2str: factor out component_lenMichael Niedermayer
2012-09-09srtdec: fix unsafe snprintf() return usageMichael Niedermayer
2012-09-09ass: assert that the timsstamps fitted in the buffersMichael Niedermayer
2012-09-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-09aacpsy: use exp2(f) instead of pow(f)(2,...)Michael Niedermayer
2012-09-09imc: use exp2 instead of pow(2,...)Michael Niedermayer
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-09-09mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in this fu...Michael Niedermayer
2012-09-09dct-test: fix order of evaluation bugMichael Niedermayer
2012-09-08x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun
2012-09-08x86: mlpdsp: mlp_filter_channel_x86 requires inline asmHendrik Leppkes
2012-09-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-08flashsv2enc: only encode diff blocks when neededDaniel Verkamp
2012-09-08flashsv2enc: remove experimental flag, the encoder seems working nowMichael Niedermayer
2012-09-07flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe()Michael Niedermayer
2012-09-07flashv2enc: reallocate not only on block count changes but on dimension changes.Michael Niedermayer
2012-09-07flashsv2enc: Replace a VLA with a heap allocDerek Buitenhuis
2012-09-07flashsv2enc: fix prev-Z-prime encodingMichael Niedermayer
2012-09-07proresdec2: avoid VLA and use SliceContext instead.Michael Niedermayer
2012-09-07x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun