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
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
2014-07-29vf_select: Drop a debug av_log with an unchecked double to enum conversionDiego Biurrun
2014-07-08af_compand: make sure request_frame always outputs at least one frameAndrew Kelley
2014-06-14vf_showinfo: print display transformation valuesVittorio Giovara
2014-05-29af_resample: Use avresample_get_out_samplesLuca Barbato
2014-05-27lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NBAnton Khirnov
2014-05-27buffersrc: avoid using AV_PIX_FMT_NBAnton Khirnov
2014-05-27vf_fieldorder: avoid using AV_PIX_FMT_NBAnton Khirnov
2014-05-27vf_scale: use the pixfmt descriptor APIAnton Khirnov
2014-05-27vf_format: rework format list parsingAnton Khirnov
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
2014-04-19filtfmts: remove unused lavf includeVittorio Giovara
2014-04-19lavfi: name anonymous structsVittorio Giovara
2014-04-17drawtext: Add fontconfig supportLuca Barbato
2014-04-13af_volume: implement replaygain clipping preventionAlessandro Ghedini