summaryrefslogtreecommitdiff
path: root/doc/examples/resampling_audio.c
Commit message (Collapse)AuthorAge
* doc/examples: convert to new channel layout-APIJames Almer2022-03-15
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* doc/examples: remove unneeded NULL checksMichael Niedermayer2014-09-14
| | | | | | dst_file cannot be NULL Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/resampling_audio: use av_freep() for safteyMichael Niedermayer2014-06-29
| | | | | | also its better in examples to use the safer functions. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples: remove pathes from doxy examplesMichael Niedermayer2014-02-17
| | | | | | | 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 codeTimothy Gu2013-12-14
| | | | | | Fixes CID1135757. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* doc/examples: make fill_samples static.Clément Bœsch2013-11-28
| | | | This is required to build with FFmpeg compilation options.
* examples/resampling_audio: make use of av_samples_alloc_array_and_samples()Stefano Sabatini2013-03-31
| | | | Simplify.
* doc/examples: fix assignments in if()Michael Niedermayer2013-01-14
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/examples/resampling_audio.c: fix pathMichael Niedermayer2012-12-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* examples: add resampling_audio.c fileStefano Sabatini2012-12-06