summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_removelogo.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_fa...Michael Niedermayer2015-02-181-1/+1
* avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer2014-05-141-3/+3
* avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer2014-05-101-2/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_removelogo: fix pixel pointer so it points where its intendedMichael Niedermayer2013-10-121-1/+1
* avfilter/vf_removelogo: fix offset for accessing pixels above and belowMichael Niedermayer2013-10-121-2/+2
* avfilter/vf_removelogo: use av_freep() for safteyMichael Niedermayer2013-10-121-4/+4
* avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch2013-10-021-38/+38
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-1/+1
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-061-1/+1
* lavfi: add timeline support in {de,remove}logo.Clément Bœsch2013-04-241-0/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/removelogo: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+17
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+7
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* lavfi/removelogo: switch to ff_filter_frame.Clément Bœsch2012-12-041-23/+22
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-17/+24
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
* vf_removelogo: fix permissions.Nicolas George2012-08-171-10/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-5/+5
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-3/+0
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-6/+8
* Fix a few @file doxy inconsistencies.Clément Bœsch2012-05-041-1/+2
* lavfi: port libmpcodecs remove-logo filterStefano Sabatini2012-04-071-0/+570
OpenPOWER on IntegriCloud