summaryrefslogtreecommitdiff
path: root/libavfilter/trim.c
Commit message (Expand)AuthorAge
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/trim: drop all audio frames instead of assertingPaul B Mahol2019-09-30
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-10
* Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg"Michael Niedermayer2016-06-19
* avfilter/trim: support all channel numbers in atrim filterPaul B Mahol2015-12-31
* lavfi: replace link.closed by link.status.Nicolas George2015-12-22
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter/trim: remove duplicate assignmentMichael Niedermayer2014-07-31
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
|\|
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* | avfilter: add av_cold to init()Paul B Mahol2013-09-27
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | lavfi/trim: check for right default valuePaul B Mahol2013-08-12
* | avfilter/trim: Fix assertion failure with empty framesMichael Niedermayer2013-08-09
* | lavfi/trim: fix sample copy for >8 channelsPaul B Mahol2013-07-13
* | avfilter/trim: add compatibility layer to not break ABI used by ffmpegMichael Niedermayer2013-07-12
* | lavfi/trim: use AV_OPT_TYPE_DURATIONPaul B Mahol2013-07-12
* | lavfi/trim: mark link closed on EOF.Nicolas George2013-06-02
* | lavfi/trim: make use of AVFILTER_DEFINE_CLASSPaul B Mahol2013-05-27
* | lavfi/trim: remove request frame hackPaul B Mahol2013-05-27
* | avfilter/trim: improve rounding precissionMichael Niedermayer2013-05-01
* | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer2013-05-01
|/
* lavfi: add trim and atrim filters.Anton Khirnov2013-04-30