1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-23 16:13:39 +00:00
mpv/demux
Marcoen Hirschberg 31a10f7c38 af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate
In most places where af_fmt2bits is called to get the bits/sample, the
result is immediately converted to bytes/sample. Avoid this by getting
bytes/sample directly by introducing af_fmt2bps.
2014-05-28 21:38:00 +02:00
..
codec_tags.c demux: add "BIKb" FourCC 2014-04-08 22:59:53 +02:00
codec_tags.h
demux_cue.c
demux_edl.c
demux_lavf.c audio: rename i_bps to 'bitrate' to avoid confusion 2014-05-28 21:37:50 +02:00
demux_libass.c demux_libass: change how external ASS subtitles are loaded 2014-03-15 22:17:51 +01:00
demux_mf.c
demux_mkv.c stream: don't use end_pos 2014-05-24 16:17:51 +02:00
demux_playlist.c demux_playlist: fix m3u detection logic 2014-05-11 16:40:41 +02:00
demux_raw.c af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate 2014-05-28 21:38:00 +02:00
demux_subreader.c demux_subreader: remove support for some subtitle formats 2014-05-19 01:40:41 +02:00
demux.c stream: don't use end_pos 2014-05-24 16:17:51 +02:00
demux.h mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ 2014-04-13 18:03:01 +02:00
ebml.c
ebml.h
matroska.h
mf.c build: glob() is always available 2014-04-22 01:42:57 +02:00
mf.h
ms_hdr.h
packet.h
stheader.h audio: rename i_bps to 'bitrate' to avoid confusion 2014-05-28 21:37:50 +02:00