0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00
mpv/TOOLS
wm4 831d7c3c40 audio: remove S8, U16, U24, U32 formats
They are useless. Not only are they actually rarely in use; but
libavcodec doesn't even output them, as libavcodec has no such sample
formats for decoded audio.

Even if it should happen that we actually still need them (e.g. if doing
direct hardware output), there are better solutions. Swapping the sign
is a fast and lossless operation and can be done inplace, so AO actually
needing it could do this directly.

If you wonder why we keep U8 instead of S8: because libavcodec does it.
2015-06-16 21:11:59 +02:00
..
lib/Parse demux_mkv: read CueRelativePosition/CueDuration elements 2014-11-05 21:52:07 +01:00
lua TOOLS/lua/status-bar: update use of a deprecated property 2015-05-25 22:01:34 +02:00
osxbundle/mpv.app/Contents osxbundle: remove unnecessary config file entry 2015-05-01 21:58:17 +02:00
vf_dlopen video: remove internal QP passing 2014-12-03 23:01:20 +01:00
dylib-unhell.py osxbundle: don't try to package Python 2015-02-02 16:11:11 +01:00
file2string.pl Port several python scripts to Perl 2012-11-08 00:28:59 +01:00
gen-x11-icon.sh TOOLS: shellcheck: quote variable expansions 2014-09-16 17:32:33 +02:00
idet.sh idet.sh: Support larger files. 2015-06-02 15:37:41 +02:00
matroska.pl demux_mkv: make matroska.pl script output deterministic 2015-03-11 22:17:23 +01:00
mpv_identify.sh TOOLS/mpv_identify.sh: remove pointless escape 2014-09-24 02:08:49 +02:00
old-configure build: exclude -Wredundant-decls 2015-05-09 19:59:52 +02:00
old-makefile audio: remove S8, U16, U24, U32 formats 2015-06-16 21:11:59 +02:00
osxbundle.py osxbundle: don't use sed but pure python 2014-12-13 11:20:29 +01:00
stats-conv.py TOOLS/stats-conv.py: add another event type 2015-05-11 17:20:30 +02:00
umpv TOOLS/umpv: fix typo in docstring 2015-04-17 13:37:47 +02:00
uncrustify.cfg uncrustify: add some instructions 2013-05-12 21:24:55 +02:00
zsh.pl TOOLS/zsh.pl: complete multiple values for ao, vo, af, vf 2015-03-31 15:05:09 +02:00