mpv/audio/decode
Michael Forney 2d9b6ff7cd ad_spdif: Fix crash when spdif muxer is not available
Currently, if init_filter fails after lavf_ctx is allocated, uninit is called
which frees lavf_ctx, but doesn't clear the pointer in spdif_ctx. So, on the
next call of decode_packet, it thinks it is already initialized and uses it,
resulting in a crash on my system.
2016-12-11 14:20:58 +01:00
..
ad.h audio: move direct packet reading from decoders to common code 2016-01-19 22:24:38 +01:00
ad_lavc.c Remove compatibility things 2016-12-07 19:53:11 +01:00
ad_spdif.c ad_spdif: Fix crash when spdif muxer is not available 2016-12-11 14:20:58 +01:00
dec_audio.c dec_video, dec_audio: avoid full reinit on switches to the same segment 2016-11-09 16:44:06 +01:00
dec_audio.h Rewrite ordered chapters and timeline stuff 2016-02-15 21:04:07 +01:00