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-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
2015-01-05vf_interlace: also assert for heightVittorio Giovara
2015-01-05vf_interlace: use image width rather than linesizeVittorio Giovara
2014-12-19lavfi: always check av_expr_parse_and_eval() return valueVittorio Giovara
2014-12-08vf_frei0r: do not increment string if it reached the endVittorio Giovara
2014-12-07lavfi: Increase drawtext font size limitsМихаил Муковников
2014-11-27vf_interlace: get rid of useless loadsKieran Kunhya
2014-11-25vf_interlace: x86: improve asm performanceMichael Niedermayer
2014-11-21lavfi: clean memory on error in ADD_FORMAT()Vittorio Giovara
2014-11-15vf_interlace: Add SIMD for lowpass filterKieran Kunhya
2014-10-26drawtext: Remove the ifdef for localtime_rMartin Storsjö
2014-10-25avfilter: check filter link validityVittorio Giovara
2014-10-20vf_format: check input validityVittorio Giovara
2014-10-18af_resample: check av_opt_set_dict return valueVittorio Giovara
2014-10-18vf_showinfo: Forward the av_image_get_linesize errorVittorio Giovara
2014-10-18vf_drawtext: Do not leak the mmapped textfileLuca Barbato
2014-10-18resample: Avoid off-by-1 errors in PTS calcs.Timothy B. Terriberry
2014-08-21setpts: Add missing inttypes.h #include for PRId64Diego Biurrun
2014-08-21vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun
2014-08-19avfilter: Remove unused variable from ff_get_video_buffer()Diego Biurrun
2014-08-19vsrc_movie: Avoid a variable indirection in movie_get_frame()Diego Biurrun
2014-08-09Bump major versions of all libraries.Anton Khirnov
2014-08-09Postpone API-incompatible changes until the next bump.Anton Khirnov
2014-08-04avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya
2014-08-03filtfmts: Replace deprecated uses of AVFilterPadDiego Biurrun
2014-08-03vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrameDiego Biurrun
2014-08-02af_channelmap: Set the frame channel layoutLuca Barbato
2014-08-02af_join: Set the output frame formatLuca Barbato
2014-08-01Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara