mpv/player
wm4 c6d046414b player: change video-bitrate and audio-bitrate properties
Remove the old implementation for these properties. It was never very
good, often returned very innaccurate values or just 0, and was static
even if the source was variable bitrate. Replace it with the
implementation of "packet-video-bitrate". Mark the "packet-..."
properties as deprecated. (The effective difference is different
formatting, and returning the raw value in bits instead of kilobits.)

Also extend the documentation a little.

It appears at least some decoders (sipr?) need the
AVCodecContext.bit_rate field set, so this one is still passed through.
2015-04-20 20:52:16 +02:00
..
lua ytdl: set additional properties for rtmp streams 2015-04-09 20:36:38 +02:00
audio.c Update license headers 2015-04-13 12:10:01 +02:00
client.c vo_opengl_cb: deprecate mpv_opengl_cb_render() 2015-04-09 19:31:01 +02:00
client.h vo_opengl_cb: don't render OSD while VO is not created 2015-03-23 16:32:59 +01:00
command.c player: change video-bitrate and audio-bitrate properties 2015-04-20 20:52:16 +02:00
command.h Update license headers 2015-04-13 12:10:01 +02:00
configfiles.c Update license headers 2015-04-13 12:10:01 +02:00
core.h command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
discnav.c command: disc-mouse-on-button property 2015-04-21 00:54:29 +09:00
loadfile.c Update license headers 2015-04-13 12:10:01 +02:00
lua.c lua: reject Lua 5.3 2015-04-01 23:59:15 +02:00
main-fn-unix.c win32: use a platform-specific unicode entry-point 2015-04-11 14:27:25 +10:00
main-fn-win.c main-fn-win: fix handle validity check for XP 2015-04-11 14:35:50 +10:00
main.c Update license headers 2015-04-13 12:10:01 +02:00
misc.c Update license headers 2015-04-13 12:10:01 +02:00
osd.c Update license headers 2015-04-13 12:10:01 +02:00
playloop.c Update license headers 2015-04-13 12:10:01 +02:00
screenshot.c vf_screenshot: remove this filter 2015-04-16 22:16:04 +02:00
screenshot.h Update license headers 2015-04-13 12:10:01 +02:00
scripting.c scripting: fix/improve deprecation message 2014-12-15 06:24:05 +01:00
sub.c Update license headers 2015-04-13 12:10:01 +02:00
video.c video: do not show decoder framedrops if they're not requested 2015-04-16 21:55:10 +02:00