| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter/asrc_flite: use streaming function | Paul B Mahol | 2023-12-06 | 1 | -20/+64 |
* | avfilter/asrc_flite: switch to activate | Paul B Mahol | 2023-12-06 | 1 | -11/+13 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -0/+4 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+4 |
* | avfilter/asrc_flite: Remove double ';' | Andreas Rheinhardt | 2021-10-10 | 1 | -1/+1 |
* | avfilter/asrc_flite: Fix races upon (un)registering voices | Andreas Rheinhardt | 2021-10-10 | 1 | -8/+21 |
* | avfilter/asrc_flite: Fix use-after-frees | Andreas Rheinhardt | 2021-10-10 | 1 | -3/+3 |
* | avfilter/asrc_flite: Don't segfault when using list_voices option | Andreas Rheinhardt | 2021-10-10 | 1 | -4/+6 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/asrc_flite: Don't define an object by accident | Andreas Rheinhardt | 2021-08-08 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | remove CHAR_MIN/CHAR_MAX usage | Paul B Mahol | 2020-03-17 | 1 | -4/+4 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -2/+2 |
* | avfilter/asrc_flite: Fix textbuf leak | Michael Niedermayer | 2017-01-06 | 1 | -1/+3 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -6/+8 |
* | avfilter/flite: use AV_OPT_TYPE_BOOL for list_voices option | Clément Bœsch | 2015-09-08 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -8/+8 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/flite: switch to AVOption-based system | Stefano Sabatini | 2013-04-11 | 1 | -8/+0 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -4/+4 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -14/+13 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -3/+3 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -7/+10 |
* | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | asrc_flite: do not crash on multiple instances. | Nicolas George | 2012-07-28 | 1 | -11/+28 |
* | lavfi: add flite audio source | Stefano Sabatini | 2012-07-28 | 1 | -0/+274 |