summaryrefslogtreecommitdiff
path: root/libavfilter/vf_transpose.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* avfilter/vf_transpose: fix un-checked potential memory allocation failureWu Jianhua2021-12-10
* avfilter/vf_transpose: Don't call av_pix_fmt_desc_get() twiceAndreas Rheinhardt2021-10-10
* 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/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-17
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-21
* lavf: add transpose_opencl filterRuiling Song2018-12-02
* lavfi/vf_transpose: fix regression with semiplanar formatsRodger Combs2018-02-23
* avfilter/vf_transpose: Fix regression with packed pixel formatsMichael Niedermayer2018-01-28
* avfilter/vf_transpose: Fix used plane count.Michael Niedermayer2018-01-27
* avfilter/vf_transpose: rewrite for x86 SIMDPaul B Mahol2017-08-16
* lavfi/transpose: add missing const options flagsClément Bœsch2016-12-27
* avfilter: make use of ff_filter_get_nb_threadsPaul B Mahol2016-08-29
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-14
* avfilter/vf_transpose: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-10
* avfilter/vf_transpose: Fix rounding errorMichael Niedermayer2015-06-30
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/vf_transpose: Change enums to int, which are accessed via AVOption a...Michael Niedermayer2015-03-30
* avfilter/vf_transpose: Avoid using non public AV_PIX_FMT_NBMichael Niedermayer2014-05-27
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-19
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-19
* | Merge commit '6ee55c7b111eec6c51dfdc0fddbd46f5dd867fa3'Michael Niedermayer2014-03-25
|\|
| * vf_transpose: K&R formatting cosmeticsVittorio Giovara2014-03-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-21
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter/vf_traspose: move switch out of loopPaul B Mahol2013-09-11
* | lavfi/transpose: call av_frame_copy_props()Paul B Mahol2013-08-16
* | lavfi/transpose: support slice threadingPaul B Mahol2013-08-16
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-10
* | lavfi/transpose: apply grammar consistency fixes to transpose dir optionStefano Sabatini2013-04-28
* | lavfi/transpose: reindent constantsStefano Sabatini2013-04-27
* | lavfi/transpose: restore validity of values in range 4-7Stefano Sabatini2013-04-27
* | Merge commit '0c2466dec719b933d161f5d680a57fde38aa5daa'Michael Niedermayer2013-04-11
|\|
| * vf_transpose: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* | lavfi/vf_transpose: use standard options parsing.Nicolas George2013-03-20
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
|\|
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-08
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* | lavfi/transpose: support more pix fmtsPaul B Mahol2013-02-13
* | lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* | vf_transpose: switch to filter_frameMichael Niedermayer2012-11-28
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-12
|\|
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12