mpv/audio/filter
ferreum 773c5e2ae0 af_scaletempo2: migrate to internals to talloc
Fixes corrupted audio after resize_input_buffer; realloc_2d did not move
data to new location. Rather than reimplementing more allocator logic,
migrate internals to use talloc and grow buffer with realloc.
2024-04-27 01:05:07 +02:00
..
af_drop.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_format.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_lavcac3enc.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_rubberband.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_scaletempo.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
af_scaletempo2.c af_scaletempo2: migrate to internals to talloc 2024-04-27 01:05:07 +02:00
af_scaletempo2_internals.c af_scaletempo2: migrate to internals to talloc 2024-04-27 01:05:07 +02:00
af_scaletempo2_internals.h af_scaletempo2: migrate to internals to talloc 2024-04-27 01:05:07 +02:00