1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
mpv/audio/decode
wm4 052d4ddbbb ad_lavc: simplify
We don't need to deal with partial packet reads, manually using an audio
parser, or having to call the libavcodec decoder multiple times per
packet.

Actually, I'm not sure about the last point. ffplay still does this, but
the ffmpeg demuxing.c example doesn't.
2013-07-10 02:06:49 +02:00
..
ad_internal.h audio/decode: remove vararg from ad_control() 2013-04-12 20:35:59 +02:00
ad_lavc.c ad_lavc: simplify 2013-07-10 02:06:49 +02:00
ad_mpg123.c options: remove --stereo 2013-06-13 00:59:27 +02:00
ad_spdif.c demux: remove audio parser 2013-07-08 00:13:53 +02:00
ad.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad.h audio: remove decoder input buffer 2013-07-10 02:00:46 +02:00
dec_audio.c audio: remove decoder input buffer 2013-07-10 02:00:46 +02:00
dec_audio.h core: make options.c compile standalone 2013-06-08 17:08:20 +02:00