mpv/DOCS
wm4 392856ed4d vd_lavc: by default, output all frames, even corrupted ones
Set the flag CODEC_FLAG_OUTPUT_CORRUPT by default. Note that there is
also CODEC_FLAG2_SHOW_ALL, which is older, but this seems to be ffmpeg
only.

Note that whether you want this enabled depends on the user. Some might
prefer that only good frames are output, while others want the decoder
to try as hard as possible to output _anything_. Since mplayer/mpv is
rather the kind of player that tries hard instead of being "clever", set
the new default to override libavcodec's default.

A nice way to test this is switching video tracks. Since mpv doesn't
wait for the next key frame, it'll start feeding the decoder with a
packet from the middle of the stream.
2013-12-29 14:19:22 +01:00
..
OUTDATED-tech core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
man vd_lavc: by default, output all frames, even corrupted ones 2013-12-29 14:19:22 +01:00
crosscompile-mingw.txt crosscompile-mingw.txt: fix instructions 2013-12-19 21:31:18 +01:00
edl-mpv.rst docs: edl: minor corrections 2013-12-05 22:58:53 +01:00
encoding.rst Install encoding-profiles.conf by default 2013-12-28 16:33:21 +01:00
tech-overview.txt Fix OSX build; remove all remaining mpvcore references 2013-12-17 08:44:21 +01:00
waf-buildsystem.rst build: make --disable-gl disable all the gl backends 2013-11-28 09:06:43 +01:00