summaryrefslogtreecommitdiff
path: root/libavfilter/vf_removelogo.c
Commit message (Expand)AuthorAge
* avfilter/vf_removelogo: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/bbox: add support for >8 depthPaul B Mahol2021-01-17
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_fa...Michael Niedermayer2015-02-18
* avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer2014-05-14
* avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer2014-05-10
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer2013-10-12
* avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer2013-10-12
* avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer2013-10-12
* avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch2013-10-02
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-12
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-06
* lavfi: add timeline support in {de,remove}logo.Clément Bœsch2013-04-24
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch2012-12-04
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* vf_removelogo: fix permissions.Nicolas George2012-08-17
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-15
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* Fix a few @file doxy inconsistencies.Clément Bœsch2012-05-04
* lavfi: port libmpcodecs remove-logo filterStefano Sabatini2012-04-07