summaryrefslogtreecommitdiffstats
path: root/audio/aframe.c
Commit message (Expand)AuthorAgeFilesLines
* various: replace if + abort() with MP_HANDLE_OOM()sfan52023-01-121-4/+2
* ad_lavc: strip non-normalized floatsNiklas Haas2022-09-021-0/+31
* audio/aframe: switch to AVChannelLayout when availableJan Ekström2022-06-121-0/+32
* audio: replace deprecated av_mallocz_arraysfan52021-11-051-1/+1
* audio/aframe: reuse data buffer if less than 8 channelssfan52021-04-081-6/+12
* audio: fix AVFrame allocation (crash with opus encoding)wm42020-09-011-0/+2
* audio: adjust frame clipping for spdif formatswm42020-08-271-2/+4
* audio: add frame alloc functionwm42020-05-251-0/+13
* Remove remains of Libav compatibilitywm42020-02-161-6/+0
* audio: more alignment nonsensewm42019-11-101-1/+5
* audio: work around ffmpeg being a piece of shitwm42019-11-101-2/+8
* Implement backwards playbackwm42019-09-191-0/+50
* audio: don't touch spdif frames in mp_aframe_clip_timestamps()wm42018-02-131-0/+3
* audio: rewrite filtering glue codewm42018-01-301-9/+121
* aframe: fix logically dead codewm42017-10-181-1/+1
* audio: fix resamplingwm42017-09-211-0/+5
* audio: move libswresample wrapper out of audio filter codewm42017-09-211-3/+20
* audio: fix spdif modewm42017-08-231-2/+2
* audio: fix build on Libavwm42017-08-161-0/+1
* audio: introduce a new type to hold audio frameswm42017-08-161-0/+444