aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_hflip.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-061-87/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_hflip: Don't call av_pix_fmt_desc_get() twiceAndreas Rheinhardt2021-09-191-2/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-1/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos2020-08-251-1/+3
* avfilter/vf_hflip : move context func init in ff_hflip_initMartin Vignali2017-12-131-4/+10
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-041-47/+86
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-291-1/+1
* avfilter: hflip,swapuv,vflip: add timeline supportPaul B Mahol2016-08-281-1/+10
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-3/+4
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+1
* avfilter/hflip: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-271-1/+1
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter/vf_hflip: support slice threadingPaul B Mahol2013-09-301-19/+40
* | avfilter/vf_hflip: refactor plane dimensions calculationPaul B Mahol2013-09-301-5/+10
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-6/+5
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-031-1/+1
* | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer2013-05-161-8/+8
|\|
| * vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-8/+8
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-3/+3
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-10/+10
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-8/+7
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-8/+7
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-12/+21
* | lavfi/hflip: support more formatsPaul B Mahol2013-02-251-29/+13
* | vf_hflip: switch to filter_frameAnton Khirnov2012-11-281-26/+23
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-3/+3
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-3/+3
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-10/+22
|\|
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-9/+21
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-26/+26
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-24/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-4/+4
|\|
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-2/+2
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-10/+10
|\|
| * lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje2012-07-211-9/+9
* | lavfi: update some deprecated functionsPaul B Mahol2012-06-161-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-131-0/+1
|\|
| * lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov2012-06-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-061-2/+4
|\|