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
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
2015-04-20buffersrc: Fix resource leak on errorFederico Tomassetti
2015-04-20filtfmts: Avoid null pointer dereferenceHimangi Saraogi
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-22avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti
2015-03-12formats: Check memory allocationsVittorio Giovara
2015-03-05avfilter: Return more meaningful error codesHimangi Saraogi
2015-02-17graphparser: Check av_get_token() memory errorVittorio Giovara
2015-02-03libopencv: Check kernel_str life cycleLuca Barbato
2015-01-29hqdn3d: check memory allocations and propagate errorsVittorio Giovara
2015-01-27libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-05vf_interlace: remove the warning tag in the messageVittorio Giovara
2015-01-05vf_interlace: merge FIELD_LOWER checkVittorio Giovara