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
2018-02-13Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson
2018-02-12lavfi: Add support for increasing hardware frame pool sizesMark Thompson
2018-01-06avfilter: deprecate avfilter_link_get_channels()James Almer
2018-01-06Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer
2018-01-05avfilter: deprecate avfilter_link_get_channels()James Almer
2018-01-05avfilter: use a mutex instead of atomics in avfilter_register()James Almer
2017-10-31avfilter: pass correct argument to helper functionPaul B Mahol
2017-10-21Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer
2017-10-21Merge commit '8e18328b18e69b38a5feae5d10ad01b403a205b6'James Almer
2017-10-21Merge commit '52067b3c0e5ddbcf7021a093420798420351a9e2'James Almer
2017-10-21Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer
2017-10-21Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer
2017-10-07lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva
2017-09-12lavfi: add helper functions and macros for activate.Nicolas George
2017-09-08lavfi: guess a timestamp for compat status change.Nicolas George
2017-08-29lavfi: search options on child objects.Nicolas George
2017-08-29lavfi: add a preinit callback to filters.Nicolas George
2017-07-30lavfi: make FFERROR_NOT_READY available to filters.Nicolas George
2017-05-20avfilter: take_samples: do not directly return frame when samples are skippedMuhammad Faiz
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-03-23lavfi: Drop deprecated non-const filter retrievalVittorio Giovara
2017-03-23lavfi: Drop deprecated filter registrationVittorio Giovara
2017-03-23lavfi: Drop deprecated filter initializationVittorio Giovara
2017-03-23lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara
2017-03-23lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara
2017-01-29lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George
2017-01-12lavfi: reindent after previous commit.Nicolas George
2017-01-12lavfi: make two functions static.Nicolas George
2017-01-12lavfi: disallow ff_request_frame for filters using activate.Nicolas George
2017-01-12lavfi: add ff_inlink_request_frame().Nicolas George
2017-01-12lavfi: move ff_update_link_current_pts() into the utility functions.Nicolas George
2017-01-12lavfi: cosmetic: remove forward declaration.Nicolas George
2017-01-12lavfi: add AVFilter.activate.Nicolas George
2017-01-12lavfi: use the consume helpers in ff_filter_frame_to_filter().Nicolas George
2017-01-12lavfi: add helpers to consume frames from link FIFOs.Nicolas George
2017-01-12lavfi: pass min explicitly to samples_ready().Nicolas George
2017-01-12lavfi: add ff_inlink_evaluate_timeline_at_frame().Nicolas George
2017-01-12lavfi: add ff_inlink_process_commands().Nicolas George
2017-01-12lavfi: merge two variables after a recent commit.Nicolas George
2017-01-12lavfi: implement ff_inlink_make_frame_writable().Nicolas George
2017-01-12lavfi: export ff_filter_set_ready() to the library.Nicolas George
2017-01-12lavfi: add ff_inlink_acknowledge_status().Nicolas George
2017-01-12lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron
2016-12-22lavfi: take_samples: free frames after taking all samples.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-12-13avfilter/avfilter: fix filtering frames with unknown channel layouts for filt...Marton Balint
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-11-02lavfi: Always propagate hw_frames_ctx through linksMark Thompson
2016-10-07Merge commit '5b63b15663d31f50ce45d980b904a68795ad3f7a'Hendrik Leppkes