mpv/DOCS
Rudolf Polzer 683966241c encode: remove dependency on current ffmpeg
Apparently, libav doesn't have the change for the new way to create a
libavformat context merged yet. So, we can't use that...

Rather, this commit fixes format specific avoptions another way.

On the downside, invalid format options are now detected very late, and
any attempt to set an option value to +something or -something will
append to the previously set option value (this logic can no longer be
specific to options of bitflag type, as finding out the option type is
what we simply cannot do with this interface).
2012-10-01 11:04:48 +02:00
..
OUTDATED-tech vf_rectangle: remove as it is very dirty and we have a replacement now 2012-09-18 21:08:20 +02:00
man/en encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
encoding.rst encode: video encoding now supported using mencoder-like options 2012-09-18 21:08:20 +02:00
tech-overview.txt libaf: rename af_format.h to format.h 2012-08-29 00:50:26 +02:00