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
2016-04-07build: miscellaneous cosmeticsDiego Biurrun
2016-03-25vf_fade: make sure the slice end is always in the frameAnton Khirnov
2016-03-23lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov
2016-03-23lavf: VAAPI scale filterMark Thompson
2016-03-19lavfi: generic hardware surface upload and download filtersMark Thompson
2016-02-24vsrc_movie: convert to codecparAnton Khirnov
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2016-02-15lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov
2016-02-15lavfi: pass the hw frames context through the filter chainAnton Khirnov
2016-02-14buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov
2016-02-12buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov
2016-01-25lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara
2016-01-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2015-11-30vsrc_color: Drop unneeded variableVittorio Giovara
2015-11-09vsrc_color: implement frame rateJohn Stebbins
2015-11-09vf_showinfo: show timebase & framerate tooMichael Niedermayer
2015-11-09vf_frei0r: also set AVFilterLink.frame_rateMichael Niedermayer
2015-11-09vf_framepack: Check and update frame_rateMichael Niedermayer
2015-11-09vf_interlace: implement frame rateMichael Niedermayer
2015-11-09setpts: add FRAME_RATE constantStefano Sabatini
2015-11-09testsrc: set output framerateStefano Sabatini
2015-11-09yadif: update frame rateMichael Niedermayer
2015-11-09vf_fps: set frame_rate.Nicolas George
2015-11-09buffersrc: accept the frame rate as argument.Nicolas George
2015-11-09lavfi: add a frame_rate field to AVFilterLink.Nicolas George
2015-11-06vf_pad: fix x, y option expression evaluationJohn Stebbins
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-29vf_framepack: Use av_image_copy() where appropriateVittorio Giovara
2015-09-28lavfi: do not exclude hwaccel formats from ff_all_formats()Anton Khirnov
2015-09-13avfilter: Support both syntaxes for the scale filterLuca Barbato
2015-09-13buffersrc: Improve initialization log messageVittorio Giovara
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-08-28Bump major versions of all librariesVittorio Giovara
2015-08-28Postpone API-incompatible changes until the next bumpVittorio Giovara
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2015-08-28lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara
2015-08-28lavfi: Drop deprecated public AVFilterPad structVittorio Giovara
2015-08-26vf_scale: Add an option to pass the scaler paramsLuca Barbato
2015-08-11x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-02drawtext: Move the strftime expansion in a separate functionLuca Barbato
2015-08-02drawtext: Drop stray guardsLuca Barbato
2015-07-23af_channelmap: properly set the supported output channel layoutsAnton Khirnov
2015-07-19af_resample: do not touch the timestamps if we are not resamplingAnton Khirnov
2015-07-01lavfi: Add library identifierVittorio Giovara
2015-06-20af_resample: Set the number of samples in the last frameLuca Barbato
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-19lavfi: Move avcodec header to the only filter needing itVittorio Giovara
2015-05-05Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov
2015-04-22buffersrc: Use the correct deallocation functionFederico Tomassetti
2015-04-21drawtext: Add an alpha optionLuca Barbato