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
2022-08-07avfilter/avfiltergraph: remove unnecessary channel layout copyJames Almer
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2021-10-08avfilter/avfiltergraph: Fix use-after-free when inserting auto-converterAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-10-02avfilter/avfiltergraph: Remove always-true checkAndreas Rheinhardt
2021-10-02avfilter/avfiltergraph: Free AVFilterGraph options properlyAndreas Rheinhardt
2021-10-02avfilter/avfiltergraph: Simplify adding filter to graphAndreas Rheinhardt
2021-09-04avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer
2021-08-20avfilter/avfiltergraph: Remove dead checksAndreas Rheinhardt
2021-08-20avfilter/avfiltergraph: Don't use AVClass * for logcontextAndreas Rheinhardt
2021-08-20lavfi/formats: rename AVFilterNegotiation.nb to nb_mergersNicolas George
2021-08-14lavfi/formats: describe conversion in negotiation structure.Nicolas George
2021-08-14lavfi/formats: put merge functions in structures.Nicolas George
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-05-19avfilter/avfiltergraph: Remove NULL checks after dereferencesMichael Niedermayer
2021-04-27avfilter: Remove deprecated resample_lavr_optsAndreas Rheinhardt
2020-09-08lavfi: check the validity of formats lists.Nicolas George
2020-09-08lavfi: regroup formats lists in a single structure.Nicolas George
2020-08-24avfilter/avfiltergraph: Remove unused macro parameterAndreas Rheinhardt
2020-08-20avfilter/formats: Factor checking for mergeability out of ff_merge_*Andreas Rheinhardt
2020-08-20lavfi: remove needs_fifo.Nicolas George
2020-08-12Revert "lavfi/avfiltergraph: add check before free the format"Andreas Rheinhardt
2019-08-20lavfi/avfiltergraph: add check before free the formatJun Zhao
2018-04-30Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint
2017-12-12avfilter/avfiltergraph: remove ugly dead codePaul B Mahol
2017-11-20avfilter/avfiltergraph: pass correct audio/video flagsPaul B Mahol
2017-11-02lavfi: check links properties after configuring them.Nicolas George
2017-10-21Merge commit '96a47364d1cf346a5d0437e054b1b10d44d8d969'James Almer
2017-10-21Merge commit 'c5c7cfd5e80d4c36568c01cc40abfde341657ad9'James Almer
2017-06-19lavfi: print the error message when threading init fails.Nicolas George
2017-05-07lavfi/avfiltergraph: only return EOF in avfilter_graph_request_oldest if all ...Marton Balint
2017-03-31avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer
2017-03-23lavfi: Drop deprecated non-const filter retrievalVittorio Giovara
2017-03-23lavfi: Drop deprecated functions to open a filter or a filterchainVittorio Giovara
2017-03-18lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov
2017-01-21avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer
2017-01-12lavfi: do not call ff_filter_frame() with activate.Nicolas George
2017-01-12lavfi, ffmpeg: simplify filter names.Nicolas George
2016-12-23lavfi: avfilter_graph_request_oldest: request a frame again before returning.Nicolas George
2016-12-18lavfi: make filter_frame non-recursive.Nicolas George
2016-08-10avfiltergraph.c: restore disabling of auto conversionsBurt P
2016-05-27avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter()Michael Niedermayer
2016-05-23avfiltergraph: check the query_formats() return valueAnton Khirnov
2015-12-22lavfi: make request_frame() non-recursive.Nicolas George
2015-12-22lavfi: rename link.current_pts to current_pts_us.Nicolas George
2015-10-17avfilter/avfiltergraph: fix -Wunused-result warningsGanesh Ajjanagadde
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-05Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1'Hendrik Leppkes
2015-08-28lavfi: Drop deprecated *_count suffixed variablesVittorio Giovara