Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: rename resampling audio to resample_audio | Stefano Sabatini | 2023-02-11 | 1 | -216/+0 |
| | |||||
* | doc/examples: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -7/+9 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | doc/examples: remove unneeded NULL checks | Michael Niedermayer | 2014-09-14 | 1 | -2/+1 |
| | | | | | | dst_file cannot be NULL Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/examples/resampling_audio: use av_freep() for saftey | Michael Niedermayer | 2014-06-29 | 1 | -1/+1 |
| | | | | | | also its better in examples to use the safer functions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/examples: remove pathes from doxy examples | Michael Niedermayer | 2014-02-17 | 1 | -1/+1 |
| | | | | | | | This makes the examples page less cluttered Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | examples/resample_audio: check av_samples_get_buffer_size() return code | Timothy Gu | 2013-12-14 | 1 | -0/+4 |
| | | | | | | Fixes CID1135757. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | doc/examples: make fill_samples static. | Clément Bœsch | 2013-11-28 | 1 | -1/+1 |
| | | | | This is required to build with FFmpeg compilation options. | ||||
* | examples/resampling_audio: make use of av_samples_alloc_array_and_samples() | Stefano Sabatini | 2013-03-31 | 1 | -16/+4 |
| | | | | Simplify. | ||||
* | doc/examples: fix assignments in if() | Michael Niedermayer | 2013-01-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/examples/resampling_audio.c: fix path | Michael Niedermayer | 2012-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | examples: add resampling_audio.c file | Stefano Sabatini | 2012-12-06 | 1 | -0/+223 |